Merge pull request #1437 from fentas/fentas-patch-1

add PriorityClass to the order list
This commit is contained in:
Jeff Regan
2019-08-20 15:09:57 -07:00
committed by GitHub

View File

@@ -95,6 +95,7 @@ var orderFirst = []string{
"Secret",
"Service",
"LimitRange",
"PriorityClass",
"Deployment",
"StatefulSet",
"CronJob",