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 FlexibleServersAdministrator
- func (administrator *FlexibleServersAdministrator) Default(ctx context.Context, obj runtime.Object) error
- func (administrator *FlexibleServersAdministrator) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (administrator *FlexibleServersAdministrator) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (administrator *FlexibleServersAdministrator) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type FlexibleServersConfiguration
- func (configuration *FlexibleServersConfiguration) Default(ctx context.Context, obj runtime.Object) error
- func (configuration *FlexibleServersConfiguration) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (configuration *FlexibleServersConfiguration) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (configuration *FlexibleServersConfiguration) 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 FlexibleServersAdministrator ¶
type FlexibleServersAdministrator struct {
}
func (*FlexibleServersAdministrator) Default ¶
func (administrator *FlexibleServersAdministrator) Default(ctx context.Context, obj runtime.Object) error
Default applies defaults to the FlexibleServersAdministrator resource
func (*FlexibleServersAdministrator) ValidateCreate ¶
func (administrator *FlexibleServersAdministrator) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*FlexibleServersAdministrator) ValidateDelete ¶
func (administrator *FlexibleServersAdministrator) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type FlexibleServersConfiguration ¶
type FlexibleServersConfiguration struct {
}
func (*FlexibleServersConfiguration) Default ¶
func (configuration *FlexibleServersConfiguration) Default(ctx context.Context, obj runtime.Object) error
Default applies defaults to the FlexibleServersConfiguration resource
func (*FlexibleServersConfiguration) ValidateCreate ¶
func (configuration *FlexibleServersConfiguration) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*FlexibleServersConfiguration) ValidateDelete ¶
func (configuration *FlexibleServersConfiguration) 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.