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.
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 AuthConfig
- func (config *AuthConfig) Default(ctx context.Context, obj runtime.Object) error
- func (config *AuthConfig) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (config *AuthConfig) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (config *AuthConfig) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type ContainerApp
- func (containerApp *ContainerApp) Default(ctx context.Context, obj runtime.Object) error
- func (containerApp *ContainerApp) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (containerApp *ContainerApp) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (containerApp *ContainerApp) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type Job
- func (job *Job) Default(ctx context.Context, obj runtime.Object) error
- func (job *Job) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (job *Job) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (job *Job) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type ManagedEnvironment
- func (environment *ManagedEnvironment) Default(ctx context.Context, obj runtime.Object) error
- func (environment *ManagedEnvironment) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (environment *ManagedEnvironment) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (environment *ManagedEnvironment) 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 AuthConfig ¶
type AuthConfig struct {
}
func (*AuthConfig) ValidateCreate ¶
func (config *AuthConfig) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*AuthConfig) ValidateDelete ¶
func (config *AuthConfig) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type ContainerApp ¶
type ContainerApp struct {
}
func (*ContainerApp) ValidateCreate ¶
func (containerApp *ContainerApp) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*ContainerApp) ValidateDelete ¶
func (containerApp *ContainerApp) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type Job ¶
type Job struct {
}
func (*Job) ValidateCreate ¶
func (job *Job) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
type ManagedEnvironment ¶
type ManagedEnvironment struct {
}
func (*ManagedEnvironment) ValidateCreate ¶
func (environment *ManagedEnvironment) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*ManagedEnvironment) ValidateDelete ¶
func (environment *ManagedEnvironment) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource