mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Remove unused field from field order list.
This commit is contained in:
@@ -47,7 +47,6 @@ func determineFieldOrder() []string {
|
||||
"CommonLabels",
|
||||
"CommonAnnotations",
|
||||
"PatchesStrategicMerge",
|
||||
"PatchesJson6902",
|
||||
"Patches",
|
||||
"ConfigMapGenerator",
|
||||
"SecretGenerator",
|
||||
|
||||
@@ -27,7 +27,6 @@ func TestFieldOrder(t *testing.T) {
|
||||
"CommonLabels",
|
||||
"CommonAnnotations",
|
||||
"PatchesStrategicMerge",
|
||||
"PatchesJson6902",
|
||||
"Patches",
|
||||
"ConfigMapGenerator",
|
||||
"SecretGenerator",
|
||||
|
||||
Reference in New Issue
Block a user