From 403fa20546fe6852872e5528c6ce5acc387431fb Mon Sep 17 00:00:00 2001 From: jingfangliu Date: Thu, 18 Jul 2019 10:48:24 -0700 Subject: [PATCH] add ResourceQuota and LimitRange to the order list --- pkg/gvk/gvk.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/gvk/gvk.go b/pkg/gvk/gvk.go index 876af89b2..947c8f0f7 100644 --- a/pkg/gvk/gvk.go +++ b/pkg/gvk/gvk.go @@ -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",