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 Disk
- func (disk *Disk) Default(ctx context.Context, obj runtime.Object) error
- func (disk *Disk) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (disk *Disk) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (disk *Disk) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type DiskAccess
- func (access *DiskAccess) Default(ctx context.Context, obj runtime.Object) error
- func (access *DiskAccess) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (access *DiskAccess) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (access *DiskAccess) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type DiskEncryptionSet
- func (encryptionSet *DiskEncryptionSet) Default(ctx context.Context, obj runtime.Object) error
- func (encryptionSet *DiskEncryptionSet) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (encryptionSet *DiskEncryptionSet) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (encryptionSet *DiskEncryptionSet) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type Snapshot
- func (snapshot *Snapshot) Default(ctx context.Context, obj runtime.Object) error
- func (snapshot *Snapshot) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (snapshot *Snapshot) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (snapshot *Snapshot) 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 Disk ¶
type Disk struct {
}
func (*Disk) ValidateCreate ¶
func (disk *Disk) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
type DiskAccess ¶
type DiskAccess struct {
}
func (*DiskAccess) ValidateCreate ¶
func (access *DiskAccess) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*DiskAccess) ValidateDelete ¶
func (access *DiskAccess) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type DiskEncryptionSet ¶
type DiskEncryptionSet struct {
}
func (*DiskEncryptionSet) ValidateCreate ¶
func (encryptionSet *DiskEncryptionSet) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*DiskEncryptionSet) ValidateDelete ¶
func (encryptionSet *DiskEncryptionSet) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type Snapshot ¶
type Snapshot struct {
}
func (*Snapshot) ValidateCreate ¶
func (snapshot *Snapshot) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource