Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controllers ¶
type Controllers struct {
// contains filtered or unexported fields
}
func NewControllers ¶
func NewControllers( component string, deployer statemachine.Deployer, migrator migrators.Migrator, operatorClient operatorv1helpers.OperatorClient, apiServerClient configv1client.APIServerInterface, apiServerInformer configv1informers.APIServerInformer, kubeInformersForNamespaces operatorv1helpers.KubeInformersForNamespaces, secretsClient corev1.SecretsGetter, eventRecorder events.Recorder, encryptedGRs ...schema.GroupResource, ) (*Controllers, error)
func (*Controllers) Run ¶
func (c *Controllers) Run(stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.