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.
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.
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 AfdCustomDomain
- func (domain *AfdCustomDomain) Default(ctx context.Context, obj runtime.Object) error
- func (domain *AfdCustomDomain) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (domain *AfdCustomDomain) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (domain *AfdCustomDomain) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type AfdEndpoint
- func (endpoint *AfdEndpoint) Default(ctx context.Context, obj runtime.Object) error
- func (endpoint *AfdEndpoint) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (endpoint *AfdEndpoint) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (endpoint *AfdEndpoint) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type AfdOrigin
- func (origin *AfdOrigin) Default(ctx context.Context, obj runtime.Object) error
- func (origin *AfdOrigin) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (origin *AfdOrigin) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (origin *AfdOrigin) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type AfdOriginGroup
- func (group *AfdOriginGroup) Default(ctx context.Context, obj runtime.Object) error
- func (group *AfdOriginGroup) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (group *AfdOriginGroup) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (group *AfdOriginGroup) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type Profile
- func (profile *Profile) Default(ctx context.Context, obj runtime.Object) error
- func (profile *Profile) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (profile *Profile) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (profile *Profile) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type Route
- func (route *Route) Default(ctx context.Context, obj runtime.Object) error
- func (route *Route) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (route *Route) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (route *Route) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type Rule
- func (rule *Rule) Default(ctx context.Context, obj runtime.Object) error
- func (rule *Rule) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (rule *Rule) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (rule *Rule) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type RuleSet
- func (ruleSet *RuleSet) Default(ctx context.Context, obj runtime.Object) error
- func (ruleSet *RuleSet) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (ruleSet *RuleSet) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (ruleSet *RuleSet) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type Secret
- func (secret *Secret) Default(ctx context.Context, obj runtime.Object) error
- func (secret *Secret) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (secret *Secret) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (secret *Secret) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type SecurityPolicy
- func (policy *SecurityPolicy) Default(ctx context.Context, obj runtime.Object) error
- func (policy *SecurityPolicy) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (policy *SecurityPolicy) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (policy *SecurityPolicy) 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 AfdCustomDomain ¶
type AfdCustomDomain struct {
}
func (*AfdCustomDomain) ValidateCreate ¶
func (domain *AfdCustomDomain) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*AfdCustomDomain) ValidateDelete ¶
func (domain *AfdCustomDomain) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type AfdEndpoint ¶
type AfdEndpoint struct {
}
func (*AfdEndpoint) ValidateCreate ¶
func (endpoint *AfdEndpoint) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*AfdEndpoint) ValidateDelete ¶
func (endpoint *AfdEndpoint) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type AfdOrigin ¶
type AfdOrigin struct {
}
func (*AfdOrigin) ValidateCreate ¶
func (origin *AfdOrigin) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
type AfdOriginGroup ¶
type AfdOriginGroup struct {
}
func (*AfdOriginGroup) ValidateCreate ¶
func (group *AfdOriginGroup) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*AfdOriginGroup) ValidateDelete ¶
func (group *AfdOriginGroup) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type Profile ¶
type Profile struct {
}
func (*Profile) ValidateCreate ¶
func (profile *Profile) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
type Route ¶
type Route struct {
}
func (*Route) ValidateCreate ¶
func (route *Route) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
type Rule ¶
type Rule struct {
}
func (*Rule) ValidateCreate ¶
func (rule *Rule) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
type RuleSet ¶
type RuleSet struct {
}
func (*RuleSet) ValidateCreate ¶
func (ruleSet *RuleSet) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
type Secret ¶
type Secret struct {
}
func (*Secret) ValidateCreate ¶
func (secret *Secret) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
type SecurityPolicy ¶
type SecurityPolicy struct {
}
func (*SecurityPolicy) ValidateCreate ¶
func (policy *SecurityPolicy) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*SecurityPolicy) ValidateDelete ¶
func (policy *SecurityPolicy) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource