Update pkg/config/sync.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
6e466a0150
commit
1af72cb67d
|
|
@ -16,7 +16,7 @@ type SyncOptions struct {
|
||||||
IncludeNeeds bool
|
IncludeNeeds bool
|
||||||
// IncludeTransitiveNeeds is the include transitive needs flag
|
// IncludeTransitiveNeeds is the include transitive needs flag
|
||||||
IncludeTransitiveNeeds bool
|
IncludeTransitiveNeeds bool
|
||||||
// EnforceNeedsAreInstalled is true we should error if/when there are unmeetable dependencies
|
// EnforceNeedsAreInstalled indicates whether to error when there are unmeetable dependencies
|
||||||
EnforceNeedsAreInstalled bool
|
EnforceNeedsAreInstalled bool
|
||||||
// SkipCrds is the skip crds flag
|
// SkipCrds is the skip crds flag
|
||||||
SkipCRDs bool
|
SkipCRDs bool
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue