mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-21 13:36:41 +00:00
13 lines
775 B
Go
13 lines
775 B
Go
package v1alpha1
|
|
|
|
const (
|
|
ForbiddenNodeLabelsAnnotation = "capsule.clastix.io/forbidden-node-labels"
|
|
ForbiddenNodeLabelsRegexpAnnotation = "capsule.clastix.io/forbidden-node-labels-regexp"
|
|
ForbiddenNodeAnnotationsAnnotation = "capsule.clastix.io/forbidden-node-annotations"
|
|
ForbiddenNodeAnnotationsRegexpAnnotation = "capsule.clastix.io/forbidden-node-annotations-regexp"
|
|
TLSSecretNameAnnotation = "capsule.clastix.io/tls-secret-name"
|
|
MutatingWebhookConfigurationName = "capsule.clastix.io/mutating-webhook-configuration-name"
|
|
ValidatingWebhookConfigurationName = "capsule.clastix.io/validating-webhook-configuration-name"
|
|
EnableTLSConfigurationAnnotationName = "capsule.clastix.io/enable-tls-configuration"
|
|
)
|