Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controllers ¶
type Controllers []factory.Controller
func NewControllers ¶
func NewControllers( component string, unsupportedConfigPrefix []string, provider controllers.Provider, deployer statemachine.Deployer, migrator migrators.Migrator, operatorClient operatorv1helpers.OperatorClient, apiServerClient configv1client.APIServerInterface, apiServerInformer configv1informers.APIServerInformer, kubeInformersForNamespaces operatorv1helpers.KubeInformersForNamespaces, secretsClient corev1.SecretsGetter, eventRecorder events.Recorder, resourceSyncer *resourcesynccontroller.ResourceSyncController, ) (Controllers, error)
type StaticEncryptionProvider ¶
type StaticEncryptionProvider []schema.GroupResource
StaticEncryptionProvider always run the encryption controllers and returns a static list of resources to encrypt
func (StaticEncryptionProvider) EncryptedGRs ¶
func (p StaticEncryptionProvider) EncryptedGRs() []schema.GroupResource
func (StaticEncryptionProvider) ShouldRunEncryptionControllers ¶
func (p StaticEncryptionProvider) ShouldRunEncryptionControllers() (bool, error)
Click to show internal directories.
Click to hide internal directories.