Merge pull request #3612 from Shell32-Natsu/edit-metadata

fix edit commands remove metadata
This commit is contained in:
Kubernetes Prow Robot
2021-02-16 15:09:06 -08:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ func determineFieldOrder() []string {
}
ordered := []string{
"MetaData",
"Resources",
"Bases",
"NamePrefix",

View File

@@ -20,6 +20,7 @@ func TestFieldOrder(t *testing.T) {
expected := []string{
"APIVersion",
"Kind",
"MetaData",
"Resources",
"Bases",
"NamePrefix",