add ResourceQuota and LimitRange to the order list

This commit is contained in:
jingfangliu
2019-07-18 10:48:24 -07:00
parent 0707deae95
commit 403fa20546

View File

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