Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewOperatorManagementStateController ¶
func NewOperatorManagementStateController( instanceName string, operatorClient operatorv1helpers.OperatorClient, recorder events.Recorder, ) factory.Controller
Types ¶
type ManagementStateController ¶
type ManagementStateController struct {
// contains filtered or unexported fields
}
ManagementStateController watches changes of `managementState` field and react in case that field is set to an unsupported value. As each operator can opt-out from supporting `unmanaged` or `removed` states, this controller will add failing condition when the value for this field is set to this values for those operators.
Click to show internal directories.
Click to hide internal directories.