Sort built-in Namespace kind before CRDs with the same name (#5458)

* add core api sort priority for NAmespace kind in gvkLessThan

* fix logic

* fix syntax

* fix syntax

* fix logic

* regenerate builtin plugins
This commit is contained in:
Daniel Wilson
2024-09-03 21:57:17 +01:00
committed by GitHub
parent 27d508fa03
commit b7cdd9168a
4 changed files with 31 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ const (
MetadataNamespacePath = "metadata/namespace"
MetadataNamespaceApiVersion = "v1"
MetadataNamePath = "metadata/name"
NamespaceKind = "Namespace"
OriginAnnotations = "originAnnotations"
TransformerAnnotations = "transformerAnnotations"