Documentation
¶
Overview ¶
Package secrets provides functions to manage and handle secrets
Index ¶
- func CreateObjectStorageSecret(ctx context.Context, crudClient client.Client, namespace, secretName string, ...) (*corev1.Secret, error)
- func CreateSecretCA(ctx context.Context, crudClient client.Client, ...) (*apiv1.Cluster, *certs.KeyPair, error)
- func GetCredentials(ctx context.Context, crudClient client.Client, ...) (string, string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateObjectStorageSecret ¶
func CreateObjectStorageSecret( ctx context.Context, crudClient client.Client, namespace, secretName string, id, key string, ) (*corev1.Secret, error)
CreateObjectStorageSecret generates an Opaque Secret with a given ID and Key
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.