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.
Index ¶
- type ServerFarm
- func (farm *ServerFarm) Default(ctx context.Context, obj runtime.Object) error
- func (farm *ServerFarm) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (farm *ServerFarm) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (farm *ServerFarm) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type Site
- func (site *Site) Default(ctx context.Context, obj runtime.Object) error
- func (site *Site) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (site *Site) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (site *Site) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type SitesSourcecontrol
- func (sourcecontrol *SitesSourcecontrol) Default(ctx context.Context, obj runtime.Object) error
- func (sourcecontrol *SitesSourcecontrol) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (sourcecontrol *SitesSourcecontrol) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (sourcecontrol *SitesSourcecontrol) 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 ServerFarm ¶
type ServerFarm struct { }
func (*ServerFarm) ValidateCreate ¶
func (farm *ServerFarm) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*ServerFarm) ValidateDelete ¶
func (farm *ServerFarm) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type Site ¶
type Site struct { }
func (*Site) ValidateCreate ¶
func (site *Site) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
type SitesSourcecontrol ¶
type SitesSourcecontrol struct { }
func (*SitesSourcecontrol) ValidateCreate ¶
func (sourcecontrol *SitesSourcecontrol) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*SitesSourcecontrol) ValidateDelete ¶
func (sourcecontrol *SitesSourcecontrol) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource