Documentation
¶
Index ¶
Constants ¶
View Source
const ( TLSSecretName = "capsule-tls" MutatingWebhookConfigurationName = "capsule-mutating-webhook-configuration" ValidatingWebhookConfigurationName = "capsule-validating-webhook-configuration" TenantCRDName = "tenants.capsule.clastix.io" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration interface {
ProtectedNamespaceRegexp() (*regexp.Regexp, error)
ForceTenantPrefix() bool
GenerateCertificates() bool
TLSSecretName() string
MutatingWebhookConfigurationName() string
ValidatingWebhookConfigurationName() string
TenantCRDName() string
UserGroups() []string
ForbiddenUserNodeLabels() *capsulev1beta1.ForbiddenListSpec
ForbiddenUserNodeAnnotations() *capsulev1beta1.ForbiddenListSpec
}
func NewCapsuleConfiguration ¶
Click to show internal directories.
Click to hide internal directories.