Documentation ¶
Index ¶
Constants ¶
View Source
const ( // WebhookName is the resource name for the Verrazzano cluster operator webhook WebhookName = "verrazzano-cluster-operator-webhook" OperatorCA = "verrazzano-cluster-operator-ca" OperatorTLS = "verrazzano-cluster-operator-tls" // WebhookNamespace is the resource namespace for the Verrazzano cluster operator webhook WebhookNamespace = "verrazzano-system" CertKey = "tls.crt" PrivKey = "tls.key" )
Variables ¶
This section is empty.
Functions ¶
func CreateWebhookCertificates ¶
func CreateWebhookCertificates(log *zap.SugaredLogger, kubeClient kubernetes.Interface, certDir string) error
CreateWebhookCertificates creates the needed certificates for the validating webhook
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.