webhooks

package
v0.13.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2025 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DockyardsCluster

type DockyardsCluster struct{}

func (*DockyardsCluster) SetupWebhookWithManager

func (webhook *DockyardsCluster) SetupWebhookWithManager(m ctrl.Manager) error

func (*DockyardsCluster) ValidateCreate

func (webhook *DockyardsCluster) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)

func (*DockyardsCluster) ValidateDelete

func (webhook *DockyardsCluster) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)

func (*DockyardsCluster) ValidateUpdate

func (webhook *DockyardsCluster) ValidateUpdate(_ context.Context, oldObj runtime.Object, newObj runtime.Object) (admission.Warnings, error)

type DockyardsNodePool

type DockyardsNodePool struct {
	Client client.Reader
}

func (*DockyardsNodePool) SetupWebhookWithManager

func (webhook *DockyardsNodePool) SetupWebhookWithManager(m ctrl.Manager) error

func (*DockyardsNodePool) ValidateCreate

func (webhook *DockyardsNodePool) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)

func (*DockyardsNodePool) ValidateDelete

func (webhook *DockyardsNodePool) ValidateDelete(_ context.Context, _ runtime.Object) (admission.Warnings, error)

func (*DockyardsNodePool) ValidateUpdate

func (webhook *DockyardsNodePool) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)

type DockyardsOrganization

type DockyardsOrganization struct {
	Client client.Reader
}

func (*DockyardsOrganization) SetupWebhookWithManager

func (webhook *DockyardsOrganization) SetupWebhookWithManager(mgr ctrl.Manager) error

func (*DockyardsOrganization) ValidateCreate

func (webhook *DockyardsOrganization) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)

func (*DockyardsOrganization) ValidateDelete

func (webhook *DockyardsOrganization) ValidateDelete(_ context.Context, _ runtime.Object) (admission.Warnings, error)

func (*DockyardsOrganization) ValidateUpdate

func (webhook *DockyardsOrganization) ValidateUpdate(ctx context.Context, _, newObj runtime.Object) (admission.Warnings, error)

type DockyardsUser

type DockyardsUser struct {
	AllowedDomains []string
}

func (*DockyardsUser) SetupWebhookWithManager

func (webhook *DockyardsUser) SetupWebhookWithManager(m ctrl.Manager) error

func (*DockyardsUser) ValidateCreate

func (webhook *DockyardsUser) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)

func (*DockyardsUser) ValidateDelete

func (webhook *DockyardsUser) ValidateDelete(_ context.Context, _ runtime.Object) (admission.Warnings, error)

func (*DockyardsUser) ValidateUpdate

func (webhook *DockyardsUser) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL