Documentation
¶
Index ¶
- type DockyardsCluster
- func (webhook *DockyardsCluster) SetupWebhookWithManager(m ctrl.Manager) error
- func (webhook *DockyardsCluster) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (webhook *DockyardsCluster) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (webhook *DockyardsCluster) ValidateUpdate(_ context.Context, oldObj runtime.Object, newObj runtime.Object) (admission.Warnings, error)
- type DockyardsNodePool
- func (webhook *DockyardsNodePool) SetupWebhookWithManager(m ctrl.Manager) error
- func (webhook *DockyardsNodePool) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (webhook *DockyardsNodePool) ValidateDelete(_ context.Context, _ runtime.Object) (admission.Warnings, error)
- func (webhook *DockyardsNodePool) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
- type DockyardsOrganization
- func (webhook *DockyardsOrganization) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (webhook *DockyardsOrganization) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (webhook *DockyardsOrganization) ValidateDelete(_ context.Context, _ runtime.Object) (admission.Warnings, error)
- func (webhook *DockyardsOrganization) ValidateUpdate(ctx context.Context, _, newObj runtime.Object) (admission.Warnings, error)
- type DockyardsUser
- func (webhook *DockyardsUser) SetupWebhookWithManager(m ctrl.Manager) error
- func (webhook *DockyardsUser) ValidateCreate(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (webhook *DockyardsUser) ValidateDelete(_ context.Context, _ runtime.Object) (admission.Warnings, error)
- func (webhook *DockyardsUser) ValidateUpdate(_ context.Context, _, newObj runtime.Object) (admission.Warnings, error)
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 (*DockyardsCluster) ValidateDelete ¶
type DockyardsNodePool ¶
func (*DockyardsNodePool) SetupWebhookWithManager ¶
func (webhook *DockyardsNodePool) SetupWebhookWithManager(m ctrl.Manager) error
func (*DockyardsNodePool) ValidateCreate ¶
func (*DockyardsNodePool) ValidateDelete ¶
func (*DockyardsNodePool) ValidateUpdate ¶
type DockyardsOrganization ¶
func (*DockyardsOrganization) SetupWebhookWithManager ¶
func (webhook *DockyardsOrganization) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*DockyardsOrganization) ValidateCreate ¶
func (*DockyardsOrganization) ValidateDelete ¶
func (*DockyardsOrganization) ValidateUpdate ¶
type DockyardsUser ¶
type DockyardsUser struct {
AllowedDomains []string
}
func (*DockyardsUser) SetupWebhookWithManager ¶
func (webhook *DockyardsUser) SetupWebhookWithManager(m ctrl.Manager) error
func (*DockyardsUser) ValidateCreate ¶
func (*DockyardsUser) ValidateDelete ¶
func (*DockyardsUser) ValidateUpdate ¶
Click to show internal directories.
Click to hide internal directories.