Documentation ¶
Overview ¶
Package webhooks provides the validating webhooks for KubeadmConfig and KubeadmConfigTemplate.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeadmConfig ¶
type KubeadmConfig struct{}
KubeadmConfig implements a validating and defaulting webhook for KubeadmConfig.
func (*KubeadmConfig) SetupWebhookWithManager ¶
func (webhook *KubeadmConfig) SetupWebhookWithManager(mgr ctrl.Manager) error
SetupWebhookWithManager sets up KubeadmConfig webhooks.
type KubeadmConfigTemplate ¶
type KubeadmConfigTemplate struct{}
KubeadmConfigTemplate implements a validating and defaulting webhook for KubeadmConfigTemplate.
func (*KubeadmConfigTemplate) SetupWebhookWithManager ¶
func (webhook *KubeadmConfigTemplate) SetupWebhookWithManager(mgr ctrl.Manager) error
SetupWebhookWithManager sets up KubeadmConfigTemplate webhooks.
Click to show internal directories.
Click to hide internal directories.