Versions in this module Expand all Collapse all v2 v2.3.0 Sep 4, 2023 v2.2.0 Jul 20, 2023 v2.1.0 May 31, 2023 v2.0.0 Apr 14, 2023 Changes in this version + const APIVersion_Value + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type APIVersion string + type CaptureDescription struct + Destination *Destination + Enabled *bool + Encoding *string + IntervalInSeconds *int + PropertyBag genruntime.PropertyBag + SizeLimitInBytes *int + SkipEmptyArchives *bool + func (in *CaptureDescription) DeepCopy() *CaptureDescription + func (in *CaptureDescription) DeepCopyInto(out *CaptureDescription) + type CaptureDescription_STATUS struct + Destination *Destination_STATUS + Enabled *bool + Encoding *string + IntervalInSeconds *int + PropertyBag genruntime.PropertyBag + SizeLimitInBytes *int + SkipEmptyArchives *bool + func (in *CaptureDescription_STATUS) DeepCopy() *CaptureDescription_STATUS + func (in *CaptureDescription_STATUS) DeepCopyInto(out *CaptureDescription_STATUS) + type Destination struct + ArchiveNameFormat *string + BlobContainer *string + DataLakeAccountName *string + DataLakeFolderPath *string + DataLakeSubscriptionId *string + Name *string + PropertyBag genruntime.PropertyBag + StorageAccountResourceReference *genruntime.ResourceReference + func (in *Destination) DeepCopy() *Destination + func (in *Destination) DeepCopyInto(out *Destination) + type Destination_STATUS struct + ArchiveNameFormat *string + BlobContainer *string + DataLakeAccountName *string + DataLakeFolderPath *string + DataLakeSubscriptionId *string + Name *string + PropertyBag genruntime.PropertyBag + StorageAccountResourceId *string + func (in *Destination_STATUS) DeepCopy() *Destination_STATUS + func (in *Destination_STATUS) DeepCopyInto(out *Destination_STATUS) + type Encryption struct + KeySource *string + KeyVaultProperties []KeyVaultProperties + PropertyBag genruntime.PropertyBag + RequireInfrastructureEncryption *bool + func (in *Encryption) DeepCopy() *Encryption + func (in *Encryption) DeepCopyInto(out *Encryption) + type Encryption_STATUS struct + KeySource *string + KeyVaultProperties []KeyVaultProperties_STATUS + PropertyBag genruntime.PropertyBag + RequireInfrastructureEncryption *bool + func (in *Encryption_STATUS) DeepCopy() *Encryption_STATUS + func (in *Encryption_STATUS) DeepCopyInto(out *Encryption_STATUS) + type Identity struct + PropertyBag genruntime.PropertyBag + Type *string + UserAssignedIdentities []UserAssignedIdentityDetails + func (in *Identity) DeepCopy() *Identity + func (in *Identity) DeepCopyInto(out *Identity) + type Identity_STATUS struct + PrincipalId *string + PropertyBag genruntime.PropertyBag + TenantId *string + Type *string + UserAssignedIdentities map[string]UserAssignedIdentity_STATUS + func (in *Identity_STATUS) DeepCopy() *Identity_STATUS + func (in *Identity_STATUS) DeepCopyInto(out *Identity_STATUS) + type KeyVaultProperties struct + Identity *UserAssignedIdentityProperties + KeyName *string + KeyVaultUri *string + KeyVersion *string + PropertyBag genruntime.PropertyBag + func (in *KeyVaultProperties) DeepCopy() *KeyVaultProperties + func (in *KeyVaultProperties) DeepCopyInto(out *KeyVaultProperties) + type KeyVaultProperties_STATUS struct + Identity *UserAssignedIdentityProperties_STATUS + KeyName *string + KeyVaultUri *string + KeyVersion *string + PropertyBag genruntime.PropertyBag + func (in *KeyVaultProperties_STATUS) DeepCopy() *KeyVaultProperties_STATUS + func (in *KeyVaultProperties_STATUS) DeepCopyInto(out *KeyVaultProperties_STATUS) + type Namespace struct + Spec Namespace_Spec + Status Namespace_STATUS + func (in *Namespace) DeepCopy() *Namespace + func (in *Namespace) DeepCopyInto(out *Namespace) + func (in *Namespace) DeepCopyObject() runtime.Object + func (namespace *Namespace) AzureName() string + func (namespace *Namespace) GetConditions() conditions.Conditions + func (namespace *Namespace) GetResourceScope() genruntime.ResourceScope + func (namespace *Namespace) GetSpec() genruntime.ConvertibleSpec + func (namespace *Namespace) GetStatus() genruntime.ConvertibleStatus + func (namespace *Namespace) GetType() string + func (namespace *Namespace) Hub() + func (namespace *Namespace) NewEmptyStatus() genruntime.ConvertibleStatus + func (namespace *Namespace) OriginalGVK() *schema.GroupVersionKind + func (namespace *Namespace) Owner() *genruntime.ResourceReference + func (namespace *Namespace) SetConditions(conditions conditions.Conditions) + func (namespace *Namespace) SetStatus(status genruntime.ConvertibleStatus) error + func (namespace Namespace) GetAPIVersion() string + type NamespaceList struct + Items []Namespace + func (in *NamespaceList) DeepCopy() *NamespaceList + func (in *NamespaceList) DeepCopyInto(out *NamespaceList) + func (in *NamespaceList) DeepCopyObject() runtime.Object + type Namespace_STATUS struct + AlternateName *string + ClusterArmId *string + Conditions []conditions.Condition + CreatedAt *string + DisableLocalAuth *bool + Encryption *Encryption_STATUS + Id *string + Identity *Identity_STATUS + IsAutoInflateEnabled *bool + KafkaEnabled *bool + Location *string + MaximumThroughputUnits *int + MetricId *string + Name *string + PrivateEndpointConnections []PrivateEndpointConnection_STATUS + PropertyBag genruntime.PropertyBag + ProvisioningState *string + ServiceBusEndpoint *string + Sku *Sku_STATUS + Status *string + SystemData *SystemData_STATUS + Tags map[string]string + Type *string + UpdatedAt *string + ZoneRedundant *bool + func (in *Namespace_STATUS) DeepCopy() *Namespace_STATUS + func (in *Namespace_STATUS) DeepCopyInto(out *Namespace_STATUS) + func (namespace *Namespace_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error + func (namespace *Namespace_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error + type Namespace_Spec struct + AlternateName *string + AzureName string + ClusterArmReference *genruntime.ResourceReference + DisableLocalAuth *bool + Encryption *Encryption + Identity *Identity + IsAutoInflateEnabled *bool + KafkaEnabled *bool + Location *string + MaximumThroughputUnits *int + OriginalVersion string + Owner *genruntime.KnownResourceReference + PropertyBag genruntime.PropertyBag + Sku *Sku + Tags map[string]string + ZoneRedundant *bool + func (in *Namespace_Spec) DeepCopy() *Namespace_Spec + func (in *Namespace_Spec) DeepCopyInto(out *Namespace_Spec) + func (namespace *Namespace_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error + func (namespace *Namespace_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error + type NamespacesAuthorizationRule struct + Spec Namespaces_AuthorizationRule_Spec + Status Namespaces_AuthorizationRule_STATUS + func (in *NamespacesAuthorizationRule) DeepCopy() *NamespacesAuthorizationRule + func (in *NamespacesAuthorizationRule) DeepCopyInto(out *NamespacesAuthorizationRule) + func (in *NamespacesAuthorizationRule) DeepCopyObject() runtime.Object + func (rule *NamespacesAuthorizationRule) AzureName() string + func (rule *NamespacesAuthorizationRule) GetConditions() conditions.Conditions + func (rule *NamespacesAuthorizationRule) GetResourceScope() genruntime.ResourceScope + func (rule *NamespacesAuthorizationRule) GetSpec() genruntime.ConvertibleSpec + func (rule *NamespacesAuthorizationRule) GetStatus() genruntime.ConvertibleStatus + func (rule *NamespacesAuthorizationRule) GetType() string + func (rule *NamespacesAuthorizationRule) Hub() + func (rule *NamespacesAuthorizationRule) NewEmptyStatus() genruntime.ConvertibleStatus + func (rule *NamespacesAuthorizationRule) OriginalGVK() *schema.GroupVersionKind + func (rule *NamespacesAuthorizationRule) Owner() *genruntime.ResourceReference + func (rule *NamespacesAuthorizationRule) SetConditions(conditions conditions.Conditions) + func (rule *NamespacesAuthorizationRule) SetStatus(status genruntime.ConvertibleStatus) error + func (rule NamespacesAuthorizationRule) GetAPIVersion() string + type NamespacesAuthorizationRuleList struct + Items []NamespacesAuthorizationRule + func (in *NamespacesAuthorizationRuleList) DeepCopy() *NamespacesAuthorizationRuleList + func (in *NamespacesAuthorizationRuleList) DeepCopyInto(out *NamespacesAuthorizationRuleList) + func (in *NamespacesAuthorizationRuleList) DeepCopyObject() runtime.Object + type NamespacesEventhub struct + Spec Namespaces_Eventhub_Spec + Status Namespaces_Eventhub_STATUS + func (eventhub *NamespacesEventhub) AzureName() string + func (eventhub *NamespacesEventhub) GetConditions() conditions.Conditions + func (eventhub *NamespacesEventhub) GetResourceScope() genruntime.ResourceScope + func (eventhub *NamespacesEventhub) GetSpec() genruntime.ConvertibleSpec + func (eventhub *NamespacesEventhub) GetStatus() genruntime.ConvertibleStatus + func (eventhub *NamespacesEventhub) GetType() string + func (eventhub *NamespacesEventhub) Hub() + func (eventhub *NamespacesEventhub) NewEmptyStatus() genruntime.ConvertibleStatus + func (eventhub *NamespacesEventhub) OriginalGVK() *schema.GroupVersionKind + func (eventhub *NamespacesEventhub) Owner() *genruntime.ResourceReference + func (eventhub *NamespacesEventhub) SetConditions(conditions conditions.Conditions) + func (eventhub *NamespacesEventhub) SetStatus(status genruntime.ConvertibleStatus) error + func (eventhub NamespacesEventhub) GetAPIVersion() string + func (in *NamespacesEventhub) DeepCopy() *NamespacesEventhub + func (in *NamespacesEventhub) DeepCopyInto(out *NamespacesEventhub) + func (in *NamespacesEventhub) DeepCopyObject() runtime.Object + type NamespacesEventhubList struct + Items []NamespacesEventhub + func (in *NamespacesEventhubList) DeepCopy() *NamespacesEventhubList + func (in *NamespacesEventhubList) DeepCopyInto(out *NamespacesEventhubList) + func (in *NamespacesEventhubList) DeepCopyObject() runtime.Object + type NamespacesEventhubsAuthorizationRule struct + Spec Namespaces_Eventhubs_AuthorizationRule_Spec + Status Namespaces_Eventhubs_AuthorizationRule_STATUS + func (in *NamespacesEventhubsAuthorizationRule) DeepCopy() *NamespacesEventhubsAuthorizationRule + func (in *NamespacesEventhubsAuthorizationRule) DeepCopyInto(out *NamespacesEventhubsAuthorizationRule) + func (in *NamespacesEventhubsAuthorizationRule) DeepCopyObject() runtime.Object + func (rule *NamespacesEventhubsAuthorizationRule) AzureName() string + func (rule *NamespacesEventhubsAuthorizationRule) GetConditions() conditions.Conditions + func (rule *NamespacesEventhubsAuthorizationRule) GetResourceScope() genruntime.ResourceScope + func (rule *NamespacesEventhubsAuthorizationRule) GetSpec() genruntime.ConvertibleSpec + func (rule *NamespacesEventhubsAuthorizationRule) GetStatus() genruntime.ConvertibleStatus + func (rule *NamespacesEventhubsAuthorizationRule) GetType() string + func (rule *NamespacesEventhubsAuthorizationRule) Hub() + func (rule *NamespacesEventhubsAuthorizationRule) NewEmptyStatus() genruntime.ConvertibleStatus + func (rule *NamespacesEventhubsAuthorizationRule) OriginalGVK() *schema.GroupVersionKind + func (rule *NamespacesEventhubsAuthorizationRule) Owner() *genruntime.ResourceReference + func (rule *NamespacesEventhubsAuthorizationRule) SetConditions(conditions conditions.Conditions) + func (rule *NamespacesEventhubsAuthorizationRule) SetStatus(status genruntime.ConvertibleStatus) error + func (rule NamespacesEventhubsAuthorizationRule) GetAPIVersion() string + type NamespacesEventhubsAuthorizationRuleList struct + Items []NamespacesEventhubsAuthorizationRule + func (in *NamespacesEventhubsAuthorizationRuleList) DeepCopy() *NamespacesEventhubsAuthorizationRuleList + func (in *NamespacesEventhubsAuthorizationRuleList) DeepCopyInto(out *NamespacesEventhubsAuthorizationRuleList) + func (in *NamespacesEventhubsAuthorizationRuleList) DeepCopyObject() runtime.Object + type NamespacesEventhubsConsumerGroup struct + Spec Namespaces_Eventhubs_Consumergroup_Spec + Status Namespaces_Eventhubs_Consumergroup_STATUS + func (group *NamespacesEventhubsConsumerGroup) AzureName() string + func (group *NamespacesEventhubsConsumerGroup) GetConditions() conditions.Conditions + func (group *NamespacesEventhubsConsumerGroup) GetResourceScope() genruntime.ResourceScope + func (group *NamespacesEventhubsConsumerGroup) GetSpec() genruntime.ConvertibleSpec + func (group *NamespacesEventhubsConsumerGroup) GetStatus() genruntime.ConvertibleStatus + func (group *NamespacesEventhubsConsumerGroup) GetType() string + func (group *NamespacesEventhubsConsumerGroup) Hub() + func (group *NamespacesEventhubsConsumerGroup) NewEmptyStatus() genruntime.ConvertibleStatus + func (group *NamespacesEventhubsConsumerGroup) OriginalGVK() *schema.GroupVersionKind + func (group *NamespacesEventhubsConsumerGroup) Owner() *genruntime.ResourceReference + func (group *NamespacesEventhubsConsumerGroup) SetConditions(conditions conditions.Conditions) + func (group *NamespacesEventhubsConsumerGroup) SetStatus(status genruntime.ConvertibleStatus) error + func (group NamespacesEventhubsConsumerGroup) GetAPIVersion() string + func (in *NamespacesEventhubsConsumerGroup) DeepCopy() *NamespacesEventhubsConsumerGroup + func (in *NamespacesEventhubsConsumerGroup) DeepCopyInto(out *NamespacesEventhubsConsumerGroup) + func (in *NamespacesEventhubsConsumerGroup) DeepCopyObject() runtime.Object + type NamespacesEventhubsConsumerGroupList struct + Items []NamespacesEventhubsConsumerGroup + func (in *NamespacesEventhubsConsumerGroupList) DeepCopy() *NamespacesEventhubsConsumerGroupList + func (in *NamespacesEventhubsConsumerGroupList) DeepCopyInto(out *NamespacesEventhubsConsumerGroupList) + func (in *NamespacesEventhubsConsumerGroupList) DeepCopyObject() runtime.Object + type Namespaces_AuthorizationRule_STATUS struct + Conditions []conditions.Condition + Id *string + Location *string + Name *string + PropertyBag genruntime.PropertyBag + Rights []string + SystemData *SystemData_STATUS + Type *string + func (in *Namespaces_AuthorizationRule_STATUS) DeepCopy() *Namespaces_AuthorizationRule_STATUS + func (in *Namespaces_AuthorizationRule_STATUS) DeepCopyInto(out *Namespaces_AuthorizationRule_STATUS) + func (rule *Namespaces_AuthorizationRule_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error + func (rule *Namespaces_AuthorizationRule_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error + type Namespaces_AuthorizationRule_Spec struct + AzureName string + OriginalVersion string + Owner *genruntime.KnownResourceReference + PropertyBag genruntime.PropertyBag + Rights []string + func (in *Namespaces_AuthorizationRule_Spec) DeepCopy() *Namespaces_AuthorizationRule_Spec + func (in *Namespaces_AuthorizationRule_Spec) DeepCopyInto(out *Namespaces_AuthorizationRule_Spec) + func (rule *Namespaces_AuthorizationRule_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error + func (rule *Namespaces_AuthorizationRule_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error + type Namespaces_Eventhub_STATUS struct + CaptureDescription *CaptureDescription_STATUS + Conditions []conditions.Condition + CreatedAt *string + Id *string + Location *string + MessageRetentionInDays *int + Name *string + PartitionCount *int + PartitionIds []string + PropertyBag genruntime.PropertyBag + Status *string + SystemData *SystemData_STATUS + Type *string + UpdatedAt *string + func (eventhub *Namespaces_Eventhub_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error + func (eventhub *Namespaces_Eventhub_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error + func (in *Namespaces_Eventhub_STATUS) DeepCopy() *Namespaces_Eventhub_STATUS + func (in *Namespaces_Eventhub_STATUS) DeepCopyInto(out *Namespaces_Eventhub_STATUS) + type Namespaces_Eventhub_Spec struct + AzureName string + CaptureDescription *CaptureDescription + MessageRetentionInDays *int + OriginalVersion string + Owner *genruntime.KnownResourceReference + PartitionCount *int + PropertyBag genruntime.PropertyBag + func (eventhub *Namespaces_Eventhub_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error + func (eventhub *Namespaces_Eventhub_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error + func (in *Namespaces_Eventhub_Spec) DeepCopy() *Namespaces_Eventhub_Spec + func (in *Namespaces_Eventhub_Spec) DeepCopyInto(out *Namespaces_Eventhub_Spec) + type Namespaces_Eventhubs_AuthorizationRule_STATUS struct + Conditions []conditions.Condition + Id *string + Location *string + Name *string + PropertyBag genruntime.PropertyBag + Rights []string + SystemData *SystemData_STATUS + Type *string + func (in *Namespaces_Eventhubs_AuthorizationRule_STATUS) DeepCopy() *Namespaces_Eventhubs_AuthorizationRule_STATUS + func (in *Namespaces_Eventhubs_AuthorizationRule_STATUS) DeepCopyInto(out *Namespaces_Eventhubs_AuthorizationRule_STATUS) + func (rule *Namespaces_Eventhubs_AuthorizationRule_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error + func (rule *Namespaces_Eventhubs_AuthorizationRule_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error + type Namespaces_Eventhubs_AuthorizationRule_Spec struct + AzureName string + OriginalVersion string + Owner *genruntime.KnownResourceReference + PropertyBag genruntime.PropertyBag + Rights []string + func (in *Namespaces_Eventhubs_AuthorizationRule_Spec) DeepCopy() *Namespaces_Eventhubs_AuthorizationRule_Spec + func (in *Namespaces_Eventhubs_AuthorizationRule_Spec) DeepCopyInto(out *Namespaces_Eventhubs_AuthorizationRule_Spec) + func (rule *Namespaces_Eventhubs_AuthorizationRule_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error + func (rule *Namespaces_Eventhubs_AuthorizationRule_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error + type Namespaces_Eventhubs_Consumergroup_STATUS struct + Conditions []conditions.Condition + CreatedAt *string + Id *string + Location *string + Name *string + PropertyBag genruntime.PropertyBag + SystemData *SystemData_STATUS + Type *string + UpdatedAt *string + UserMetadata *string + func (consumergroup *Namespaces_Eventhubs_Consumergroup_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error + func (consumergroup *Namespaces_Eventhubs_Consumergroup_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error + func (in *Namespaces_Eventhubs_Consumergroup_STATUS) DeepCopy() *Namespaces_Eventhubs_Consumergroup_STATUS + func (in *Namespaces_Eventhubs_Consumergroup_STATUS) DeepCopyInto(out *Namespaces_Eventhubs_Consumergroup_STATUS) + type Namespaces_Eventhubs_Consumergroup_Spec struct + AzureName string + OriginalVersion string + Owner *genruntime.KnownResourceReference + PropertyBag genruntime.PropertyBag + UserMetadata *string + func (consumergroup *Namespaces_Eventhubs_Consumergroup_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error + func (consumergroup *Namespaces_Eventhubs_Consumergroup_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error + func (in *Namespaces_Eventhubs_Consumergroup_Spec) DeepCopy() *Namespaces_Eventhubs_Consumergroup_Spec + func (in *Namespaces_Eventhubs_Consumergroup_Spec) DeepCopyInto(out *Namespaces_Eventhubs_Consumergroup_Spec) + type PrivateEndpointConnection_STATUS struct + Id *string + PropertyBag genruntime.PropertyBag + func (in *PrivateEndpointConnection_STATUS) DeepCopy() *PrivateEndpointConnection_STATUS + func (in *PrivateEndpointConnection_STATUS) DeepCopyInto(out *PrivateEndpointConnection_STATUS) + type Sku struct + Capacity *int + Name *string + PropertyBag genruntime.PropertyBag + Tier *string + func (in *Sku) DeepCopy() *Sku + func (in *Sku) DeepCopyInto(out *Sku) + type Sku_STATUS struct + Capacity *int + Name *string + PropertyBag genruntime.PropertyBag + Tier *string + func (in *Sku_STATUS) DeepCopy() *Sku_STATUS + func (in *Sku_STATUS) DeepCopyInto(out *Sku_STATUS) + type SystemData_STATUS struct + CreatedAt *string + CreatedBy *string + CreatedByType *string + LastModifiedAt *string + LastModifiedBy *string + LastModifiedByType *string + PropertyBag genruntime.PropertyBag + func (in *SystemData_STATUS) DeepCopy() *SystemData_STATUS + func (in *SystemData_STATUS) DeepCopyInto(out *SystemData_STATUS) + type UserAssignedIdentityDetails struct + PropertyBag genruntime.PropertyBag + Reference genruntime.ResourceReference + func (in *UserAssignedIdentityDetails) DeepCopy() *UserAssignedIdentityDetails + func (in *UserAssignedIdentityDetails) DeepCopyInto(out *UserAssignedIdentityDetails) + type UserAssignedIdentityProperties struct + PropertyBag genruntime.PropertyBag + UserAssignedIdentityReference *genruntime.ResourceReference + func (in *UserAssignedIdentityProperties) DeepCopy() *UserAssignedIdentityProperties + func (in *UserAssignedIdentityProperties) DeepCopyInto(out *UserAssignedIdentityProperties) + type UserAssignedIdentityProperties_STATUS struct + PropertyBag genruntime.PropertyBag + UserAssignedIdentity *string + func (in *UserAssignedIdentityProperties_STATUS) DeepCopy() *UserAssignedIdentityProperties_STATUS + func (in *UserAssignedIdentityProperties_STATUS) DeepCopyInto(out *UserAssignedIdentityProperties_STATUS) + type UserAssignedIdentity_STATUS struct + ClientId *string + PrincipalId *string + PropertyBag genruntime.PropertyBag + func (in *UserAssignedIdentity_STATUS) DeepCopy() *UserAssignedIdentity_STATUS + func (in *UserAssignedIdentity_STATUS) DeepCopyInto(out *UserAssignedIdentity_STATUS)