Compare commits

..

1 Commits

Author SHA1 Message Date
Zubair Haque b10ba70cf2
Merge 6e466a0150 into d3908e6a3c 2025-10-27 09:53:20 -04:00
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ type SyncOptions struct {
IncludeNeeds bool
// IncludeTransitiveNeeds is the include transitive needs flag
IncludeTransitiveNeeds bool
// EnforceNeedsAreInstalled indicates whether to error when there are unmeetable dependencies
// EnforceNeedsAreInstalled is true we should error if/when there are unmeetable dependencies
EnforceNeedsAreInstalled bool
// SkipCrds is the skip crds flag
SkipCRDs bool