Documentation ¶
Index ¶
Constants ¶
View Source
const ( Namespace = "sealed-secrets" // SealedSecretsKeyLabel is that label used to locate active key pairs used to decrypt sealed secrets. SealedSecretsKeyLabel = "sealedsecrets.bitnami.com/sealed-secrets-key" // Prefix is used to prefix tls secret key SecretPrefix = "sealed-secrets-key" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ByCreationTimestamp ¶
ByCreationTimestamp is used to sort a list of secrets
func (ByCreationTimestamp) Len ¶
func (s ByCreationTimestamp) Len() int
func (ByCreationTimestamp) Less ¶
func (s ByCreationTimestamp) Less(i, j int) bool
func (ByCreationTimestamp) Swap ¶
func (s ByCreationTimestamp) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.