Documentation ¶
Index ¶
- Constants
- func DefaultSuperuserSecretName(clusterName string) string
- func HasReplicatedSecrets(ctx context.Context, c client.Client, kcKey client.ObjectKey, ...) bool
- func ReconcileReplicatedSecret(ctx context.Context, c client.Client, scheme *runtime.Scheme, ...) error
- func ReconcileSecret(ctx context.Context, c client.Client, secretName string, ...) error
Constants ¶
View Source
const (
// OrphanResourceAnnotation when set to true prevents the deletion of secret from target clusters even if matching ReplicatedSecret is removed
OrphanResourceAnnotation = "replicatedresource.k8ssandra.io/orphan"
)
Variables ¶
This section is empty.
Functions ¶
func DefaultSuperuserSecretName ¶
DefaultSuperuserSecretName follows the convention from k8ssandra Helm charts
func HasReplicatedSecrets ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.