the namespace to store the secret
the name of the new secret
the secret type
the secret, any values of a key:value pair must be base64 encoded
Optional
labels: Record<string, string>the label to use for future label selector queries
whether the secret was created successfully
Optional
labels: Record<string, string>Delete a secret from the namespace
the namespace to store the secret
the name of the existing secret
whether the secret was deleted successfully
Get secrets by labels
the namespace of the secret
Optional
labels: string[]list of labels
the list of secrets that match the labels
Optional
labels: Record<string, string>
creates a new Kubernetes secret with the provided attributes