Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadFromDirectory ¶
func LoadFromDirectory(directory string) ([]ctrlruntimeclient.Object, error)
func LoadFromFile ¶
func LoadFromFile(filename string) ([]ctrlruntimeclient.Object, error)
func SkipCRDOnCluster ¶ added in v2.22.0
func SkipCRDOnCluster(crd ctrlruntimeclient.Object, kind ClusterKind) bool
Types ¶
type ClusterKind ¶ added in v2.22.0
type ClusterKind string
const ( MasterCluster ClusterKind = "master" SeedCluster ClusterKind = "seed" // LocationAnnotation is the annotation on CRD object that contains a comma separated list // of cluster kinds where this CRD should be installed into. LocationAnnotation = "kubermatic.k8c.io/location" )
Click to show internal directories.
Click to hide internal directories.