Documentation
¶
Index ¶
- Constants
- func BuildKubernetesSecretData(fields []*onepassword.ItemField) map[string][]byte
- func BuildKubernetesSecretFromOnePasswordItem(name, namespace string, annotations map[string]string, item onepassword.Item) *corev1.Secret
- func CreateKubernetesSecretFromItem(kubeClient kubernetesClient.Client, secretName, namespace string, ...) error
Constants ¶
View Source
const ItemPathAnnotation = onepasswordPrefix + "/item-path"
View Source
const NameAnnotation = onepasswordPrefix + "/item-name"
View Source
const VersionAnnotation = onepasswordPrefix + "/item-version"
Variables ¶
This section is empty.
Functions ¶
func BuildKubernetesSecretData ¶
func BuildKubernetesSecretData(fields []*onepassword.ItemField) map[string][]byte
func CreateKubernetesSecretFromItem ¶
func CreateKubernetesSecretFromItem(kubeClient kubernetesClient.Client, secretName, namespace string, item *onepassword.Item) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.