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 Domain
- func (domain *Domain) Default(ctx context.Context, obj runtime.Object) error
- func (domain *Domain) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (domain *Domain) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (domain *Domain) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type DomainsTopic
- func (topic *DomainsTopic) Default(ctx context.Context, obj runtime.Object) error
- func (topic *DomainsTopic) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (topic *DomainsTopic) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (topic *DomainsTopic) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type EventSubscription
- func (subscription *EventSubscription) Default(ctx context.Context, obj runtime.Object) error
- func (subscription *EventSubscription) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (subscription *EventSubscription) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (subscription *EventSubscription) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type Topic
- func (topic *Topic) Default(ctx context.Context, obj runtime.Object) error
- func (topic *Topic) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (topic *Topic) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (topic *Topic) 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 Domain ¶
type Domain struct {
}
func (*Domain) ValidateCreate ¶
func (domain *Domain) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
type DomainsTopic ¶
type DomainsTopic struct {
}
func (*DomainsTopic) ValidateCreate ¶
func (topic *DomainsTopic) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*DomainsTopic) ValidateDelete ¶
func (topic *DomainsTopic) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type EventSubscription ¶
type EventSubscription struct {
}
func (*EventSubscription) ValidateCreate ¶
func (subscription *EventSubscription) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*EventSubscription) ValidateDelete ¶
func (subscription *EventSubscription) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type Topic ¶
type Topic struct {
}
func (*Topic) ValidateCreate ¶
func (topic *Topic) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource