Documentation
¶
Index ¶
Constants ¶
View Source
const ( // AnnotationEnabledKey is the annotation that enables the TLS replicator. AnnotationEnabledKey = "v1alpha1.tls-replicator.gpuninja.com/enabled" // AnnotationReplicateToKey is the annotation that specifies the target namespace/s to replicate to. // The value of this annotation should be a comma-separated list of values / glob patterns. // If this annotation is not present, the secret will be replicated to all namespaces. AnnotationReplicateToKey = "v1alpha1.tls-replicator.gpuninja.com/replicate-to" // AnnotationReplicateKeysKey is the annotation that specifies the keys to replicate. // The value of this annotation should be a comma-separated list of values / glob patterns. // If this annotation is not present, all keys will be replicated. AnnotationReplicateKeysKey = "v1alpha1.tls-replicator.gpuninja.com/replicate-keys" // FinalizerName is the name of the finalizer that will be added to the secret. FinalizerName = "finalizer.tls-replicator.gpu-ninja.com/secret" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.