Documentation ¶
Overview ¶
Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
Constants ¶
View Source
const ( FleetWebhookCertFileName = "tls.crt" FleetWebhookKeyFileName = "tls.key" FleetWebhookCfgName = "fleet-validating-webhook-configuration" )
Variables ¶
View Source
var AddToManagerFuncs []func(manager.Manager) error
View Source
var WebhookServiceNs string
Functions ¶
func AddToManager ¶
AddToManager adds all Controllers to the Manager
func CreateFleetWebhookConfiguration ¶
func CreateFleetWebhookConfiguration(ctx context.Context, client client.Client, caPEM []byte, port int) error
CreateFleetWebhookConfiguration creates the ValidatingWebhookConfiguration object for the webhook
func GenCertificate ¶
GenCertificate generates the serving cerficiate for the webhook server
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.