From 6c44da52a25cf2dfbb4ca9903e1da1e2f1df4bf0 Mon Sep 17 00:00:00 2001 From: Jan Guth Date: Sat, 10 Aug 2019 07:31:54 +0200 Subject: [PATCH] add PriorityClass 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 947c8f0f7..93ee10362 100644 --- a/pkg/gvk/gvk.go +++ b/pkg/gvk/gvk.go @@ -95,6 +95,7 @@ var orderFirst = []string{ "Secret", "Service", "LimitRange", + "PriorityClass", "Deployment", "StatefulSet", "CronJob",