Versions in this module Expand all Collapse all v0 v0.30.0 May 29, 2024 Changes in this version + type MountSecret struct + Key string + MappedKey string + Name string + Namespace string + Value []byte + type MountSecrets []MountSecret + func (m *MountSecrets) Append(namespace string, secret *corev1.SecretKeySelector, mappedKey string, ...) + type Secret struct + MountFrom *ValueFrom + Value string + ValueFrom *ValueFrom + func (in *Secret) DeepCopy() *Secret + func (in *Secret) DeepCopyInto(out *Secret) + type SecretLoader interface + Load func(secret *Secret) (string, error) + func NewSecretLoader(client client.Reader, namespace, mountPath string, secrets *MountSecrets) SecretLoader + type ValueFrom struct + SecretKeyRef *corev1.SecretKeySelector + func (in *ValueFrom) DeepCopy() *ValueFrom + func (in *ValueFrom) DeepCopyInto(out *ValueFrom)