mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-02 02:30:43 +00:00
Remove Inventory field from Kustomization
This field has not done anything since v3.5.5. It was missed in the cleanup in https://github.com/kubernetes-sigs/kustomize/pull/2421
This commit is contained in:
@@ -65,7 +65,6 @@ func determineFieldOrder() []string {
|
||||
"Configurations",
|
||||
"Generators",
|
||||
"Transformers",
|
||||
"Inventory",
|
||||
"Components",
|
||||
"OpenAPI",
|
||||
"BuildMetadata",
|
||||
|
||||
@@ -46,7 +46,6 @@ func TestFieldOrder(t *testing.T) {
|
||||
"Configurations",
|
||||
"Generators",
|
||||
"Transformers",
|
||||
"Inventory",
|
||||
"Components",
|
||||
"OpenAPI",
|
||||
"BuildMetadata",
|
||||
|
||||
Reference in New Issue
Block a user