Documentation ¶
Index ¶
- Constants
- func LoadFromConfigMap(namespace string, configMapName string, key string) ([]byte, error)
- func LoadFromConfigMapMatchingLabel(client kubernetes.Interface, labelSelector string, namespace string, ...) ([]string, error)
- func LoadFromSecret(namespace string, secretName string, key string) ([]byte, error)
- func LoadFromSecretMatchingLabel(client kubernetes.Interface, labelSelector string, namespace string, ...) ([]string, error)
Constants ¶
View Source
const ( SupportBundleKey = "support-bundle-spec" RedactorKey = "redactor-spec" )
Variables ¶
This section is empty.
Functions ¶
func LoadFromConfigMap ¶ added in v0.10.9
func LoadFromConfigMapMatchingLabel ¶ added in v0.47.0
func LoadFromSecret ¶
func LoadFromSecretMatchingLabel ¶ added in v0.43.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.