Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultAddOptions = AddOptions{}
DefaultAddOptions contains configuration for the mwe controller
Functions ¶
func AddToManager ¶
AddToManager adds a mwe Lifecycle controller to the given Controller Manager.
func NewActuator ¶
NewActuator returns an actuator responsible for Extension resources.
Types ¶
type AddOptions ¶
type AddOptions struct {
// ControllerOptions contains options for the controller.
ControllerOptions controller.Options
// IgnoreOperationAnnotation specifies whether to ignore the operation annotation or not.
IgnoreOperationAnnotation bool
}
AddOptions are options to apply when adding the mwe controller to the manager.
Click to show internal directories.
Click to hide internal directories.