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.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamespaceExtension ¶
type NamespaceExtension struct { }
func (*NamespaceExtension) ExportKubernetesSecrets ¶
func (ext *NamespaceExtension) ExportKubernetesSecrets( ctx context.Context, obj genruntime.MetaObject, additionalSecrets set.Set[string], armClient *genericarmclient.GenericClient, log logr.Logger, ) (*genruntime.KubernetesSecretExportResult, error)
func (*NamespaceExtension) GetExtendedResources ¶
func (extension *NamespaceExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type NamespacesAuthorizationRuleExtension ¶
type NamespacesAuthorizationRuleExtension struct { }
func (*NamespacesAuthorizationRuleExtension) ExportKubernetesSecrets ¶
func (ext *NamespacesAuthorizationRuleExtension) ExportKubernetesSecrets( ctx context.Context, obj genruntime.MetaObject, additionalSecrets set.Set[string], armClient *genericarmclient.GenericClient, log logr.Logger, ) (*genruntime.KubernetesSecretExportResult, error)
func (*NamespacesAuthorizationRuleExtension) GetExtendedResources ¶
func (extension *NamespacesAuthorizationRuleExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type NamespacesQueueExtension ¶
type NamespacesQueueExtension struct { }
func (*NamespacesQueueExtension) GetExtendedResources ¶
func (extension *NamespacesQueueExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type NamespacesTopicExtension ¶
type NamespacesTopicExtension struct { }
func (*NamespacesTopicExtension) GetExtendedResources ¶
func (extension *NamespacesTopicExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type NamespacesTopicsSubscriptionExtension ¶
type NamespacesTopicsSubscriptionExtension struct { }
func (*NamespacesTopicsSubscriptionExtension) ClassifyError ¶
func (e *NamespacesTopicsSubscriptionExtension) 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 MessagingGatewayBadRequest error (400) is normally fatal, but NamespacesTopicsSubscription resource may return MessagingGatewayBadRequest whilst a dependency is being created, so we override for that case. 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 (*NamespacesTopicsSubscriptionExtension) GetExtendedResources ¶
func (extension *NamespacesTopicsSubscriptionExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type NamespacesTopicsSubscriptionsRuleExtension ¶
type NamespacesTopicsSubscriptionsRuleExtension struct { }
func (*NamespacesTopicsSubscriptionsRuleExtension) GetExtendedResources ¶
func (extension *NamespacesTopicsSubscriptionsRuleExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
Source Files ¶
- namespace_extension_types_gen.go
- namespace_extensions.go
- namespaces_authorization_rule_extension_types_gen.go
- namespaces_authorization_rule_extensions.go
- namespaces_queue_extension_types_gen.go
- namespaces_topic_extension_types_gen.go
- namespaces_topic_subscription_extension.go
- namespaces_topics_subscription_extension_types_gen.go
- namespaces_topics_subscriptions_rule_extension_types_gen.go