Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CNCLifecycle ¶
type CNCLifecycle struct {
// contains filtered or unexported fields
}
func NewCNCLifecycle ¶
func NewCNCLifecycle(ctx context.Context, genericConf *generic.GenericConfiguration, _ *controller.GenericControllerConfiguration, _ *controller.CNCLifecycleConfig, client *client.GenericClientSet, nodeInformer coreinformers.NodeInformer, cncInformer configinformers.CustomNodeConfigInformer, metricsEmitter metrics.MetricEmitter, ) (*CNCLifecycle, error)
func (*CNCLifecycle) Run ¶
func (cl *CNCLifecycle) Run()
type CNRLifecycle ¶
type CNRLifecycle struct {
// contains filtered or unexported fields
}
func NewCNRLifecycle ¶
func NewCNRLifecycle(ctx context.Context, genericConf *generic.GenericConfiguration, _ *controller.GenericControllerConfiguration, _ *controller.CNRLifecycleConfig, client *client.GenericClientSet, nodeInformer coreinformers.NodeInformer, cnrInformer informers.CustomNodeResourceInformer, metricsEmitter metrics.MetricEmitter, ) (*CNRLifecycle, error)
func (*CNRLifecycle) Run ¶
func (cl *CNRLifecycle) Run()
Click to show internal directories.
Click to hide internal directories.