Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckCRDExists ¶
func CheckCRDExists(ctx context.Context, extensionClient apiextensionsclientset.Interface, crdNames []string) error
CheckCRDExists is used to check if crd exist.
Types ¶
type ControllerConstruction ¶
type ControllerConstruction struct { NewControler NewControllerFunc CRDNames []string }
type IController ¶
type NewControllerFunc ¶
type NewControllerFunc func(ctx context.Context, kubeClient kubernetes.Interface, kusciaClient kusciaclientset.Interface, eventRecorder record.EventRecorder) IController
Click to show internal directories.
Click to hide internal directories.