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