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.
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 FlexibleServer
- func (server *FlexibleServer) Default(ctx context.Context, obj runtime.Object) error
- func (server *FlexibleServer) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (server *FlexibleServer) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (server *FlexibleServer) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type FlexibleServersAdvancedThreatProtectionSettings
- func (settings *FlexibleServersAdvancedThreatProtectionSettings) Default(ctx context.Context, obj runtime.Object) error
- func (settings *FlexibleServersAdvancedThreatProtectionSettings) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (settings *FlexibleServersAdvancedThreatProtectionSettings) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (settings *FlexibleServersAdvancedThreatProtectionSettings) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type FlexibleServersBackup
- func (backup *FlexibleServersBackup) Default(ctx context.Context, obj runtime.Object) error
- func (backup *FlexibleServersBackup) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (backup *FlexibleServersBackup) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (backup *FlexibleServersBackup) 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)
- type FlexibleServersDatabase
- func (database *FlexibleServersDatabase) Default(ctx context.Context, obj runtime.Object) error
- func (database *FlexibleServersDatabase) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (database *FlexibleServersDatabase) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (database *FlexibleServersDatabase) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type FlexibleServersFirewallRule
- func (rule *FlexibleServersFirewallRule) Default(ctx context.Context, obj runtime.Object) error
- func (rule *FlexibleServersFirewallRule) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (rule *FlexibleServersFirewallRule) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (rule *FlexibleServersFirewallRule) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type FlexibleServersVirtualEndpoint
- func (endpoint *FlexibleServersVirtualEndpoint) Default(ctx context.Context, obj runtime.Object) error
- func (endpoint *FlexibleServersVirtualEndpoint) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (endpoint *FlexibleServersVirtualEndpoint) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (endpoint *FlexibleServersVirtualEndpoint) 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 FlexibleServer ¶
type FlexibleServer struct { }
func (*FlexibleServer) ValidateCreate ¶
func (server *FlexibleServer) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*FlexibleServer) ValidateDelete ¶
func (server *FlexibleServer) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type FlexibleServersAdvancedThreatProtectionSettings ¶
type FlexibleServersAdvancedThreatProtectionSettings struct { }
func (*FlexibleServersAdvancedThreatProtectionSettings) Default ¶
func (settings *FlexibleServersAdvancedThreatProtectionSettings) Default(ctx context.Context, obj runtime.Object) error
Default applies defaults to the FlexibleServersAdvancedThreatProtectionSettings resource
func (*FlexibleServersAdvancedThreatProtectionSettings) ValidateCreate ¶
func (settings *FlexibleServersAdvancedThreatProtectionSettings) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*FlexibleServersAdvancedThreatProtectionSettings) ValidateDelete ¶
func (settings *FlexibleServersAdvancedThreatProtectionSettings) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
func (*FlexibleServersAdvancedThreatProtectionSettings) ValidateUpdate ¶
func (settings *FlexibleServersAdvancedThreatProtectionSettings) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
ValidateUpdate validates an update of the resource
type FlexibleServersBackup ¶
type FlexibleServersBackup struct { }
func (*FlexibleServersBackup) Default ¶
Default applies defaults to the FlexibleServersBackup resource
func (*FlexibleServersBackup) ValidateCreate ¶
func (backup *FlexibleServersBackup) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*FlexibleServersBackup) ValidateDelete ¶
func (backup *FlexibleServersBackup) 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
type FlexibleServersDatabase ¶
type FlexibleServersDatabase struct { }
func (*FlexibleServersDatabase) Default ¶
Default applies defaults to the FlexibleServersDatabase resource
func (*FlexibleServersDatabase) ValidateCreate ¶
func (database *FlexibleServersDatabase) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*FlexibleServersDatabase) ValidateDelete ¶
func (database *FlexibleServersDatabase) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type FlexibleServersFirewallRule ¶
type FlexibleServersFirewallRule struct { }
func (*FlexibleServersFirewallRule) Default ¶
Default applies defaults to the FlexibleServersFirewallRule resource
func (*FlexibleServersFirewallRule) ValidateCreate ¶
func (rule *FlexibleServersFirewallRule) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*FlexibleServersFirewallRule) ValidateDelete ¶
func (rule *FlexibleServersFirewallRule) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type FlexibleServersVirtualEndpoint ¶
type FlexibleServersVirtualEndpoint struct { }
func (*FlexibleServersVirtualEndpoint) Default ¶
func (endpoint *FlexibleServersVirtualEndpoint) Default(ctx context.Context, obj runtime.Object) error
Default applies defaults to the FlexibleServersVirtualEndpoint resource
func (*FlexibleServersVirtualEndpoint) ValidateCreate ¶
func (endpoint *FlexibleServersVirtualEndpoint) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*FlexibleServersVirtualEndpoint) ValidateDelete ¶
func (endpoint *FlexibleServersVirtualEndpoint) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource