Documentation ¶
Overview ¶
Package apis contains Kubernetes API groups.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Builder includes all types within the apis package Builder = runtime.NewSchemeBuilder( v1alpha2.SchemeBuilder.AddToScheme, ) // AddToScheme may be used to add all resources defined in the project to a Scheme AddToScheme = Builder.AddToScheme )
View Source
var ( //go:embed crds/karpenter.azure.com_aksnodeclasses.yaml AKSNodeClassCRD []byte CRDs = append(apis.CRDs, lo.Must(functional.Unmarshal[v1.CustomResourceDefinition](AKSNodeClassCRD))) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.