Kubernetes secret with encrypted data values
Kubernetes secret object with base64 encoded data values
Create encoded opaque secret object from key/value pairs.
Kubernetes secret object
Return a copy of the provided secret with its data values encrypted. The provided secret should have its data values base64 encoded. The provided secret is not modified.
Kubernetes secret with base64 encoded data values
Kubernetes secret object with encrypted data values
Return the provided secret with any data residing in the stringData section base64 encoded and moved into the data section. Keys in stringData will override existing keys in data.
Kubernetes secret with stringData elements
Kubernetes secret with stringData elements encoded and moved to data
Add labels to a secret so we can delete it later.
the unlabeled secret
the provided secret with appropriate labels
Create application secrets if they do not exist. If a secret in
req.secrets
exists, the secret is patched. The provided secrets
are merged through secretTemplate before creating/patching. If
req.secrets
is false or any empty array, no secrets are modified.
Kuberenetes application request
Array of secret specs created/patched, which array may be empty
Generated using TypeDoc
Return a copy of the provided secret with its data valued decrypted. The provided secret is not modified.