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 CustomCertificate
- func (certificate *CustomCertificate) Default(ctx context.Context, obj runtime.Object) error
- func (certificate *CustomCertificate) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (certificate *CustomCertificate) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (certificate *CustomCertificate) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type CustomDomain
- func (domain *CustomDomain) Default(ctx context.Context, obj runtime.Object) error
- func (domain *CustomDomain) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (domain *CustomDomain) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (domain *CustomDomain) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type Replica
- func (replica *Replica) Default(ctx context.Context, obj runtime.Object) error
- func (replica *Replica) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (replica *Replica) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (replica *Replica) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type SignalR
- func (signalR *SignalR) Default(ctx context.Context, obj runtime.Object) error
- func (signalR *SignalR) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (signalR *SignalR) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (signalR *SignalR) 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 CustomCertificate ¶
type CustomCertificate struct {
}
func (*CustomCertificate) ValidateCreate ¶
func (certificate *CustomCertificate) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*CustomCertificate) ValidateDelete ¶
func (certificate *CustomCertificate) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type CustomDomain ¶
type CustomDomain struct {
}
func (*CustomDomain) ValidateCreate ¶
func (domain *CustomDomain) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*CustomDomain) ValidateDelete ¶
func (domain *CustomDomain) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type Replica ¶
type Replica struct {
}
func (*Replica) ValidateCreate ¶
func (replica *Replica) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
type SignalR ¶
type SignalR struct {
}
func (*SignalR) ValidateCreate ¶
func (signalR *SignalR) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource