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 VirtualMachine
- func (machine *VirtualMachine) Default(ctx context.Context, obj runtime.Object) error
- func (machine *VirtualMachine) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (machine *VirtualMachine) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (machine *VirtualMachine) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type VirtualMachineScaleSet
- func (scaleSet *VirtualMachineScaleSet) Default(ctx context.Context, obj runtime.Object) error
- func (scaleSet *VirtualMachineScaleSet) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (scaleSet *VirtualMachineScaleSet) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (scaleSet *VirtualMachineScaleSet) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type VirtualMachineScaleSetsExtension
- func (extension *VirtualMachineScaleSetsExtension) Default(ctx context.Context, obj runtime.Object) error
- func (extension *VirtualMachineScaleSetsExtension) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (extension *VirtualMachineScaleSetsExtension) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (extension *VirtualMachineScaleSetsExtension) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type VirtualMachinesExtension
- func (extension *VirtualMachinesExtension) Default(ctx context.Context, obj runtime.Object) error
- func (extension *VirtualMachinesExtension) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (extension *VirtualMachinesExtension) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (extension *VirtualMachinesExtension) 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 VirtualMachine ¶
type VirtualMachine struct {
}
func (*VirtualMachine) ValidateCreate ¶
func (machine *VirtualMachine) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*VirtualMachine) ValidateDelete ¶
func (machine *VirtualMachine) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type VirtualMachineScaleSet ¶
type VirtualMachineScaleSet struct {
}
func (*VirtualMachineScaleSet) Default ¶
Default applies defaults to the VirtualMachineScaleSet resource
func (*VirtualMachineScaleSet) ValidateCreate ¶
func (scaleSet *VirtualMachineScaleSet) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*VirtualMachineScaleSet) ValidateDelete ¶
func (scaleSet *VirtualMachineScaleSet) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type VirtualMachineScaleSetsExtension ¶
type VirtualMachineScaleSetsExtension struct {
}
func (*VirtualMachineScaleSetsExtension) Default ¶
func (extension *VirtualMachineScaleSetsExtension) Default(ctx context.Context, obj runtime.Object) error
Default applies defaults to the VirtualMachineScaleSetsExtension resource
func (*VirtualMachineScaleSetsExtension) ValidateCreate ¶
func (extension *VirtualMachineScaleSetsExtension) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*VirtualMachineScaleSetsExtension) ValidateDelete ¶
func (extension *VirtualMachineScaleSetsExtension) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type VirtualMachinesExtension ¶
type VirtualMachinesExtension struct {
}
func (*VirtualMachinesExtension) Default ¶
Default applies defaults to the VirtualMachinesExtension resource
func (*VirtualMachinesExtension) ValidateCreate ¶
func (extension *VirtualMachinesExtension) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*VirtualMachinesExtension) ValidateDelete ¶
func (extension *VirtualMachinesExtension) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource