Documentation ¶
Overview ¶
Package webhooks implements inmemory infrastructure webhooks.
Package webhooks implements inmemory infrastructure webhooks.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InMemoryCluster ¶
type InMemoryCluster struct{}
InMemoryCluster implements a validating and defaulting webhook for InMemoryCluster.
func (*InMemoryCluster) SetupWebhookWithManager ¶
func (webhook *InMemoryCluster) SetupWebhookWithManager(mgr ctrl.Manager) error
SetupWebhookWithManager sets up InMemoryCluster webhooks.
type InMemoryClusterTemplate ¶
type InMemoryClusterTemplate struct{}
InMemoryClusterTemplate implements a validating and defaulting webhook for InMemoryClusterTemplate.
func (*InMemoryClusterTemplate) SetupWebhookWithManager ¶
func (webhook *InMemoryClusterTemplate) SetupWebhookWithManager(mgr ctrl.Manager) error
SetupWebhookWithManager sets up InMemoryClusterTemplate webhooks.
type InMemoryMachine ¶
type InMemoryMachine struct{}
InMemoryMachine implements a validating and defaulting webhook for InMemoryMachine.
func (*InMemoryMachine) SetupWebhookWithManager ¶
func (webhook *InMemoryMachine) SetupWebhookWithManager(mgr ctrl.Manager) error
SetupWebhookWithManager sets up InMemoryMachine webhooks.
type InMemoryMachineTemplate ¶
type InMemoryMachineTemplate struct{}
InMemoryMachineTemplate implements a validating and defaulting webhook for InMemoryMachineTemplate.
func (*InMemoryMachineTemplate) SetupWebhookWithManager ¶
func (webhook *InMemoryMachineTemplate) SetupWebhookWithManager(mgr ctrl.Manager) error
SetupWebhookWithManager sets up InMemoryMachineTemplate webhooks.