Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWebHookClient ¶
NewWebHookClient takes URLs of the form http://foo.com, or unix:///absolute/path/to/socket, and returns a base URL and http client that can be used to communicate with the endpoint over IP or unix domain socket.
func PatchMutatingWebhookConfig ¶
func PatchMutatingWebhookConfig(client admissionregistrationv1beta1client.MutatingWebhookConfigurationInterface, webhookConfigName, webhookName string, caBundle []byte) error
PatchMutatingWebhookConfig patches a CA bundle into the specified webhook config.
func PatchValidatingWebhookConfig ¶
func PatchValidatingWebhookConfig(client admissionregistrationv1beta1client.ValidatingWebhookConfigurationInterface, webhookConfigName string, webhookNames []string, caBundle []byte) error
PatchValidatingWebhookConfig patches a CA bundle into the specified webhook config.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.