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 ¶
type AfdCustomDomainExtension struct { }
func (*AfdCustomDomainExtension) GetExtendedResources ¶
func (extension *AfdCustomDomainExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type AfdEndpointExtension ¶
type AfdEndpointExtension struct { }
func (*AfdEndpointExtension) GetExtendedResources ¶
func (extension *AfdEndpointExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type AfdOriginExtension ¶
type AfdOriginExtension struct { }
func (*AfdOriginExtension) GetExtendedResources ¶
func (extension *AfdOriginExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type AfdOriginGroupExtension ¶
type AfdOriginGroupExtension struct { }
func (*AfdOriginGroupExtension) GetExtendedResources ¶
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 ¶
type RouteExtension struct { }
func (*RouteExtension) ClassifyError ¶
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 ¶
func (extension *RouteExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type RuleExtension ¶
type RuleExtension struct { }
func (*RuleExtension) GetExtendedResources ¶
func (extension *RuleExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type RuleSetExtension ¶
type RuleSetExtension struct { }
func (*RuleSetExtension) GetExtendedResources ¶
func (extension *RuleSetExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type SecretExtension ¶
type SecretExtension struct { }
func (*SecretExtension) GetExtendedResources ¶
func (extension *SecretExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type SecurityPolicyExtension ¶
type SecurityPolicyExtension struct { }
func (*SecurityPolicyExtension) ClassifyError ¶
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 ¶
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