Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnsupportedConfigOverridesController ¶
type UnsupportedConfigOverridesController struct {
// contains filtered or unexported fields
}
UnsupportedConfigOverridesController is a controller that will copy source configmaps and secrets to their destinations. It will also mirror deletions by deleting destinations.
func NewUnsupportedConfigOverridesController ¶
func NewUnsupportedConfigOverridesController( operatorClient v1helpers.OperatorClient, eventRecorder events.Recorder, ) *UnsupportedConfigOverridesController
NewUnsupportedConfigOverridesController creates UnsupportedConfigOverridesController.
func (*UnsupportedConfigOverridesController) Run ¶
func (c *UnsupportedConfigOverridesController) Run(workers int, stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.