Documentation ¶
Index ¶
Constants ¶
View Source
const ( // WebhookCertFolder is the folder where the cert for the webhook is stored WebhookCertFolder = "/tmp/k8s-webhook-server/serving-certs" // WebhookServiceName is the name of the webhook service WebhookServiceName = "kiosk" // APIServiceCertFolder is the folder where the cert for the api service is stored APIServiceCertFolder = "/tmp/k8s-apiserver/serving-certs" // APIServiceName is the name of the service for the api service APIServiceName = "kiosk-apiservice" )
Variables ¶
This section is empty.
Functions ¶
func GenerateAPIServiceCertificate ¶ added in v0.2.3
func GenerateAPIServiceCertificate() error
func GenerateWebhookCertificate ¶ added in v0.2.3
func GenerateWebhookCertificate() error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.