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 Registry
- func (registry *Registry) Default(ctx context.Context, obj runtime.Object) error
- func (registry *Registry) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (registry *Registry) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (registry *Registry) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type RegistryReplication
- func (replication *RegistryReplication) Default(ctx context.Context, obj runtime.Object) error
- func (replication *RegistryReplication) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (replication *RegistryReplication) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (replication *RegistryReplication) 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 Registry ¶
type Registry struct {
}
func (*Registry) ValidateCreate ¶
func (registry *Registry) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
type RegistryReplication ¶
type RegistryReplication struct {
}
func (*RegistryReplication) ValidateCreate ¶
func (replication *RegistryReplication) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*RegistryReplication) ValidateDelete ¶
func (replication *RegistryReplication) 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.