Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Namespace is the Kubernetes namespace where the Webhook controllers and implementation live Namespace = "node-ip-webhook" // SecretName is the name of the Kubernetes Secret containing the Webhook TLS certificate inside `Namespace` SecretName = "webhook-cert" // WebhookName is the name of the Kubernetes Webhook (cluster-scoped) WebhookName = "node-ip-webhook" // ServiceName is the name of the Kubernetes Service pointing to the Webhook implementation inside `Namespace` ServiceName = "webhook" )
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.