mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Retain replicas field in edit marshal path
This commit is contained in:
@@ -67,6 +67,7 @@ func determineFieldOrder() []string {
|
|||||||
"GeneratorOptions",
|
"GeneratorOptions",
|
||||||
"Vars",
|
"Vars",
|
||||||
"Images",
|
"Images",
|
||||||
|
"Replicas",
|
||||||
"Configurations",
|
"Configurations",
|
||||||
"Generators",
|
"Generators",
|
||||||
"Transformers",
|
"Transformers",
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ func TestFieldOrder(t *testing.T) {
|
|||||||
"GeneratorOptions",
|
"GeneratorOptions",
|
||||||
"Vars",
|
"Vars",
|
||||||
"Images",
|
"Images",
|
||||||
|
"Replicas",
|
||||||
"Configurations",
|
"Configurations",
|
||||||
"Generators",
|
"Generators",
|
||||||
"Transformers",
|
"Transformers",
|
||||||
|
|||||||
Reference in New Issue
Block a user