Merge pull request #4973 from KnVerey/remove-inventory-field

Remove long-ignored Inventory field from Kustomization type
This commit is contained in:
Kubernetes Prow Robot
2023-01-20 13:15:53 -08:00
committed by GitHub
5 changed files with 0 additions and 26 deletions

View File

@@ -43,9 +43,6 @@ type Options struct {
// See type definition.
LoadRestrictions types.LoadRestrictions
// Create an inventory object for pruning.
DoPrune bool
// Options related to kustomize plugins.
PluginConfig *types.PluginConfig
}
@@ -56,7 +53,6 @@ func MakeDefaultOptions() *Options {
Reorder: ReorderOptionNone,
AddManagedbyLabel: false,
LoadRestrictions: types.LoadRestrictionsRootOnly,
DoPrune: false,
PluginConfig: types.DisabledPluginConfig(),
}
}