Merge pull request #1369 from Liujingfang1/order

add ResourceQuota to the order list
This commit is contained in:
Kubernetes Prow Robot
2019-07-18 16:35:51 -07:00
committed by GitHub

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",