Documentation ¶
Index ¶
- type ProjectReconcilerOptions
- type ProjectWebhook
- func (w *ProjectWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (w *ProjectWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (w *ProjectWebhook) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (w *ProjectWebhook) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProjectReconcilerOptions ¶
type ProjectReconcilerOptions struct {
NamespacePrefix string
}
ProjectWebhookOptions defines options for a ProjectWebhook
type ProjectWebhook ¶
type ProjectWebhook struct {
// contains filtered or unexported fields
}
ProjectWebhook provides admission logic for Project objects
func NewProjectWebhook ¶
func NewProjectWebhook(client client.Client, options ProjectReconcilerOptions) *ProjectWebhook
func (*ProjectWebhook) SetupWebhookWithManager ¶
func (w *ProjectWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*ProjectWebhook) ValidateCreate ¶
func (*ProjectWebhook) ValidateDelete ¶
func (*ProjectWebhook) ValidateUpdate ¶
Click to show internal directories.
Click to hide internal directories.