mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 10:30:59 +00:00
Merge pull request #543 from giannello/patch-1
Add StorageClass to the list of ordered objects
This commit is contained in:
@@ -70,6 +70,7 @@ func (x Gvk) Equals(o Gvk) bool {
|
|||||||
// In some cases order just specified to provide determinism.
|
// In some cases order just specified to provide determinism.
|
||||||
var order = []string{
|
var order = []string{
|
||||||
"Namespace",
|
"Namespace",
|
||||||
|
"StorageClass",
|
||||||
"CustomResourceDefinition",
|
"CustomResourceDefinition",
|
||||||
"ServiceAccount",
|
"ServiceAccount",
|
||||||
"Role",
|
"Role",
|
||||||
|
|||||||
Reference in New Issue
Block a user