Documentation
¶
Overview ¶
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
- type Extension
- func (extension *Extension) Default(ctx context.Context, obj runtime.Object) error
- func (extension *Extension) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (extension *Extension) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (extension *Extension) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type FluxConfiguration
- func (configuration *FluxConfiguration) Default(ctx context.Context, obj runtime.Object) error
- func (configuration *FluxConfiguration) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (configuration *FluxConfiguration) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (configuration *FluxConfiguration) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Extension ¶
type Extension struct { }
func (*Extension) ValidateCreate ¶
func (extension *Extension) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
type FluxConfiguration ¶
type FluxConfiguration struct { }
func (*FluxConfiguration) ValidateCreate ¶
func (configuration *FluxConfiguration) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*FluxConfiguration) ValidateDelete ¶
func (configuration *FluxConfiguration) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
Click to show internal directories.
Click to hide internal directories.