Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// ResyncPeriod is the resync period of the operator.
ResyncPeriod time.Duration
}
Config is the controller configuration.
func NewOperatorConfig ¶
NewOperatorConfig converts the command line flag arguments to operator configuration.
type LabelerCRD ¶
type LabelerCRD struct {
// contains filtered or unexported fields
}
LabelerCRD is the crd pod terminator.
func (*LabelerCRD) GetListerWatcher ¶
func (p *LabelerCRD) GetListerWatcher() cache.ListerWatcher
GetListerWatcher satisfies resource.crd interface (and retrieve.Retriever).
func (*LabelerCRD) GetObject ¶
func (p *LabelerCRD) GetObject() runtime.Object
GetObject satisfies resource.crd interface (and retrieve.Retriever).
func (*LabelerCRD) Initialize ¶
func (p *LabelerCRD) Initialize() error
LabelerCRD satisfies resource.crd interface.
Click to show internal directories.
Click to hide internal directories.