Merge pull request #543 from giannello/patch-1

Add StorageClass to the list of ordered objects
This commit is contained in:
k8s-ci-robot
2018-11-13 11:38:12 -08:00
committed by GitHub

View File

@@ -70,6 +70,7 @@ func (x Gvk) Equals(o Gvk) bool {
// In some cases order just specified to provide determinism. // In some cases order just specified to provide determinism.
var order = []string{ var order = []string{
"Namespace", "Namespace",
"StorageClass",
"CustomResourceDefinition", "CustomResourceDefinition",
"ServiceAccount", "ServiceAccount",
"Role", "Role",