Versions in this module Expand all Collapse all v0 v0.0.14 Sep 17, 2025 v0.0.13 Sep 8, 2025 Changes in this version + func SetupHubWebhookWithManager(mgr ctrl.Manager) error + func SetupSpokeWebhookWithManager(mgr ctrl.Manager) error + type HubCustomDefaulter struct + func (d *HubCustomDefaulter) Default(_ context.Context, obj runtime.Object) error + type HubCustomValidator struct + func (v *HubCustomValidator) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error) + func (v *HubCustomValidator) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error) + func (v *HubCustomValidator) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error) + type SpokeCustomDefaulter struct + func (d *SpokeCustomDefaulter) Default(_ context.Context, obj runtime.Object) error + type SpokeCustomValidator struct + func (v *SpokeCustomValidator) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error) + func (v *SpokeCustomValidator) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error) + func (v *SpokeCustomValidator) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)