Add a sorting plugin.

This commit is contained in:
Jeffrey Regan
2019-06-07 14:42:51 -07:00
parent 2fce1a6d25
commit 449175e3a6
9 changed files with 240 additions and 41 deletions

View File

@@ -177,7 +177,7 @@ metadata:
"name": "cm2",
},
}))
out, err := input.AsYaml(Identity)
out, err := input.AsYaml()
if err != nil {
t.Fatalf("unexpected error: %v", err)
}