Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEncryptionConfigObserver ¶
func NewEncryptionConfigObserver(targetNamespace string, encryptionConfFilePath string) configobserver.ObserveConfigFunc
NewEncryptionConfigObserver sets encryption-provider-config flag to /etc/kubernetes/static-pod-resources/secrets/encryption-config/encryption-config in the configuration file if encryption-config in the targetNamespace is found
note: the flag is not removed when the encryption-config was accidentally removed there is an active reconciliation loop in place that will eventually synchronize the missing resource
Types ¶
type SecretsListers ¶
type SecretsListers interface {
SecretLister() corev1lister.SecretLister
}
Click to show internal directories.
Click to hide internal directories.