mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-25 16:18:37 +00:00
Retain components field in edit
This commit is contained in:
@@ -59,6 +59,7 @@ func determineFieldOrder() []string {
|
||||
"Generators",
|
||||
"Transformers",
|
||||
"Inventory",
|
||||
"Components",
|
||||
}
|
||||
|
||||
// Add deprecated fields here.
|
||||
|
||||
@@ -39,6 +39,7 @@ func TestFieldOrder(t *testing.T) {
|
||||
"Generators",
|
||||
"Transformers",
|
||||
"Inventory",
|
||||
"Components",
|
||||
}
|
||||
actual := determineFieldOrder()
|
||||
if len(expected) != len(actual) {
|
||||
|
||||
Reference in New Issue
Block a user