Documentation ¶
Overview ¶
externalonlygvks contains variables and helpers for GroupVersionKinds that are not supported by KCC, but are commonly referenced by KCC resources.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( OrganizationGVK = schema.GroupVersionKind{ Group: "resourcemanager.cnrm.cloud.google.com", Version: "v1beta1", Kind: "Organization", } BillingAccountGVK = schema.GroupVersionKind{ Group: "billing.cnrm.cloud.google.com", Version: "v1beta1", Kind: "BillingAccount", } )
Functions ¶
func All ¶
func All() []schema.GroupVersionKind
All returns GroupVersionKinds corresponding to GCP resources not supported by KCC, but are commonly referenced by KCC resources.
func IsExternalOnlyGVK ¶
func IsExternalOnlyGVK(gvk schema.GroupVersionKind) bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.