Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CRDsFromFileSystem ¶
CRDsFromFileSystem reads CRDs from the specified filesystem path.
Types ¶
type CRDList ¶
type CRDList func() ([]*apiextv1.CustomResourceDefinition, error)
type CRDManager ¶
type CRDManager struct {
// contains filtered or unexported fields
}
func NewCRDManager ¶
func NewCRDManager(mappingLabelName string, crdList CRDList) *CRDManager
func (*CRDManager) AddCRDLabelToClusterMapping ¶
func (m *CRDManager) AddCRDLabelToClusterMapping(labelValue string, cluster *clusters.Cluster)
func (*CRDManager) CreateOrUpdateCRDs ¶
Click to show internal directories.
Click to hide internal directories.