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.
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AfdCustomDomainExtension ¶ added in v2.6.0
type AfdCustomDomainExtension struct { }
func (*AfdCustomDomainExtension) GetExtendedResources ¶ added in v2.6.0
func (extension *AfdCustomDomainExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type AfdEndpointExtension ¶ added in v2.6.0
type AfdEndpointExtension struct { }
func (*AfdEndpointExtension) GetExtendedResources ¶ added in v2.6.0
func (extension *AfdEndpointExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type AfdOriginExtension ¶ added in v2.6.0
type AfdOriginExtension struct { }
func (*AfdOriginExtension) GetExtendedResources ¶ added in v2.6.0
func (extension *AfdOriginExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type AfdOriginGroupExtension ¶ added in v2.6.0
type AfdOriginGroupExtension struct { }
func (*AfdOriginGroupExtension) GetExtendedResources ¶ added in v2.6.0
func (extension *AfdOriginGroupExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type ProfileExtension ¶
type ProfileExtension struct { }
func (*ProfileExtension) GetExtendedResources ¶
func (extension *ProfileExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type ProfilesEndpointExtension ¶
type ProfilesEndpointExtension struct { }
func (*ProfilesEndpointExtension) GetExtendedResources ¶
func (extension *ProfilesEndpointExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type RouteExtension ¶ added in v2.6.0
type RouteExtension struct { }
func (*RouteExtension) ClassifyError ¶ added in v2.6.0
func (e *RouteExtension) ClassifyError( cloudError *genericarmclient.CloudError, apiVersion string, log logr.Logger, next extensions.ErrorClassifierFunc, ) (core.CloudErrorDetails, error)
ClassifyError evaluates the provided error, returning whether it is fatal or can be retried. A BadRequest error (400) is normally fatal, but for AFD Routes, it is returned if a route is attempted to be added to an originGroup that doesn't exist or doesn't have any origins added. This error is not actually fatal so we retry on it. cloudError is the error returned from ARM. apiVersion is the ARM API version used for the request. log is a logger than can be used for telemetry. next is the next implementation to call.
func (*RouteExtension) GetExtendedResources ¶ added in v2.6.0
func (extension *RouteExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type RuleExtension ¶ added in v2.6.0
type RuleExtension struct { }
func (*RuleExtension) GetExtendedResources ¶ added in v2.6.0
func (extension *RuleExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type RuleSetExtension ¶ added in v2.6.0
type RuleSetExtension struct { }
func (*RuleSetExtension) GetExtendedResources ¶ added in v2.6.0
func (extension *RuleSetExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type SecretExtension ¶ added in v2.6.0
type SecretExtension struct { }
func (*SecretExtension) GetExtendedResources ¶ added in v2.6.0
func (extension *SecretExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type SecurityPolicyExtension ¶ added in v2.6.0
type SecurityPolicyExtension struct { }
func (*SecurityPolicyExtension) ClassifyError ¶ added in v2.6.0
func (e *SecurityPolicyExtension) ClassifyError( cloudError *genericarmclient.CloudError, apiVersion string, log logr.Logger, next extensions.ErrorClassifierFunc, ) (core.CloudErrorDetails, error)
ClassifyError evaluates the provided error, returning whether it is fatal or can be retried. A BadRequest error (400) is normally fatal, but for AFD Security Policies, it is returned if a policy is attempted to be added to an endpoint that isn't in a completed provisoningState, which we must retry on. cloudError is the error returned from ARM. apiVersion is the ARM API version used for the request. log is a logger than can be used for telemetry. next is the next implementation to call.
func (*SecurityPolicyExtension) GetExtendedResources ¶ added in v2.6.0
func (extension *SecurityPolicyExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
Source Files ¶
- afd_custom_domain_extension_types_gen.go
- afd_endpoint_extension_types_gen.go
- afd_origin_extension_types_gen.go
- afd_origin_group_extension_types_gen.go
- profile_extension_types_gen.go
- profiles_endpoint_extension_types_gen.go
- route_extension_types.go
- route_extension_types_gen.go
- rule_extension_types_gen.go
- rule_set_extension_types_gen.go
- secret_extension_types_gen.go
- security_policy_extension_types.go
- security_policy_extension_types_gen.go