Documentation
¶
Index ¶
- type BareMetalDiscoveryWebhook
- func (w *BareMetalDiscoveryWebhook) Default(obj runtime.Object)
- func (w *BareMetalDiscoveryWebhook) SetupWebhookWithManager(mgr ctrl.Manager)
- func (w *BareMetalDiscoveryWebhook) ValidateCreate(obj runtime.Object) error
- func (w *BareMetalDiscoveryWebhook) ValidateDelete(obj runtime.Object) error
- func (w *BareMetalDiscoveryWebhook) ValidateUpdate(obj runtime.Object, old runtime.Object) error
- type BareMetalEndpointWebhook
- func (w *BareMetalEndpointWebhook) Default(obj runtime.Object)
- func (w *BareMetalEndpointWebhook) SetupWebhookWithManager(mgr ctrl.Manager)
- func (w *BareMetalEndpointWebhook) ValidateCreate(obj runtime.Object) error
- func (w *BareMetalEndpointWebhook) ValidateDelete(obj runtime.Object) error
- func (w *BareMetalEndpointWebhook) ValidateUpdate(obj runtime.Object, old runtime.Object) error
- type BareMetalHardwareWebhook
- func (w *BareMetalHardwareWebhook) Default(obj runtime.Object)
- func (w *BareMetalHardwareWebhook) SetupWebhookWithManager(mgr ctrl.Manager)
- func (w *BareMetalHardwareWebhook) ValidateCreate(obj runtime.Object) error
- func (w *BareMetalHardwareWebhook) ValidateDelete(obj runtime.Object) error
- func (w *BareMetalHardwareWebhook) ValidateUpdate(obj runtime.Object, old runtime.Object) error
- type BareMetalInstanceWebhook
- func (w *BareMetalInstanceWebhook) Default(obj runtime.Object)
- func (w *BareMetalInstanceWebhook) SetupWebhookWithManager(mgr ctrl.Manager)
- func (w *BareMetalInstanceWebhook) ValidateCreate(obj runtime.Object) error
- func (w *BareMetalInstanceWebhook) ValidateDelete(obj runtime.Object) error
- func (w *BareMetalInstanceWebhook) ValidateUpdate(obj runtime.Object, old runtime.Object) error
- type BareMetalNetworkWebhook
- func (w *BareMetalNetworkWebhook) Default(obj runtime.Object)
- func (w *BareMetalNetworkWebhook) SetupWebhookWithManager(mgr ctrl.Manager)
- func (w *BareMetalNetworkWebhook) ValidateCreate(obj runtime.Object) error
- func (w *BareMetalNetworkWebhook) ValidateDelete(obj runtime.Object) error
- func (w *BareMetalNetworkWebhook) ValidateUpdate(obj runtime.Object, old runtime.Object) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BareMetalDiscoveryWebhook ¶
type BareMetalDiscoveryWebhook struct {
// contains filtered or unexported fields
}
func (*BareMetalDiscoveryWebhook) Default ¶
func (w *BareMetalDiscoveryWebhook) Default(obj runtime.Object)
Default implements webhook.Defaulter so a webhook will be registered for the type
func (*BareMetalDiscoveryWebhook) SetupWebhookWithManager ¶
func (w *BareMetalDiscoveryWebhook) SetupWebhookWithManager(mgr ctrl.Manager)
func (*BareMetalDiscoveryWebhook) ValidateCreate ¶
func (w *BareMetalDiscoveryWebhook) ValidateCreate(obj runtime.Object) error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*BareMetalDiscoveryWebhook) ValidateDelete ¶
func (w *BareMetalDiscoveryWebhook) ValidateDelete(obj runtime.Object) error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*BareMetalDiscoveryWebhook) ValidateUpdate ¶
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type BareMetalEndpointWebhook ¶
type BareMetalEndpointWebhook struct {
// contains filtered or unexported fields
}
func (*BareMetalEndpointWebhook) Default ¶
func (w *BareMetalEndpointWebhook) Default(obj runtime.Object)
Default implements webhook.Defaulter so a webhook will be registered for the type
func (*BareMetalEndpointWebhook) SetupWebhookWithManager ¶
func (w *BareMetalEndpointWebhook) SetupWebhookWithManager(mgr ctrl.Manager)
func (*BareMetalEndpointWebhook) ValidateCreate ¶
func (w *BareMetalEndpointWebhook) ValidateCreate(obj runtime.Object) error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*BareMetalEndpointWebhook) ValidateDelete ¶
func (w *BareMetalEndpointWebhook) ValidateDelete(obj runtime.Object) error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*BareMetalEndpointWebhook) ValidateUpdate ¶
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type BareMetalHardwareWebhook ¶
type BareMetalHardwareWebhook struct {
// contains filtered or unexported fields
}
func (*BareMetalHardwareWebhook) Default ¶
func (w *BareMetalHardwareWebhook) Default(obj runtime.Object)
Default implements webhook.Defaulter so a webhook will be registered for the type
func (*BareMetalHardwareWebhook) SetupWebhookWithManager ¶
func (w *BareMetalHardwareWebhook) SetupWebhookWithManager(mgr ctrl.Manager)
func (*BareMetalHardwareWebhook) ValidateCreate ¶
func (w *BareMetalHardwareWebhook) ValidateCreate(obj runtime.Object) error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*BareMetalHardwareWebhook) ValidateDelete ¶
func (w *BareMetalHardwareWebhook) ValidateDelete(obj runtime.Object) error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*BareMetalHardwareWebhook) ValidateUpdate ¶
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type BareMetalInstanceWebhook ¶
type BareMetalInstanceWebhook struct {
// contains filtered or unexported fields
}
func (*BareMetalInstanceWebhook) Default ¶
func (w *BareMetalInstanceWebhook) Default(obj runtime.Object)
Default implements webhook.Defaulter so a webhook will be registered for the type
func (*BareMetalInstanceWebhook) SetupWebhookWithManager ¶
func (w *BareMetalInstanceWebhook) SetupWebhookWithManager(mgr ctrl.Manager)
func (*BareMetalInstanceWebhook) ValidateCreate ¶
func (w *BareMetalInstanceWebhook) ValidateCreate(obj runtime.Object) error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*BareMetalInstanceWebhook) ValidateDelete ¶
func (w *BareMetalInstanceWebhook) ValidateDelete(obj runtime.Object) error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*BareMetalInstanceWebhook) ValidateUpdate ¶
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type BareMetalNetworkWebhook ¶
type BareMetalNetworkWebhook struct {
// contains filtered or unexported fields
}
func (*BareMetalNetworkWebhook) Default ¶
func (w *BareMetalNetworkWebhook) Default(obj runtime.Object)
Default implements webhook.Defaulter so a webhook will be registered for the type
func (*BareMetalNetworkWebhook) SetupWebhookWithManager ¶
func (w *BareMetalNetworkWebhook) SetupWebhookWithManager(mgr ctrl.Manager)
func (*BareMetalNetworkWebhook) ValidateCreate ¶
func (w *BareMetalNetworkWebhook) ValidateCreate(obj runtime.Object) error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*BareMetalNetworkWebhook) ValidateDelete ¶
func (w *BareMetalNetworkWebhook) ValidateDelete(obj runtime.Object) error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*BareMetalNetworkWebhook) ValidateUpdate ¶
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type