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 Cluster
- func (cluster *Cluster) Default(ctx context.Context, obj runtime.Object) error
- func (cluster *Cluster) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (cluster *Cluster) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (cluster *Cluster) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type DataConnection
- func (connection *DataConnection) Default(ctx context.Context, obj runtime.Object) error
- func (connection *DataConnection) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (connection *DataConnection) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (connection *DataConnection) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type Database
- func (database *Database) Default(ctx context.Context, obj runtime.Object) error
- func (database *Database) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (database *Database) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (database *Database) 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 Cluster ¶
type Cluster struct {
}
func (*Cluster) ValidateCreate ¶
func (cluster *Cluster) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
type DataConnection ¶
type DataConnection struct {
}
func (*DataConnection) ValidateCreate ¶
func (connection *DataConnection) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*DataConnection) ValidateDelete ¶
func (connection *DataConnection) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type Database ¶
type Database struct {
}
func (*Database) ValidateCreate ¶
func (database *Database) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
Click to show internal directories.
Click to hide internal directories.