Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CRDManager ¶
type CRDManager interface {
// Start ensures CRDs exist and starts monitoring them
Start(ctx context.Context) error
}
CRDManager manages the lifecycle of CRDs
func NewCRDManager ¶
func NewCRDManager(config *rest.Config, logger logr.Logger, cancelFn context.CancelFunc) CRDManager
NewCRDManager creates a new CRD manager
Click to show internal directories.
Click to hide internal directories.