v1beta20210101preview

package
v2.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2023 License: MIT Imports: 12 Imported by: 0

Documentation

Overview

Package v1beta20210101preview contains API Schema definitions for the servicebus v1beta20210101preview API group +groupName=servicebus.azure.com

Package v1beta20210101preview contains API Schema definitions for the servicebus v1beta20210101preview API group +kubebuilder:object:generate=true All object properties are optional by default, this will be overridden when needed: +kubebuilder:validation:Optional +groupName=servicebus.azure.com

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.

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

View Source
const (
	Identity_Type_None                       = Identity_Type("None")
	Identity_Type_SystemAssigned             = Identity_Type("SystemAssigned")
	Identity_Type_SystemAssignedUserAssigned = Identity_Type("SystemAssigned, UserAssigned")
	Identity_Type_UserAssigned               = Identity_Type("UserAssigned")
)
View Source
const (
	SBSku_Name_Basic    = SBSku_Name("Basic")
	SBSku_Name_Premium  = SBSku_Name("Premium")
	SBSku_Name_Standard = SBSku_Name("Standard")
)
View Source
const (
	SBSku_Tier_Basic    = SBSku_Tier("Basic")
	SBSku_Tier_Premium  = SBSku_Tier("Premium")
	SBSku_Tier_Standard = SBSku_Tier("Standard")
)
View Source
const (
	Identity_Type_STATUS_None                       = Identity_Type_STATUS("None")
	Identity_Type_STATUS_SystemAssigned             = Identity_Type_STATUS("SystemAssigned")
	Identity_Type_STATUS_SystemAssignedUserAssigned = Identity_Type_STATUS("SystemAssigned, UserAssigned")
	Identity_Type_STATUS_UserAssigned               = Identity_Type_STATUS("UserAssigned")
)
View Source
const (
	SBSku_Name_STATUS_Basic    = SBSku_Name_STATUS("Basic")
	SBSku_Name_STATUS_Premium  = SBSku_Name_STATUS("Premium")
	SBSku_Name_STATUS_Standard = SBSku_Name_STATUS("Standard")
)
View Source
const (
	SBSku_Tier_STATUS_Basic    = SBSku_Tier_STATUS("Basic")
	SBSku_Tier_STATUS_Premium  = SBSku_Tier_STATUS("Premium")
	SBSku_Tier_STATUS_Standard = SBSku_Tier_STATUS("Standard")
)
View Source
const (
	SystemData_CreatedByType_STATUS_Application     = SystemData_CreatedByType_STATUS("Application")
	SystemData_CreatedByType_STATUS_Key             = SystemData_CreatedByType_STATUS("Key")
	SystemData_CreatedByType_STATUS_ManagedIdentity = SystemData_CreatedByType_STATUS("ManagedIdentity")
	SystemData_CreatedByType_STATUS_User            = SystemData_CreatedByType_STATUS("User")
)
View Source
const (
	SystemData_LastModifiedByType_STATUS_Application     = SystemData_LastModifiedByType_STATUS("Application")
	SystemData_LastModifiedByType_STATUS_Key             = SystemData_LastModifiedByType_STATUS("Key")
	SystemData_LastModifiedByType_STATUS_ManagedIdentity = SystemData_LastModifiedByType_STATUS("ManagedIdentity")
	SystemData_LastModifiedByType_STATUS_User            = SystemData_LastModifiedByType_STATUS("User")
)
View Source
const (
	EntityStatus_STATUS_Active          = EntityStatus_STATUS("Active")
	EntityStatus_STATUS_Creating        = EntityStatus_STATUS("Creating")
	EntityStatus_STATUS_Deleting        = EntityStatus_STATUS("Deleting")
	EntityStatus_STATUS_Disabled        = EntityStatus_STATUS("Disabled")
	EntityStatus_STATUS_ReceiveDisabled = EntityStatus_STATUS("ReceiveDisabled")
	EntityStatus_STATUS_Renaming        = EntityStatus_STATUS("Renaming")
	EntityStatus_STATUS_Restoring       = EntityStatus_STATUS("Restoring")
	EntityStatus_STATUS_SendDisabled    = EntityStatus_STATUS("SendDisabled")
	EntityStatus_STATUS_Unknown         = EntityStatus_STATUS("Unknown")
)
View Source
const (
	FilterType_CorrelationFilter = FilterType("CorrelationFilter")
	FilterType_SqlFilter         = FilterType("SqlFilter")
)
View Source
const (
	FilterType_STATUS_CorrelationFilter = FilterType_STATUS("CorrelationFilter")
	FilterType_STATUS_SqlFilter         = FilterType_STATUS("SqlFilter")
)
View Source
const APIVersion_Value = APIVersion("2021-01-01-preview")
View Source
const Encryption_KeySource_MicrosoftKeyVault = Encryption_KeySource("Microsoft.KeyVault")
View Source
const Encryption_KeySource_STATUS_MicrosoftKeyVault = Encryption_KeySource_STATUS("Microsoft.KeyVault")

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "servicebus.azure.com", Version: "v1beta20210101preview"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)

Functions

This section is empty.

Types

type APIVersion

type APIVersion string

Deprecated version of APIVersion. Use v1api20210101preview.APIVersion instead +kubebuilder:validation:Enum={"2021-01-01-preview"}

type Action

type Action struct {
	CompatibilityLevel    *int    `json:"compatibilityLevel,omitempty"`
	RequiresPreprocessing *bool   `json:"requiresPreprocessing,omitempty"`
	SqlExpression         *string `json:"sqlExpression,omitempty"`
}

Deprecated version of Action. Use v1api20210101preview.Action instead

func (*Action) AssignProperties_From_Action

func (action *Action) AssignProperties_From_Action(source *v1beta20210101ps.Action) error

AssignProperties_From_Action populates our Action from the provided source Action

func (*Action) AssignProperties_To_Action

func (action *Action) AssignProperties_To_Action(destination *v1beta20210101ps.Action) error

AssignProperties_To_Action populates the provided destination Action from our Action

func (*Action) ConvertToARM

func (action *Action) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Action) DeepCopy

func (in *Action) DeepCopy() *Action

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Action.

func (*Action) DeepCopyInto

func (in *Action) DeepCopyInto(out *Action)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Action) NewEmptyARMValue

func (action *Action) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Action) PopulateFromARM

func (action *Action) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Action_ARM

type Action_ARM struct {
	CompatibilityLevel    *int    `json:"compatibilityLevel,omitempty"`
	RequiresPreprocessing *bool   `json:"requiresPreprocessing,omitempty"`
	SqlExpression         *string `json:"sqlExpression,omitempty"`
}

Deprecated version of Action. Use v1api20210101preview.Action instead

func (*Action_ARM) DeepCopy

func (in *Action_ARM) DeepCopy() *Action_ARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Action_ARM.

func (*Action_ARM) DeepCopyInto

func (in *Action_ARM) DeepCopyInto(out *Action_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Action_STATUS

type Action_STATUS struct {
	CompatibilityLevel    *int    `json:"compatibilityLevel,omitempty"`
	RequiresPreprocessing *bool   `json:"requiresPreprocessing,omitempty"`
	SqlExpression         *string `json:"sqlExpression,omitempty"`
}

Deprecated version of Action_STATUS. Use v1api20210101preview.Action_STATUS instead

func (*Action_STATUS) AssignProperties_From_Action_STATUS

func (action *Action_STATUS) AssignProperties_From_Action_STATUS(source *v1beta20210101ps.Action_STATUS) error

AssignProperties_From_Action_STATUS populates our Action_STATUS from the provided source Action_STATUS

func (*Action_STATUS) AssignProperties_To_Action_STATUS

func (action *Action_STATUS) AssignProperties_To_Action_STATUS(destination *v1beta20210101ps.Action_STATUS) error

AssignProperties_To_Action_STATUS populates the provided destination Action_STATUS from our Action_STATUS

func (*Action_STATUS) DeepCopy

func (in *Action_STATUS) DeepCopy() *Action_STATUS

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Action_STATUS.

func (*Action_STATUS) DeepCopyInto

func (in *Action_STATUS) DeepCopyInto(out *Action_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Action_STATUS) NewEmptyARMValue

func (action *Action_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Action_STATUS) PopulateFromARM

func (action *Action_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Action_STATUS_ARM

type Action_STATUS_ARM struct {
	CompatibilityLevel    *int    `json:"compatibilityLevel,omitempty"`
	RequiresPreprocessing *bool   `json:"requiresPreprocessing,omitempty"`
	SqlExpression         *string `json:"sqlExpression,omitempty"`
}

Deprecated version of Action_STATUS. Use v1api20210101preview.Action_STATUS instead

func (*Action_STATUS_ARM) DeepCopy

func (in *Action_STATUS_ARM) DeepCopy() *Action_STATUS_ARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Action_STATUS_ARM.

func (*Action_STATUS_ARM) DeepCopyInto

func (in *Action_STATUS_ARM) DeepCopyInto(out *Action_STATUS_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CorrelationFilter

type CorrelationFilter struct {
	ContentType           *string           `json:"contentType,omitempty"`
	CorrelationId         *string           `json:"correlationId,omitempty"`
	Label                 *string           `json:"label,omitempty"`
	MessageId             *string           `json:"messageId,omitempty"`
	Properties            map[string]string `json:"properties,omitempty"`
	ReplyTo               *string           `json:"replyTo,omitempty"`
	ReplyToSessionId      *string           `json:"replyToSessionId,omitempty"`
	RequiresPreprocessing *bool             `json:"requiresPreprocessing,omitempty"`
	SessionId             *string           `json:"sessionId,omitempty"`
	To                    *string           `json:"to,omitempty"`
}

Deprecated version of CorrelationFilter. Use v1api20210101preview.CorrelationFilter instead

func (*CorrelationFilter) AssignProperties_From_CorrelationFilter

func (filter *CorrelationFilter) AssignProperties_From_CorrelationFilter(source *v1beta20210101ps.CorrelationFilter) error

AssignProperties_From_CorrelationFilter populates our CorrelationFilter from the provided source CorrelationFilter

func (*CorrelationFilter) AssignProperties_To_CorrelationFilter

func (filter *CorrelationFilter) AssignProperties_To_CorrelationFilter(destination *v1beta20210101ps.CorrelationFilter) error

AssignProperties_To_CorrelationFilter populates the provided destination CorrelationFilter from our CorrelationFilter

func (*CorrelationFilter) ConvertToARM

func (filter *CorrelationFilter) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*CorrelationFilter) DeepCopy

func (in *CorrelationFilter) DeepCopy() *CorrelationFilter

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CorrelationFilter.

func (*CorrelationFilter) DeepCopyInto

func (in *CorrelationFilter) DeepCopyInto(out *CorrelationFilter)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*CorrelationFilter) NewEmptyARMValue

func (filter *CorrelationFilter) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*CorrelationFilter) PopulateFromARM

func (filter *CorrelationFilter) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type CorrelationFilter_ARM

type CorrelationFilter_ARM struct {
	ContentType           *string           `json:"contentType,omitempty"`
	CorrelationId         *string           `json:"correlationId,omitempty"`
	Label                 *string           `json:"label,omitempty"`
	MessageId             *string           `json:"messageId,omitempty"`
	Properties            map[string]string `json:"properties,omitempty"`
	ReplyTo               *string           `json:"replyTo,omitempty"`
	ReplyToSessionId      *string           `json:"replyToSessionId,omitempty"`
	RequiresPreprocessing *bool             `json:"requiresPreprocessing,omitempty"`
	SessionId             *string           `json:"sessionId,omitempty"`
	To                    *string           `json:"to,omitempty"`
}

Deprecated version of CorrelationFilter. Use v1api20210101preview.CorrelationFilter instead

func (*CorrelationFilter_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CorrelationFilter_ARM.

func (*CorrelationFilter_ARM) DeepCopyInto

func (in *CorrelationFilter_ARM) DeepCopyInto(out *CorrelationFilter_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CorrelationFilter_STATUS

type CorrelationFilter_STATUS struct {
	ContentType           *string           `json:"contentType,omitempty"`
	CorrelationId         *string           `json:"correlationId,omitempty"`
	Label                 *string           `json:"label,omitempty"`
	MessageId             *string           `json:"messageId,omitempty"`
	Properties            map[string]string `json:"properties,omitempty"`
	ReplyTo               *string           `json:"replyTo,omitempty"`
	ReplyToSessionId      *string           `json:"replyToSessionId,omitempty"`
	RequiresPreprocessing *bool             `json:"requiresPreprocessing,omitempty"`
	SessionId             *string           `json:"sessionId,omitempty"`
	To                    *string           `json:"to,omitempty"`
}

Deprecated version of CorrelationFilter_STATUS. Use v1api20210101preview.CorrelationFilter_STATUS instead

func (*CorrelationFilter_STATUS) AssignProperties_From_CorrelationFilter_STATUS

func (filter *CorrelationFilter_STATUS) AssignProperties_From_CorrelationFilter_STATUS(source *v1beta20210101ps.CorrelationFilter_STATUS) error

AssignProperties_From_CorrelationFilter_STATUS populates our CorrelationFilter_STATUS from the provided source CorrelationFilter_STATUS

func (*CorrelationFilter_STATUS) AssignProperties_To_CorrelationFilter_STATUS

func (filter *CorrelationFilter_STATUS) AssignProperties_To_CorrelationFilter_STATUS(destination *v1beta20210101ps.CorrelationFilter_STATUS) error

AssignProperties_To_CorrelationFilter_STATUS populates the provided destination CorrelationFilter_STATUS from our CorrelationFilter_STATUS

func (*CorrelationFilter_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CorrelationFilter_STATUS.

func (*CorrelationFilter_STATUS) DeepCopyInto

func (in *CorrelationFilter_STATUS) DeepCopyInto(out *CorrelationFilter_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*CorrelationFilter_STATUS) NewEmptyARMValue

func (filter *CorrelationFilter_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*CorrelationFilter_STATUS) PopulateFromARM

func (filter *CorrelationFilter_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type CorrelationFilter_STATUS_ARM

type CorrelationFilter_STATUS_ARM struct {
	ContentType           *string           `json:"contentType,omitempty"`
	CorrelationId         *string           `json:"correlationId,omitempty"`
	Label                 *string           `json:"label,omitempty"`
	MessageId             *string           `json:"messageId,omitempty"`
	Properties            map[string]string `json:"properties,omitempty"`
	ReplyTo               *string           `json:"replyTo,omitempty"`
	ReplyToSessionId      *string           `json:"replyToSessionId,omitempty"`
	RequiresPreprocessing *bool             `json:"requiresPreprocessing,omitempty"`
	SessionId             *string           `json:"sessionId,omitempty"`
	To                    *string           `json:"to,omitempty"`
}

Deprecated version of CorrelationFilter_STATUS. Use v1api20210101preview.CorrelationFilter_STATUS instead

func (*CorrelationFilter_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CorrelationFilter_STATUS_ARM.

func (*CorrelationFilter_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DictionaryValue_STATUS

type DictionaryValue_STATUS struct {
	ClientId    *string `json:"clientId,omitempty"`
	PrincipalId *string `json:"principalId,omitempty"`
}

Deprecated version of DictionaryValue_STATUS. Use v1api20210101preview.DictionaryValue_STATUS instead

func (*DictionaryValue_STATUS) AssignProperties_From_DictionaryValue_STATUS

func (value *DictionaryValue_STATUS) AssignProperties_From_DictionaryValue_STATUS(source *v1beta20210101ps.DictionaryValue_STATUS) error

AssignProperties_From_DictionaryValue_STATUS populates our DictionaryValue_STATUS from the provided source DictionaryValue_STATUS

func (*DictionaryValue_STATUS) AssignProperties_To_DictionaryValue_STATUS

func (value *DictionaryValue_STATUS) AssignProperties_To_DictionaryValue_STATUS(destination *v1beta20210101ps.DictionaryValue_STATUS) error

AssignProperties_To_DictionaryValue_STATUS populates the provided destination DictionaryValue_STATUS from our DictionaryValue_STATUS

func (*DictionaryValue_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DictionaryValue_STATUS.

func (*DictionaryValue_STATUS) DeepCopyInto

func (in *DictionaryValue_STATUS) DeepCopyInto(out *DictionaryValue_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*DictionaryValue_STATUS) NewEmptyARMValue

func (value *DictionaryValue_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*DictionaryValue_STATUS) PopulateFromARM

func (value *DictionaryValue_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type DictionaryValue_STATUS_ARM

type DictionaryValue_STATUS_ARM struct {
	ClientId    *string `json:"clientId,omitempty"`
	PrincipalId *string `json:"principalId,omitempty"`
}

Deprecated version of DictionaryValue_STATUS. Use v1api20210101preview.DictionaryValue_STATUS instead

func (*DictionaryValue_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DictionaryValue_STATUS_ARM.

func (*DictionaryValue_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Encryption

type Encryption struct {
	KeySource                       *Encryption_KeySource `json:"keySource,omitempty"`
	KeyVaultProperties              []KeyVaultProperties  `json:"keyVaultProperties,omitempty"`
	RequireInfrastructureEncryption *bool                 `json:"requireInfrastructureEncryption,omitempty"`
}

Deprecated version of Encryption. Use v1api20210101preview.Encryption instead

func (*Encryption) AssignProperties_From_Encryption

func (encryption *Encryption) AssignProperties_From_Encryption(source *v1beta20210101ps.Encryption) error

AssignProperties_From_Encryption populates our Encryption from the provided source Encryption

func (*Encryption) AssignProperties_To_Encryption

func (encryption *Encryption) AssignProperties_To_Encryption(destination *v1beta20210101ps.Encryption) error

AssignProperties_To_Encryption populates the provided destination Encryption from our Encryption

func (*Encryption) ConvertToARM

func (encryption *Encryption) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Encryption) DeepCopy

func (in *Encryption) DeepCopy() *Encryption

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Encryption.

func (*Encryption) DeepCopyInto

func (in *Encryption) DeepCopyInto(out *Encryption)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Encryption) NewEmptyARMValue

func (encryption *Encryption) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Encryption) PopulateFromARM

func (encryption *Encryption) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Encryption_ARM

type Encryption_ARM struct {
	KeySource                       *Encryption_KeySource    `json:"keySource,omitempty"`
	KeyVaultProperties              []KeyVaultProperties_ARM `json:"keyVaultProperties,omitempty"`
	RequireInfrastructureEncryption *bool                    `json:"requireInfrastructureEncryption,omitempty"`
}

Deprecated version of Encryption. Use v1api20210101preview.Encryption instead

func (*Encryption_ARM) DeepCopy

func (in *Encryption_ARM) DeepCopy() *Encryption_ARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Encryption_ARM.

func (*Encryption_ARM) DeepCopyInto

func (in *Encryption_ARM) DeepCopyInto(out *Encryption_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Encryption_KeySource

type Encryption_KeySource string

Deprecated version of Encryption_KeySource. Use v1api20210101preview.Encryption_KeySource instead +kubebuilder:validation:Enum={"Microsoft.KeyVault"}

type Encryption_KeySource_STATUS

type Encryption_KeySource_STATUS string

Deprecated version of Encryption_KeySource_STATUS. Use v1api20210101preview.Encryption_KeySource_STATUS instead

type Encryption_STATUS

type Encryption_STATUS struct {
	KeySource                       *Encryption_KeySource_STATUS `json:"keySource,omitempty"`
	KeyVaultProperties              []KeyVaultProperties_STATUS  `json:"keyVaultProperties,omitempty"`
	RequireInfrastructureEncryption *bool                        `json:"requireInfrastructureEncryption,omitempty"`
}

Deprecated version of Encryption_STATUS. Use v1api20210101preview.Encryption_STATUS instead

func (*Encryption_STATUS) AssignProperties_From_Encryption_STATUS

func (encryption *Encryption_STATUS) AssignProperties_From_Encryption_STATUS(source *v1beta20210101ps.Encryption_STATUS) error

AssignProperties_From_Encryption_STATUS populates our Encryption_STATUS from the provided source Encryption_STATUS

func (*Encryption_STATUS) AssignProperties_To_Encryption_STATUS

func (encryption *Encryption_STATUS) AssignProperties_To_Encryption_STATUS(destination *v1beta20210101ps.Encryption_STATUS) error

AssignProperties_To_Encryption_STATUS populates the provided destination Encryption_STATUS from our Encryption_STATUS

func (*Encryption_STATUS) DeepCopy

func (in *Encryption_STATUS) DeepCopy() *Encryption_STATUS

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Encryption_STATUS.

func (*Encryption_STATUS) DeepCopyInto

func (in *Encryption_STATUS) DeepCopyInto(out *Encryption_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Encryption_STATUS) NewEmptyARMValue

func (encryption *Encryption_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Encryption_STATUS) PopulateFromARM

func (encryption *Encryption_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Encryption_STATUS_ARM

type Encryption_STATUS_ARM struct {
	KeySource                       *Encryption_KeySource_STATUS    `json:"keySource,omitempty"`
	KeyVaultProperties              []KeyVaultProperties_STATUS_ARM `json:"keyVaultProperties,omitempty"`
	RequireInfrastructureEncryption *bool                           `json:"requireInfrastructureEncryption,omitempty"`
}

Deprecated version of Encryption_STATUS. Use v1api20210101preview.Encryption_STATUS instead

func (*Encryption_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Encryption_STATUS_ARM.

func (*Encryption_STATUS_ARM) DeepCopyInto

func (in *Encryption_STATUS_ARM) DeepCopyInto(out *Encryption_STATUS_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EntityStatus_STATUS

type EntityStatus_STATUS string

Deprecated version of EntityStatus_STATUS. Use v1api20210101preview.EntityStatus_STATUS instead

type FilterType

type FilterType string

Deprecated version of FilterType. Use v1api20210101preview.FilterType instead +kubebuilder:validation:Enum={"CorrelationFilter","SqlFilter"}

type FilterType_STATUS

type FilterType_STATUS string

Deprecated version of FilterType_STATUS. Use v1api20210101preview.FilterType_STATUS instead

type Identity

type Identity struct {
	Type                   *Identity_Type                `json:"type,omitempty"`
	UserAssignedIdentities []UserAssignedIdentityDetails `json:"userAssignedIdentities,omitempty"`
}

Deprecated version of Identity. Use v1api20210101preview.Identity instead

func (*Identity) AssignProperties_From_Identity

func (identity *Identity) AssignProperties_From_Identity(source *v1beta20210101ps.Identity) error

AssignProperties_From_Identity populates our Identity from the provided source Identity

func (*Identity) AssignProperties_To_Identity

func (identity *Identity) AssignProperties_To_Identity(destination *v1beta20210101ps.Identity) error

AssignProperties_To_Identity populates the provided destination Identity from our Identity

func (*Identity) ConvertToARM

func (identity *Identity) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Identity) DeepCopy

func (in *Identity) DeepCopy() *Identity

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Identity.

func (*Identity) DeepCopyInto

func (in *Identity) DeepCopyInto(out *Identity)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Identity) NewEmptyARMValue

func (identity *Identity) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Identity) PopulateFromARM

func (identity *Identity) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Identity_ARM

type Identity_ARM struct {
	Type                   *Identity_Type                             `json:"type,omitempty"`
	UserAssignedIdentities map[string]UserAssignedIdentityDetails_ARM `json:"userAssignedIdentities,omitempty"`
}

Deprecated version of Identity. Use v1api20210101preview.Identity instead

func (*Identity_ARM) DeepCopy

func (in *Identity_ARM) DeepCopy() *Identity_ARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Identity_ARM.

func (*Identity_ARM) DeepCopyInto

func (in *Identity_ARM) DeepCopyInto(out *Identity_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Identity_STATUS

type Identity_STATUS struct {
	PrincipalId            *string                           `json:"principalId,omitempty"`
	TenantId               *string                           `json:"tenantId,omitempty"`
	Type                   *Identity_Type_STATUS             `json:"type,omitempty"`
	UserAssignedIdentities map[string]DictionaryValue_STATUS `json:"userAssignedIdentities,omitempty"`
}

Deprecated version of Identity_STATUS. Use v1api20210101preview.Identity_STATUS instead

func (*Identity_STATUS) AssignProperties_From_Identity_STATUS

func (identity *Identity_STATUS) AssignProperties_From_Identity_STATUS(source *v1beta20210101ps.Identity_STATUS) error

AssignProperties_From_Identity_STATUS populates our Identity_STATUS from the provided source Identity_STATUS

func (*Identity_STATUS) AssignProperties_To_Identity_STATUS

func (identity *Identity_STATUS) AssignProperties_To_Identity_STATUS(destination *v1beta20210101ps.Identity_STATUS) error

AssignProperties_To_Identity_STATUS populates the provided destination Identity_STATUS from our Identity_STATUS

func (*Identity_STATUS) DeepCopy

func (in *Identity_STATUS) DeepCopy() *Identity_STATUS

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Identity_STATUS.

func (*Identity_STATUS) DeepCopyInto

func (in *Identity_STATUS) DeepCopyInto(out *Identity_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Identity_STATUS) NewEmptyARMValue

func (identity *Identity_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Identity_STATUS) PopulateFromARM

func (identity *Identity_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Identity_STATUS_ARM

type Identity_STATUS_ARM struct {
	PrincipalId            *string                               `json:"principalId,omitempty"`
	TenantId               *string                               `json:"tenantId,omitempty"`
	Type                   *Identity_Type_STATUS                 `json:"type,omitempty"`
	UserAssignedIdentities map[string]DictionaryValue_STATUS_ARM `json:"userAssignedIdentities,omitempty"`
}

Deprecated version of Identity_STATUS. Use v1api20210101preview.Identity_STATUS instead

func (*Identity_STATUS_ARM) DeepCopy

func (in *Identity_STATUS_ARM) DeepCopy() *Identity_STATUS_ARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Identity_STATUS_ARM.

func (*Identity_STATUS_ARM) DeepCopyInto

func (in *Identity_STATUS_ARM) DeepCopyInto(out *Identity_STATUS_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Identity_Type

type Identity_Type string

Deprecated version of Identity_Type. Use v1api20210101preview.Identity_Type instead +kubebuilder:validation:Enum={"None","SystemAssigned","SystemAssigned, UserAssigned","UserAssigned"}

type Identity_Type_STATUS

type Identity_Type_STATUS string

Deprecated version of Identity_Type_STATUS. Use v1api20210101preview.Identity_Type_STATUS instead

type KeyVaultProperties

type KeyVaultProperties struct {
	Identity    *UserAssignedIdentityProperties `json:"identity,omitempty"`
	KeyName     *string                         `json:"keyName,omitempty"`
	KeyVaultUri *string                         `json:"keyVaultUri,omitempty"`
	KeyVersion  *string                         `json:"keyVersion,omitempty"`
}

Deprecated version of KeyVaultProperties. Use v1api20210101preview.KeyVaultProperties instead

func (*KeyVaultProperties) AssignProperties_From_KeyVaultProperties

func (properties *KeyVaultProperties) AssignProperties_From_KeyVaultProperties(source *v1beta20210101ps.KeyVaultProperties) error

AssignProperties_From_KeyVaultProperties populates our KeyVaultProperties from the provided source KeyVaultProperties

func (*KeyVaultProperties) AssignProperties_To_KeyVaultProperties

func (properties *KeyVaultProperties) AssignProperties_To_KeyVaultProperties(destination *v1beta20210101ps.KeyVaultProperties) error

AssignProperties_To_KeyVaultProperties populates the provided destination KeyVaultProperties from our KeyVaultProperties

func (*KeyVaultProperties) ConvertToARM

func (properties *KeyVaultProperties) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*KeyVaultProperties) DeepCopy

func (in *KeyVaultProperties) DeepCopy() *KeyVaultProperties

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyVaultProperties.

func (*KeyVaultProperties) DeepCopyInto

func (in *KeyVaultProperties) DeepCopyInto(out *KeyVaultProperties)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*KeyVaultProperties) NewEmptyARMValue

func (properties *KeyVaultProperties) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*KeyVaultProperties) PopulateFromARM

func (properties *KeyVaultProperties) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type KeyVaultProperties_ARM

type KeyVaultProperties_ARM struct {
	Identity    *UserAssignedIdentityProperties_ARM `json:"identity,omitempty"`
	KeyName     *string                             `json:"keyName,omitempty"`
	KeyVaultUri *string                             `json:"keyVaultUri,omitempty"`
	KeyVersion  *string                             `json:"keyVersion,omitempty"`
}

Deprecated version of KeyVaultProperties. Use v1api20210101preview.KeyVaultProperties instead

func (*KeyVaultProperties_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyVaultProperties_ARM.

func (*KeyVaultProperties_ARM) DeepCopyInto

func (in *KeyVaultProperties_ARM) DeepCopyInto(out *KeyVaultProperties_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type KeyVaultProperties_STATUS

type KeyVaultProperties_STATUS struct {
	Identity    *UserAssignedIdentityProperties_STATUS `json:"identity,omitempty"`
	KeyName     *string                                `json:"keyName,omitempty"`
	KeyVaultUri *string                                `json:"keyVaultUri,omitempty"`
	KeyVersion  *string                                `json:"keyVersion,omitempty"`
}

Deprecated version of KeyVaultProperties_STATUS. Use v1api20210101preview.KeyVaultProperties_STATUS instead

func (*KeyVaultProperties_STATUS) AssignProperties_From_KeyVaultProperties_STATUS

func (properties *KeyVaultProperties_STATUS) AssignProperties_From_KeyVaultProperties_STATUS(source *v1beta20210101ps.KeyVaultProperties_STATUS) error

AssignProperties_From_KeyVaultProperties_STATUS populates our KeyVaultProperties_STATUS from the provided source KeyVaultProperties_STATUS

func (*KeyVaultProperties_STATUS) AssignProperties_To_KeyVaultProperties_STATUS

func (properties *KeyVaultProperties_STATUS) AssignProperties_To_KeyVaultProperties_STATUS(destination *v1beta20210101ps.KeyVaultProperties_STATUS) error

AssignProperties_To_KeyVaultProperties_STATUS populates the provided destination KeyVaultProperties_STATUS from our KeyVaultProperties_STATUS

func (*KeyVaultProperties_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyVaultProperties_STATUS.

func (*KeyVaultProperties_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*KeyVaultProperties_STATUS) NewEmptyARMValue

func (properties *KeyVaultProperties_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*KeyVaultProperties_STATUS) PopulateFromARM

func (properties *KeyVaultProperties_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type KeyVaultProperties_STATUS_ARM

type KeyVaultProperties_STATUS_ARM struct {
	Identity    *UserAssignedIdentityProperties_STATUS_ARM `json:"identity,omitempty"`
	KeyName     *string                                    `json:"keyName,omitempty"`
	KeyVaultUri *string                                    `json:"keyVaultUri,omitempty"`
	KeyVersion  *string                                    `json:"keyVersion,omitempty"`
}

Deprecated version of KeyVaultProperties_STATUS. Use v1api20210101preview.KeyVaultProperties_STATUS instead

func (*KeyVaultProperties_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyVaultProperties_STATUS_ARM.

func (*KeyVaultProperties_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type MessageCountDetails_STATUS

type MessageCountDetails_STATUS struct {
	ActiveMessageCount             *int `json:"activeMessageCount,omitempty"`
	DeadLetterMessageCount         *int `json:"deadLetterMessageCount,omitempty"`
	ScheduledMessageCount          *int `json:"scheduledMessageCount,omitempty"`
	TransferDeadLetterMessageCount *int `json:"transferDeadLetterMessageCount,omitempty"`
	TransferMessageCount           *int `json:"transferMessageCount,omitempty"`
}

Deprecated version of MessageCountDetails_STATUS. Use v1api20210101preview.MessageCountDetails_STATUS instead

func (*MessageCountDetails_STATUS) AssignProperties_From_MessageCountDetails_STATUS

func (details *MessageCountDetails_STATUS) AssignProperties_From_MessageCountDetails_STATUS(source *v1beta20210101ps.MessageCountDetails_STATUS) error

AssignProperties_From_MessageCountDetails_STATUS populates our MessageCountDetails_STATUS from the provided source MessageCountDetails_STATUS

func (*MessageCountDetails_STATUS) AssignProperties_To_MessageCountDetails_STATUS

func (details *MessageCountDetails_STATUS) AssignProperties_To_MessageCountDetails_STATUS(destination *v1beta20210101ps.MessageCountDetails_STATUS) error

AssignProperties_To_MessageCountDetails_STATUS populates the provided destination MessageCountDetails_STATUS from our MessageCountDetails_STATUS

func (*MessageCountDetails_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MessageCountDetails_STATUS.

func (*MessageCountDetails_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*MessageCountDetails_STATUS) NewEmptyARMValue

func (details *MessageCountDetails_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*MessageCountDetails_STATUS) PopulateFromARM

func (details *MessageCountDetails_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type MessageCountDetails_STATUS_ARM

type MessageCountDetails_STATUS_ARM struct {
	ActiveMessageCount             *int `json:"activeMessageCount,omitempty"`
	DeadLetterMessageCount         *int `json:"deadLetterMessageCount,omitempty"`
	ScheduledMessageCount          *int `json:"scheduledMessageCount,omitempty"`
	TransferDeadLetterMessageCount *int `json:"transferDeadLetterMessageCount,omitempty"`
	TransferMessageCount           *int `json:"transferMessageCount,omitempty"`
}

Deprecated version of MessageCountDetails_STATUS. Use v1api20210101preview.MessageCountDetails_STATUS instead

func (*MessageCountDetails_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MessageCountDetails_STATUS_ARM.

func (*MessageCountDetails_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Namespace

type Namespace struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Namespace_Spec   `json:"spec,omitempty"`
	Status            Namespace_STATUS `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Deprecated version of Namespace. Use v1api20210101preview.Namespace instead

func (*Namespace) AssignProperties_From_Namespace

func (namespace *Namespace) AssignProperties_From_Namespace(source *v1beta20210101ps.Namespace) error

AssignProperties_From_Namespace populates our Namespace from the provided source Namespace

func (*Namespace) AssignProperties_To_Namespace

func (namespace *Namespace) AssignProperties_To_Namespace(destination *v1beta20210101ps.Namespace) error

AssignProperties_To_Namespace populates the provided destination Namespace from our Namespace

func (*Namespace) AzureName

func (namespace *Namespace) AzureName() string

AzureName returns the Azure name of the resource

func (*Namespace) ConvertFrom

func (namespace *Namespace) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our Namespace from the provided hub Namespace

func (*Namespace) ConvertTo

func (namespace *Namespace) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub Namespace from our Namespace

func (*Namespace) DeepCopy

func (in *Namespace) DeepCopy() *Namespace

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespace.

func (*Namespace) DeepCopyInto

func (in *Namespace) DeepCopyInto(out *Namespace)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Namespace) DeepCopyObject

func (in *Namespace) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*Namespace) Default

func (namespace *Namespace) Default()

Default applies defaults to the Namespace resource

func (Namespace) GetAPIVersion

func (namespace Namespace) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2021-01-01-preview"

func (*Namespace) GetConditions

func (namespace *Namespace) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*Namespace) GetResourceScope

func (namespace *Namespace) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*Namespace) GetSpec

func (namespace *Namespace) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*Namespace) GetStatus

func (namespace *Namespace) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*Namespace) GetType

func (namespace *Namespace) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.ServiceBus/namespaces"

func (*Namespace) NewEmptyStatus

func (namespace *Namespace) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*Namespace) OriginalGVK

func (namespace *Namespace) OriginalGVK() *schema.GroupVersionKind

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*Namespace) Owner

func (namespace *Namespace) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner

func (*Namespace) SetConditions

func (namespace *Namespace) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*Namespace) SetStatus

func (namespace *Namespace) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

func (*Namespace) ValidateCreate

func (namespace *Namespace) ValidateCreate() (admission.Warnings, error)

ValidateCreate validates the creation of the resource

func (*Namespace) ValidateDelete

func (namespace *Namespace) ValidateDelete() (admission.Warnings, error)

ValidateDelete validates the deletion of the resource

func (*Namespace) ValidateUpdate

func (namespace *Namespace) ValidateUpdate(old runtime.Object) (admission.Warnings, error)

ValidateUpdate validates an update of the resource

type NamespaceList

type NamespaceList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Namespace `json:"items"`
}

+kubebuilder:object:root=true Deprecated version of Namespace. Use v1api20210101preview.Namespace instead

func (*NamespaceList) DeepCopy

func (in *NamespaceList) DeepCopy() *NamespaceList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespaceList.

func (*NamespaceList) DeepCopyInto

func (in *NamespaceList) DeepCopyInto(out *NamespaceList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NamespaceList) DeepCopyObject

func (in *NamespaceList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type NamespaceOperatorSecrets

type NamespaceOperatorSecrets struct {
	// Endpoint: indicates where the Endpoint secret should be placed. If omitted, the secret will not be retrieved from Azure.
	Endpoint *genruntime.SecretDestination `json:"endpoint,omitempty"`

	// PrimaryConnectionString: indicates where the PrimaryConnectionString secret should be placed. If omitted, the secret
	// will not be retrieved from Azure.
	PrimaryConnectionString *genruntime.SecretDestination `json:"primaryConnectionString,omitempty"`

	// PrimaryKey: indicates where the PrimaryKey secret should be placed. If omitted, the secret will not be retrieved from
	// Azure.
	PrimaryKey *genruntime.SecretDestination `json:"primaryKey,omitempty"`

	// SecondaryConnectionString: indicates where the SecondaryConnectionString secret should be placed. If omitted, the secret
	// will not be retrieved from Azure.
	SecondaryConnectionString *genruntime.SecretDestination `json:"secondaryConnectionString,omitempty"`

	// SecondaryKey: indicates where the SecondaryKey secret should be placed. If omitted, the secret will not be retrieved
	// from Azure.
	SecondaryKey *genruntime.SecretDestination `json:"secondaryKey,omitempty"`
}

func (*NamespaceOperatorSecrets) AssignProperties_From_NamespaceOperatorSecrets

func (secrets *NamespaceOperatorSecrets) AssignProperties_From_NamespaceOperatorSecrets(source *v1beta20210101ps.NamespaceOperatorSecrets) error

AssignProperties_From_NamespaceOperatorSecrets populates our NamespaceOperatorSecrets from the provided source NamespaceOperatorSecrets

func (*NamespaceOperatorSecrets) AssignProperties_To_NamespaceOperatorSecrets

func (secrets *NamespaceOperatorSecrets) AssignProperties_To_NamespaceOperatorSecrets(destination *v1beta20210101ps.NamespaceOperatorSecrets) error

AssignProperties_To_NamespaceOperatorSecrets populates the provided destination NamespaceOperatorSecrets from our NamespaceOperatorSecrets

func (*NamespaceOperatorSecrets) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespaceOperatorSecrets.

func (*NamespaceOperatorSecrets) DeepCopyInto

func (in *NamespaceOperatorSecrets) DeepCopyInto(out *NamespaceOperatorSecrets)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type NamespaceOperatorSpec

type NamespaceOperatorSpec struct {
	// Secrets: configures where to place Azure generated secrets.
	Secrets *NamespaceOperatorSecrets `json:"secrets,omitempty"`
}

Details for configuring operator behavior. Fields in this struct are interpreted by the operator directly rather than being passed to Azure

func (*NamespaceOperatorSpec) AssignProperties_From_NamespaceOperatorSpec

func (operator *NamespaceOperatorSpec) AssignProperties_From_NamespaceOperatorSpec(source *v1beta20210101ps.NamespaceOperatorSpec) error

AssignProperties_From_NamespaceOperatorSpec populates our NamespaceOperatorSpec from the provided source NamespaceOperatorSpec

func (*NamespaceOperatorSpec) AssignProperties_To_NamespaceOperatorSpec

func (operator *NamespaceOperatorSpec) AssignProperties_To_NamespaceOperatorSpec(destination *v1beta20210101ps.NamespaceOperatorSpec) error

AssignProperties_To_NamespaceOperatorSpec populates the provided destination NamespaceOperatorSpec from our NamespaceOperatorSpec

func (*NamespaceOperatorSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespaceOperatorSpec.

func (*NamespaceOperatorSpec) DeepCopyInto

func (in *NamespaceOperatorSpec) DeepCopyInto(out *NamespaceOperatorSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Namespace_STATUS

type Namespace_STATUS struct {
	// Conditions: The observed state of the resource
	Conditions                 []conditions.Condition             `json:"conditions,omitempty"`
	CreatedAt                  *string                            `json:"createdAt,omitempty"`
	Encryption                 *Encryption_STATUS                 `json:"encryption,omitempty"`
	Id                         *string                            `json:"id,omitempty"`
	Identity                   *Identity_STATUS                   `json:"identity,omitempty"`
	Location                   *string                            `json:"location,omitempty"`
	MetricId                   *string                            `json:"metricId,omitempty"`
	Name                       *string                            `json:"name,omitempty"`
	PrivateEndpointConnections []PrivateEndpointConnection_STATUS `json:"privateEndpointConnections,omitempty"`
	ProvisioningState          *string                            `json:"provisioningState,omitempty"`
	ServiceBusEndpoint         *string                            `json:"serviceBusEndpoint,omitempty"`
	Sku                        *SBSku_STATUS                      `json:"sku,omitempty"`
	Status                     *string                            `json:"status,omitempty"`
	SystemData                 *SystemData_STATUS                 `json:"systemData,omitempty"`
	Tags                       map[string]string                  `json:"tags,omitempty"`
	Type                       *string                            `json:"type,omitempty"`
	UpdatedAt                  *string                            `json:"updatedAt,omitempty"`
	ZoneRedundant              *bool                              `json:"zoneRedundant,omitempty"`
}

Deprecated version of Namespace_STATUS. Use v1api20210101preview.Namespace_STATUS instead

func (*Namespace_STATUS) AssignProperties_From_Namespace_STATUS

func (namespace *Namespace_STATUS) AssignProperties_From_Namespace_STATUS(source *v1beta20210101ps.Namespace_STATUS) error

AssignProperties_From_Namespace_STATUS populates our Namespace_STATUS from the provided source Namespace_STATUS

func (*Namespace_STATUS) AssignProperties_To_Namespace_STATUS

func (namespace *Namespace_STATUS) AssignProperties_To_Namespace_STATUS(destination *v1beta20210101ps.Namespace_STATUS) error

AssignProperties_To_Namespace_STATUS populates the provided destination Namespace_STATUS from our Namespace_STATUS

func (*Namespace_STATUS) ConvertStatusFrom

func (namespace *Namespace_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our Namespace_STATUS from the provided source

func (*Namespace_STATUS) ConvertStatusTo

func (namespace *Namespace_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our Namespace_STATUS

func (*Namespace_STATUS) DeepCopy

func (in *Namespace_STATUS) DeepCopy() *Namespace_STATUS

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespace_STATUS.

func (*Namespace_STATUS) DeepCopyInto

func (in *Namespace_STATUS) DeepCopyInto(out *Namespace_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Namespace_STATUS) NewEmptyARMValue

func (namespace *Namespace_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Namespace_STATUS) PopulateFromARM

func (namespace *Namespace_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Namespace_STATUS_ARM

type Namespace_STATUS_ARM struct {
	Id         *string                           `json:"id,omitempty"`
	Identity   *Identity_STATUS_ARM              `json:"identity,omitempty"`
	Location   *string                           `json:"location,omitempty"`
	Name       *string                           `json:"name,omitempty"`
	Properties *SBNamespaceProperties_STATUS_ARM `json:"properties,omitempty"`
	Sku        *SBSku_STATUS_ARM                 `json:"sku,omitempty"`
	SystemData *SystemData_STATUS_ARM            `json:"systemData,omitempty"`
	Tags       map[string]string                 `json:"tags,omitempty"`
	Type       *string                           `json:"type,omitempty"`
}

Deprecated version of Namespace_STATUS. Use v1api20210101preview.Namespace_STATUS instead

func (*Namespace_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespace_STATUS_ARM.

func (*Namespace_STATUS_ARM) DeepCopyInto

func (in *Namespace_STATUS_ARM) DeepCopyInto(out *Namespace_STATUS_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Namespace_Spec

type Namespace_Spec struct {
	// AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it
	// doesn't have to be.
	AzureName  string      `json:"azureName,omitempty"`
	Encryption *Encryption `json:"encryption,omitempty"`
	Identity   *Identity   `json:"identity,omitempty"`

	// +kubebuilder:validation:Required
	Location *string `json:"location,omitempty"`

	// OperatorSpec: The specification for configuring operator behavior. This field is interpreted by the operator and not
	// passed directly to Azure
	OperatorSpec *NamespaceOperatorSpec `json:"operatorSpec,omitempty"`

	// +kubebuilder:validation:Required
	// Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also
	// controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a
	// reference to a resources.azure.com/ResourceGroup resource
	Owner         *genruntime.KnownResourceReference `group:"resources.azure.com" json:"owner,omitempty" kind:"ResourceGroup"`
	Sku           *SBSku                             `json:"sku,omitempty"`
	Tags          map[string]string                  `json:"tags,omitempty"`
	ZoneRedundant *bool                              `json:"zoneRedundant,omitempty"`
}

func (*Namespace_Spec) AssignProperties_From_Namespace_Spec

func (namespace *Namespace_Spec) AssignProperties_From_Namespace_Spec(source *v1beta20210101ps.Namespace_Spec) error

AssignProperties_From_Namespace_Spec populates our Namespace_Spec from the provided source Namespace_Spec

func (*Namespace_Spec) AssignProperties_To_Namespace_Spec

func (namespace *Namespace_Spec) AssignProperties_To_Namespace_Spec(destination *v1beta20210101ps.Namespace_Spec) error

AssignProperties_To_Namespace_Spec populates the provided destination Namespace_Spec from our Namespace_Spec

func (*Namespace_Spec) ConvertSpecFrom

func (namespace *Namespace_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our Namespace_Spec from the provided source

func (*Namespace_Spec) ConvertSpecTo

func (namespace *Namespace_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our Namespace_Spec

func (*Namespace_Spec) ConvertToARM

func (namespace *Namespace_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Namespace_Spec) DeepCopy

func (in *Namespace_Spec) DeepCopy() *Namespace_Spec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespace_Spec.

func (*Namespace_Spec) DeepCopyInto

func (in *Namespace_Spec) DeepCopyInto(out *Namespace_Spec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Namespace_Spec) NewEmptyARMValue

func (namespace *Namespace_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Namespace_Spec) OriginalVersion

func (namespace *Namespace_Spec) OriginalVersion() string

OriginalVersion returns the original API version used to create the resource.

func (*Namespace_Spec) PopulateFromARM

func (namespace *Namespace_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*Namespace_Spec) SetAzureName

func (namespace *Namespace_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type Namespace_Spec_ARM

type Namespace_Spec_ARM struct {
	Identity   *Identity_ARM              `json:"identity,omitempty"`
	Location   *string                    `json:"location,omitempty"`
	Name       string                     `json:"name,omitempty"`
	Properties *SBNamespaceProperties_ARM `json:"properties,omitempty"`
	Sku        *SBSku_ARM                 `json:"sku,omitempty"`
	Tags       map[string]string          `json:"tags,omitempty"`
}

Deprecated version of Namespace_Spec. Use v1api20210101preview.Namespace_Spec instead

func (*Namespace_Spec_ARM) DeepCopy

func (in *Namespace_Spec_ARM) DeepCopy() *Namespace_Spec_ARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespace_Spec_ARM.

func (*Namespace_Spec_ARM) DeepCopyInto

func (in *Namespace_Spec_ARM) DeepCopyInto(out *Namespace_Spec_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (Namespace_Spec_ARM) GetAPIVersion

func (namespace Namespace_Spec_ARM) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2021-01-01-preview"

func (*Namespace_Spec_ARM) GetName

func (namespace *Namespace_Spec_ARM) GetName() string

GetName returns the Name of the resource

func (*Namespace_Spec_ARM) GetType

func (namespace *Namespace_Spec_ARM) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.ServiceBus/namespaces"

type NamespacesQueue

type NamespacesQueue struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Namespaces_Queue_Spec   `json:"spec,omitempty"`
	Status            Namespaces_Queue_STATUS `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Deprecated version of NamespacesQueue. Use v1api20210101preview.NamespacesQueue instead

func (*NamespacesQueue) AssignProperties_From_NamespacesQueue

func (queue *NamespacesQueue) AssignProperties_From_NamespacesQueue(source *v1beta20210101ps.NamespacesQueue) error

AssignProperties_From_NamespacesQueue populates our NamespacesQueue from the provided source NamespacesQueue

func (*NamespacesQueue) AssignProperties_To_NamespacesQueue

func (queue *NamespacesQueue) AssignProperties_To_NamespacesQueue(destination *v1beta20210101ps.NamespacesQueue) error

AssignProperties_To_NamespacesQueue populates the provided destination NamespacesQueue from our NamespacesQueue

func (*NamespacesQueue) AzureName

func (queue *NamespacesQueue) AzureName() string

AzureName returns the Azure name of the resource

func (*NamespacesQueue) ConvertFrom

func (queue *NamespacesQueue) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our NamespacesQueue from the provided hub NamespacesQueue

func (*NamespacesQueue) ConvertTo

func (queue *NamespacesQueue) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub NamespacesQueue from our NamespacesQueue

func (*NamespacesQueue) DeepCopy

func (in *NamespacesQueue) DeepCopy() *NamespacesQueue

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesQueue.

func (*NamespacesQueue) DeepCopyInto

func (in *NamespacesQueue) DeepCopyInto(out *NamespacesQueue)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NamespacesQueue) DeepCopyObject

func (in *NamespacesQueue) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*NamespacesQueue) Default

func (queue *NamespacesQueue) Default()

Default applies defaults to the NamespacesQueue resource

func (NamespacesQueue) GetAPIVersion

func (queue NamespacesQueue) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2021-01-01-preview"

func (*NamespacesQueue) GetConditions

func (queue *NamespacesQueue) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*NamespacesQueue) GetResourceScope

func (queue *NamespacesQueue) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*NamespacesQueue) GetSpec

func (queue *NamespacesQueue) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*NamespacesQueue) GetStatus

func (queue *NamespacesQueue) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*NamespacesQueue) GetType

func (queue *NamespacesQueue) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.ServiceBus/namespaces/queues"

func (*NamespacesQueue) NewEmptyStatus

func (queue *NamespacesQueue) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*NamespacesQueue) OriginalGVK

func (queue *NamespacesQueue) OriginalGVK() *schema.GroupVersionKind

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*NamespacesQueue) Owner

Owner returns the ResourceReference of the owner

func (*NamespacesQueue) SetConditions

func (queue *NamespacesQueue) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*NamespacesQueue) SetStatus

func (queue *NamespacesQueue) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

func (*NamespacesQueue) ValidateCreate

func (queue *NamespacesQueue) ValidateCreate() (admission.Warnings, error)

ValidateCreate validates the creation of the resource

func (*NamespacesQueue) ValidateDelete

func (queue *NamespacesQueue) ValidateDelete() (admission.Warnings, error)

ValidateDelete validates the deletion of the resource

func (*NamespacesQueue) ValidateUpdate

func (queue *NamespacesQueue) ValidateUpdate(old runtime.Object) (admission.Warnings, error)

ValidateUpdate validates an update of the resource

type NamespacesQueueList

type NamespacesQueueList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []NamespacesQueue `json:"items"`
}

+kubebuilder:object:root=true Deprecated version of NamespacesQueue. Use v1api20210101preview.NamespacesQueue instead

func (*NamespacesQueueList) DeepCopy

func (in *NamespacesQueueList) DeepCopy() *NamespacesQueueList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesQueueList.

func (*NamespacesQueueList) DeepCopyInto

func (in *NamespacesQueueList) DeepCopyInto(out *NamespacesQueueList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NamespacesQueueList) DeepCopyObject

func (in *NamespacesQueueList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type NamespacesTopic

type NamespacesTopic struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Namespaces_Topic_Spec   `json:"spec,omitempty"`
	Status            Namespaces_Topic_STATUS `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Deprecated version of NamespacesTopic. Use v1api20210101preview.NamespacesTopic instead

func (*NamespacesTopic) AssignProperties_From_NamespacesTopic

func (topic *NamespacesTopic) AssignProperties_From_NamespacesTopic(source *v1beta20210101ps.NamespacesTopic) error

AssignProperties_From_NamespacesTopic populates our NamespacesTopic from the provided source NamespacesTopic

func (*NamespacesTopic) AssignProperties_To_NamespacesTopic

func (topic *NamespacesTopic) AssignProperties_To_NamespacesTopic(destination *v1beta20210101ps.NamespacesTopic) error

AssignProperties_To_NamespacesTopic populates the provided destination NamespacesTopic from our NamespacesTopic

func (*NamespacesTopic) AzureName

func (topic *NamespacesTopic) AzureName() string

AzureName returns the Azure name of the resource

func (*NamespacesTopic) ConvertFrom

func (topic *NamespacesTopic) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our NamespacesTopic from the provided hub NamespacesTopic

func (*NamespacesTopic) ConvertTo

func (topic *NamespacesTopic) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub NamespacesTopic from our NamespacesTopic

func (*NamespacesTopic) DeepCopy

func (in *NamespacesTopic) DeepCopy() *NamespacesTopic

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesTopic.

func (*NamespacesTopic) DeepCopyInto

func (in *NamespacesTopic) DeepCopyInto(out *NamespacesTopic)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NamespacesTopic) DeepCopyObject

func (in *NamespacesTopic) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*NamespacesTopic) Default

func (topic *NamespacesTopic) Default()

Default applies defaults to the NamespacesTopic resource

func (NamespacesTopic) GetAPIVersion

func (topic NamespacesTopic) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2021-01-01-preview"

func (*NamespacesTopic) GetConditions

func (topic *NamespacesTopic) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*NamespacesTopic) GetResourceScope

func (topic *NamespacesTopic) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*NamespacesTopic) GetSpec

func (topic *NamespacesTopic) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*NamespacesTopic) GetStatus

func (topic *NamespacesTopic) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*NamespacesTopic) GetType

func (topic *NamespacesTopic) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.ServiceBus/namespaces/topics"

func (*NamespacesTopic) NewEmptyStatus

func (topic *NamespacesTopic) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*NamespacesTopic) OriginalGVK

func (topic *NamespacesTopic) OriginalGVK() *schema.GroupVersionKind

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*NamespacesTopic) Owner

Owner returns the ResourceReference of the owner

func (*NamespacesTopic) SetConditions

func (topic *NamespacesTopic) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*NamespacesTopic) SetStatus

func (topic *NamespacesTopic) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

func (*NamespacesTopic) ValidateCreate

func (topic *NamespacesTopic) ValidateCreate() (admission.Warnings, error)

ValidateCreate validates the creation of the resource

func (*NamespacesTopic) ValidateDelete

func (topic *NamespacesTopic) ValidateDelete() (admission.Warnings, error)

ValidateDelete validates the deletion of the resource

func (*NamespacesTopic) ValidateUpdate

func (topic *NamespacesTopic) ValidateUpdate(old runtime.Object) (admission.Warnings, error)

ValidateUpdate validates an update of the resource

type NamespacesTopicList

type NamespacesTopicList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []NamespacesTopic `json:"items"`
}

+kubebuilder:object:root=true Deprecated version of NamespacesTopic. Use v1api20210101preview.NamespacesTopic instead

func (*NamespacesTopicList) DeepCopy

func (in *NamespacesTopicList) DeepCopy() *NamespacesTopicList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesTopicList.

func (*NamespacesTopicList) DeepCopyInto

func (in *NamespacesTopicList) DeepCopyInto(out *NamespacesTopicList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NamespacesTopicList) DeepCopyObject

func (in *NamespacesTopicList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type NamespacesTopicsSubscription

type NamespacesTopicsSubscription struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Namespaces_Topics_Subscription_Spec   `json:"spec,omitempty"`
	Status            Namespaces_Topics_Subscription_STATUS `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Deprecated version of NamespacesTopicsSubscription. Use v1api20210101preview.NamespacesTopicsSubscription instead

func (*NamespacesTopicsSubscription) AssignProperties_From_NamespacesTopicsSubscription

func (subscription *NamespacesTopicsSubscription) AssignProperties_From_NamespacesTopicsSubscription(source *v1beta20210101ps.NamespacesTopicsSubscription) error

AssignProperties_From_NamespacesTopicsSubscription populates our NamespacesTopicsSubscription from the provided source NamespacesTopicsSubscription

func (*NamespacesTopicsSubscription) AssignProperties_To_NamespacesTopicsSubscription

func (subscription *NamespacesTopicsSubscription) AssignProperties_To_NamespacesTopicsSubscription(destination *v1beta20210101ps.NamespacesTopicsSubscription) error

AssignProperties_To_NamespacesTopicsSubscription populates the provided destination NamespacesTopicsSubscription from our NamespacesTopicsSubscription

func (*NamespacesTopicsSubscription) AzureName

func (subscription *NamespacesTopicsSubscription) AzureName() string

AzureName returns the Azure name of the resource

func (*NamespacesTopicsSubscription) ConvertFrom

func (subscription *NamespacesTopicsSubscription) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our NamespacesTopicsSubscription from the provided hub NamespacesTopicsSubscription

func (*NamespacesTopicsSubscription) ConvertTo

func (subscription *NamespacesTopicsSubscription) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub NamespacesTopicsSubscription from our NamespacesTopicsSubscription

func (*NamespacesTopicsSubscription) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesTopicsSubscription.

func (*NamespacesTopicsSubscription) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NamespacesTopicsSubscription) DeepCopyObject

func (in *NamespacesTopicsSubscription) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*NamespacesTopicsSubscription) Default

func (subscription *NamespacesTopicsSubscription) Default()

Default applies defaults to the NamespacesTopicsSubscription resource

func (NamespacesTopicsSubscription) GetAPIVersion

func (subscription NamespacesTopicsSubscription) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2021-01-01-preview"

func (*NamespacesTopicsSubscription) GetConditions

func (subscription *NamespacesTopicsSubscription) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*NamespacesTopicsSubscription) GetResourceScope

func (subscription *NamespacesTopicsSubscription) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*NamespacesTopicsSubscription) GetSpec

GetSpec returns the specification of this resource

func (*NamespacesTopicsSubscription) GetStatus

func (subscription *NamespacesTopicsSubscription) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*NamespacesTopicsSubscription) GetType

func (subscription *NamespacesTopicsSubscription) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.ServiceBus/namespaces/topics/subscriptions"

func (*NamespacesTopicsSubscription) NewEmptyStatus

func (subscription *NamespacesTopicsSubscription) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*NamespacesTopicsSubscription) OriginalGVK

func (subscription *NamespacesTopicsSubscription) OriginalGVK() *schema.GroupVersionKind

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*NamespacesTopicsSubscription) Owner

Owner returns the ResourceReference of the owner

func (*NamespacesTopicsSubscription) SetConditions

func (subscription *NamespacesTopicsSubscription) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*NamespacesTopicsSubscription) SetStatus

func (subscription *NamespacesTopicsSubscription) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

func (*NamespacesTopicsSubscription) ValidateCreate

func (subscription *NamespacesTopicsSubscription) ValidateCreate() (admission.Warnings, error)

ValidateCreate validates the creation of the resource

func (*NamespacesTopicsSubscription) ValidateDelete

func (subscription *NamespacesTopicsSubscription) ValidateDelete() (admission.Warnings, error)

ValidateDelete validates the deletion of the resource

func (*NamespacesTopicsSubscription) ValidateUpdate

func (subscription *NamespacesTopicsSubscription) ValidateUpdate(old runtime.Object) (admission.Warnings, error)

ValidateUpdate validates an update of the resource

type NamespacesTopicsSubscriptionList

type NamespacesTopicsSubscriptionList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []NamespacesTopicsSubscription `json:"items"`
}

+kubebuilder:object:root=true Deprecated version of NamespacesTopicsSubscription. Use v1api20210101preview.NamespacesTopicsSubscription instead

func (*NamespacesTopicsSubscriptionList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesTopicsSubscriptionList.

func (*NamespacesTopicsSubscriptionList) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NamespacesTopicsSubscriptionList) DeepCopyObject

func (in *NamespacesTopicsSubscriptionList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type NamespacesTopicsSubscriptionsRule

type NamespacesTopicsSubscriptionsRule struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Namespaces_Topics_Subscriptions_Rule_Spec   `json:"spec,omitempty"`
	Status            Namespaces_Topics_Subscriptions_Rule_STATUS `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Deprecated version of NamespacesTopicsSubscriptionsRule. Use v1api20210101preview.NamespacesTopicsSubscriptionsRule instead

func (*NamespacesTopicsSubscriptionsRule) AssignProperties_From_NamespacesTopicsSubscriptionsRule

func (rule *NamespacesTopicsSubscriptionsRule) AssignProperties_From_NamespacesTopicsSubscriptionsRule(source *v1beta20210101ps.NamespacesTopicsSubscriptionsRule) error

AssignProperties_From_NamespacesTopicsSubscriptionsRule populates our NamespacesTopicsSubscriptionsRule from the provided source NamespacesTopicsSubscriptionsRule

func (*NamespacesTopicsSubscriptionsRule) AssignProperties_To_NamespacesTopicsSubscriptionsRule

func (rule *NamespacesTopicsSubscriptionsRule) AssignProperties_To_NamespacesTopicsSubscriptionsRule(destination *v1beta20210101ps.NamespacesTopicsSubscriptionsRule) error

AssignProperties_To_NamespacesTopicsSubscriptionsRule populates the provided destination NamespacesTopicsSubscriptionsRule from our NamespacesTopicsSubscriptionsRule

func (*NamespacesTopicsSubscriptionsRule) AzureName

func (rule *NamespacesTopicsSubscriptionsRule) AzureName() string

AzureName returns the Azure name of the resource

func (*NamespacesTopicsSubscriptionsRule) ConvertFrom

func (rule *NamespacesTopicsSubscriptionsRule) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our NamespacesTopicsSubscriptionsRule from the provided hub NamespacesTopicsSubscriptionsRule

func (*NamespacesTopicsSubscriptionsRule) ConvertTo

ConvertTo populates the provided hub NamespacesTopicsSubscriptionsRule from our NamespacesTopicsSubscriptionsRule

func (*NamespacesTopicsSubscriptionsRule) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesTopicsSubscriptionsRule.

func (*NamespacesTopicsSubscriptionsRule) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NamespacesTopicsSubscriptionsRule) DeepCopyObject

func (in *NamespacesTopicsSubscriptionsRule) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*NamespacesTopicsSubscriptionsRule) Default

func (rule *NamespacesTopicsSubscriptionsRule) Default()

Default applies defaults to the NamespacesTopicsSubscriptionsRule resource

func (NamespacesTopicsSubscriptionsRule) GetAPIVersion

func (rule NamespacesTopicsSubscriptionsRule) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2021-01-01-preview"

func (*NamespacesTopicsSubscriptionsRule) GetConditions

GetConditions returns the conditions of the resource

func (*NamespacesTopicsSubscriptionsRule) GetResourceScope

GetResourceScope returns the scope of the resource

func (*NamespacesTopicsSubscriptionsRule) GetSpec

GetSpec returns the specification of this resource

func (*NamespacesTopicsSubscriptionsRule) GetStatus

GetStatus returns the status of this resource

func (*NamespacesTopicsSubscriptionsRule) GetType

func (rule *NamespacesTopicsSubscriptionsRule) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.ServiceBus/namespaces/topics/subscriptions/rules"

func (*NamespacesTopicsSubscriptionsRule) NewEmptyStatus

NewEmptyStatus returns a new empty (blank) status

func (*NamespacesTopicsSubscriptionsRule) OriginalGVK

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*NamespacesTopicsSubscriptionsRule) Owner

Owner returns the ResourceReference of the owner

func (*NamespacesTopicsSubscriptionsRule) SetConditions

func (rule *NamespacesTopicsSubscriptionsRule) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*NamespacesTopicsSubscriptionsRule) SetStatus

SetStatus sets the status of this resource

func (*NamespacesTopicsSubscriptionsRule) ValidateCreate

func (rule *NamespacesTopicsSubscriptionsRule) ValidateCreate() (admission.Warnings, error)

ValidateCreate validates the creation of the resource

func (*NamespacesTopicsSubscriptionsRule) ValidateDelete

func (rule *NamespacesTopicsSubscriptionsRule) ValidateDelete() (admission.Warnings, error)

ValidateDelete validates the deletion of the resource

func (*NamespacesTopicsSubscriptionsRule) ValidateUpdate

ValidateUpdate validates an update of the resource

type NamespacesTopicsSubscriptionsRuleList

type NamespacesTopicsSubscriptionsRuleList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []NamespacesTopicsSubscriptionsRule `json:"items"`
}

+kubebuilder:object:root=true Deprecated version of NamespacesTopicsSubscriptionsRule. Use v1api20210101preview.NamespacesTopicsSubscriptionsRule instead

func (*NamespacesTopicsSubscriptionsRuleList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesTopicsSubscriptionsRuleList.

func (*NamespacesTopicsSubscriptionsRuleList) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NamespacesTopicsSubscriptionsRuleList) DeepCopyObject

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type Namespaces_Queue_STATUS

type Namespaces_Queue_STATUS struct {
	AccessedAt       *string `json:"accessedAt,omitempty"`
	AutoDeleteOnIdle *string `json:"autoDeleteOnIdle,omitempty"`

	// Conditions: The observed state of the resource
	Conditions                          []conditions.Condition      `json:"conditions,omitempty"`
	CountDetails                        *MessageCountDetails_STATUS `json:"countDetails,omitempty"`
	CreatedAt                           *string                     `json:"createdAt,omitempty"`
	DeadLetteringOnMessageExpiration    *bool                       `json:"deadLetteringOnMessageExpiration,omitempty"`
	DefaultMessageTimeToLive            *string                     `json:"defaultMessageTimeToLive,omitempty"`
	DuplicateDetectionHistoryTimeWindow *string                     `json:"duplicateDetectionHistoryTimeWindow,omitempty"`
	EnableBatchedOperations             *bool                       `json:"enableBatchedOperations,omitempty"`
	EnableExpress                       *bool                       `json:"enableExpress,omitempty"`
	EnablePartitioning                  *bool                       `json:"enablePartitioning,omitempty"`
	ForwardDeadLetteredMessagesTo       *string                     `json:"forwardDeadLetteredMessagesTo,omitempty"`
	ForwardTo                           *string                     `json:"forwardTo,omitempty"`
	Id                                  *string                     `json:"id,omitempty"`
	LockDuration                        *string                     `json:"lockDuration,omitempty"`
	MaxDeliveryCount                    *int                        `json:"maxDeliveryCount,omitempty"`
	MaxSizeInMegabytes                  *int                        `json:"maxSizeInMegabytes,omitempty"`
	MessageCount                        *int                        `json:"messageCount,omitempty"`
	Name                                *string                     `json:"name,omitempty"`
	RequiresDuplicateDetection          *bool                       `json:"requiresDuplicateDetection,omitempty"`
	RequiresSession                     *bool                       `json:"requiresSession,omitempty"`
	SizeInBytes                         *int                        `json:"sizeInBytes,omitempty"`
	Status                              *EntityStatus_STATUS        `json:"status,omitempty"`
	SystemData                          *SystemData_STATUS          `json:"systemData,omitempty"`
	Type                                *string                     `json:"type,omitempty"`
	UpdatedAt                           *string                     `json:"updatedAt,omitempty"`
}

Deprecated version of Namespaces_Queue_STATUS. Use v1api20210101preview.Namespaces_Queue_STATUS instead

func (*Namespaces_Queue_STATUS) AssignProperties_From_Namespaces_Queue_STATUS

func (queue *Namespaces_Queue_STATUS) AssignProperties_From_Namespaces_Queue_STATUS(source *v1beta20210101ps.Namespaces_Queue_STATUS) error

AssignProperties_From_Namespaces_Queue_STATUS populates our Namespaces_Queue_STATUS from the provided source Namespaces_Queue_STATUS

func (*Namespaces_Queue_STATUS) AssignProperties_To_Namespaces_Queue_STATUS

func (queue *Namespaces_Queue_STATUS) AssignProperties_To_Namespaces_Queue_STATUS(destination *v1beta20210101ps.Namespaces_Queue_STATUS) error

AssignProperties_To_Namespaces_Queue_STATUS populates the provided destination Namespaces_Queue_STATUS from our Namespaces_Queue_STATUS

func (*Namespaces_Queue_STATUS) ConvertStatusFrom

func (queue *Namespaces_Queue_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our Namespaces_Queue_STATUS from the provided source

func (*Namespaces_Queue_STATUS) ConvertStatusTo

func (queue *Namespaces_Queue_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our Namespaces_Queue_STATUS

func (*Namespaces_Queue_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespaces_Queue_STATUS.

func (*Namespaces_Queue_STATUS) DeepCopyInto

func (in *Namespaces_Queue_STATUS) DeepCopyInto(out *Namespaces_Queue_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Namespaces_Queue_STATUS) NewEmptyARMValue

func (queue *Namespaces_Queue_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Namespaces_Queue_STATUS) PopulateFromARM

func (queue *Namespaces_Queue_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Namespaces_Queue_STATUS_ARM

type Namespaces_Queue_STATUS_ARM struct {
	Id         *string                       `json:"id,omitempty"`
	Name       *string                       `json:"name,omitempty"`
	Properties *SBQueueProperties_STATUS_ARM `json:"properties,omitempty"`
	SystemData *SystemData_STATUS_ARM        `json:"systemData,omitempty"`
	Type       *string                       `json:"type,omitempty"`
}

Deprecated version of Namespaces_Queue_STATUS. Use v1api20210101preview.Namespaces_Queue_STATUS instead

func (*Namespaces_Queue_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespaces_Queue_STATUS_ARM.

func (*Namespaces_Queue_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Namespaces_Queue_Spec

type Namespaces_Queue_Spec struct {
	AutoDeleteOnIdle *string `json:"autoDeleteOnIdle,omitempty"`

	// +kubebuilder:validation:MinLength=1
	// AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it
	// doesn't have to be.
	AzureName                           string  `json:"azureName,omitempty"`
	DeadLetteringOnMessageExpiration    *bool   `json:"deadLetteringOnMessageExpiration,omitempty"`
	DefaultMessageTimeToLive            *string `json:"defaultMessageTimeToLive,omitempty"`
	DuplicateDetectionHistoryTimeWindow *string `json:"duplicateDetectionHistoryTimeWindow,omitempty"`
	EnableBatchedOperations             *bool   `json:"enableBatchedOperations,omitempty"`
	EnableExpress                       *bool   `json:"enableExpress,omitempty"`
	EnablePartitioning                  *bool   `json:"enablePartitioning,omitempty"`
	ForwardDeadLetteredMessagesTo       *string `json:"forwardDeadLetteredMessagesTo,omitempty"`
	ForwardTo                           *string `json:"forwardTo,omitempty"`
	LockDuration                        *string `json:"lockDuration,omitempty"`
	MaxDeliveryCount                    *int    `json:"maxDeliveryCount,omitempty"`
	MaxSizeInMegabytes                  *int    `json:"maxSizeInMegabytes,omitempty"`

	// +kubebuilder:validation:Required
	// Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also
	// controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a
	// reference to a servicebus.azure.com/Namespace resource
	Owner                      *genruntime.KnownResourceReference `group:"servicebus.azure.com" json:"owner,omitempty" kind:"Namespace"`
	RequiresDuplicateDetection *bool                              `json:"requiresDuplicateDetection,omitempty"`
	RequiresSession            *bool                              `json:"requiresSession,omitempty"`
}

func (*Namespaces_Queue_Spec) AssignProperties_From_Namespaces_Queue_Spec

func (queue *Namespaces_Queue_Spec) AssignProperties_From_Namespaces_Queue_Spec(source *v1beta20210101ps.Namespaces_Queue_Spec) error

AssignProperties_From_Namespaces_Queue_Spec populates our Namespaces_Queue_Spec from the provided source Namespaces_Queue_Spec

func (*Namespaces_Queue_Spec) AssignProperties_To_Namespaces_Queue_Spec

func (queue *Namespaces_Queue_Spec) AssignProperties_To_Namespaces_Queue_Spec(destination *v1beta20210101ps.Namespaces_Queue_Spec) error

AssignProperties_To_Namespaces_Queue_Spec populates the provided destination Namespaces_Queue_Spec from our Namespaces_Queue_Spec

func (*Namespaces_Queue_Spec) ConvertSpecFrom

func (queue *Namespaces_Queue_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our Namespaces_Queue_Spec from the provided source

func (*Namespaces_Queue_Spec) ConvertSpecTo

func (queue *Namespaces_Queue_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our Namespaces_Queue_Spec

func (*Namespaces_Queue_Spec) ConvertToARM

func (queue *Namespaces_Queue_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Namespaces_Queue_Spec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespaces_Queue_Spec.

func (*Namespaces_Queue_Spec) DeepCopyInto

func (in *Namespaces_Queue_Spec) DeepCopyInto(out *Namespaces_Queue_Spec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Namespaces_Queue_Spec) NewEmptyARMValue

func (queue *Namespaces_Queue_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Namespaces_Queue_Spec) OriginalVersion

func (queue *Namespaces_Queue_Spec) OriginalVersion() string

OriginalVersion returns the original API version used to create the resource.

func (*Namespaces_Queue_Spec) PopulateFromARM

func (queue *Namespaces_Queue_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*Namespaces_Queue_Spec) SetAzureName

func (queue *Namespaces_Queue_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type Namespaces_Queue_Spec_ARM

type Namespaces_Queue_Spec_ARM struct {
	Name       string                 `json:"name,omitempty"`
	Properties *SBQueueProperties_ARM `json:"properties,omitempty"`
}

Deprecated version of Namespaces_Queue_Spec. Use v1api20210101preview.Namespaces_Queue_Spec instead

func (*Namespaces_Queue_Spec_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespaces_Queue_Spec_ARM.

func (*Namespaces_Queue_Spec_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (Namespaces_Queue_Spec_ARM) GetAPIVersion

func (queue Namespaces_Queue_Spec_ARM) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2021-01-01-preview"

func (*Namespaces_Queue_Spec_ARM) GetName

func (queue *Namespaces_Queue_Spec_ARM) GetName() string

GetName returns the Name of the resource

func (*Namespaces_Queue_Spec_ARM) GetType

func (queue *Namespaces_Queue_Spec_ARM) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.ServiceBus/namespaces/queues"

type Namespaces_Topic_STATUS

type Namespaces_Topic_STATUS struct {
	AccessedAt       *string `json:"accessedAt,omitempty"`
	AutoDeleteOnIdle *string `json:"autoDeleteOnIdle,omitempty"`

	// Conditions: The observed state of the resource
	Conditions                          []conditions.Condition      `json:"conditions,omitempty"`
	CountDetails                        *MessageCountDetails_STATUS `json:"countDetails,omitempty"`
	CreatedAt                           *string                     `json:"createdAt,omitempty"`
	DefaultMessageTimeToLive            *string                     `json:"defaultMessageTimeToLive,omitempty"`
	DuplicateDetectionHistoryTimeWindow *string                     `json:"duplicateDetectionHistoryTimeWindow,omitempty"`
	EnableBatchedOperations             *bool                       `json:"enableBatchedOperations,omitempty"`
	EnableExpress                       *bool                       `json:"enableExpress,omitempty"`
	EnablePartitioning                  *bool                       `json:"enablePartitioning,omitempty"`
	Id                                  *string                     `json:"id,omitempty"`
	MaxSizeInMegabytes                  *int                        `json:"maxSizeInMegabytes,omitempty"`
	Name                                *string                     `json:"name,omitempty"`
	RequiresDuplicateDetection          *bool                       `json:"requiresDuplicateDetection,omitempty"`
	SizeInBytes                         *int                        `json:"sizeInBytes,omitempty"`
	Status                              *EntityStatus_STATUS        `json:"status,omitempty"`
	SubscriptionCount                   *int                        `json:"subscriptionCount,omitempty"`
	SupportOrdering                     *bool                       `json:"supportOrdering,omitempty"`
	SystemData                          *SystemData_STATUS          `json:"systemData,omitempty"`
	Type                                *string                     `json:"type,omitempty"`
	UpdatedAt                           *string                     `json:"updatedAt,omitempty"`
}

Deprecated version of Namespaces_Topic_STATUS. Use v1api20210101preview.Namespaces_Topic_STATUS instead

func (*Namespaces_Topic_STATUS) AssignProperties_From_Namespaces_Topic_STATUS

func (topic *Namespaces_Topic_STATUS) AssignProperties_From_Namespaces_Topic_STATUS(source *v1beta20210101ps.Namespaces_Topic_STATUS) error

AssignProperties_From_Namespaces_Topic_STATUS populates our Namespaces_Topic_STATUS from the provided source Namespaces_Topic_STATUS

func (*Namespaces_Topic_STATUS) AssignProperties_To_Namespaces_Topic_STATUS

func (topic *Namespaces_Topic_STATUS) AssignProperties_To_Namespaces_Topic_STATUS(destination *v1beta20210101ps.Namespaces_Topic_STATUS) error

AssignProperties_To_Namespaces_Topic_STATUS populates the provided destination Namespaces_Topic_STATUS from our Namespaces_Topic_STATUS

func (*Namespaces_Topic_STATUS) ConvertStatusFrom

func (topic *Namespaces_Topic_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our Namespaces_Topic_STATUS from the provided source

func (*Namespaces_Topic_STATUS) ConvertStatusTo

func (topic *Namespaces_Topic_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our Namespaces_Topic_STATUS

func (*Namespaces_Topic_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespaces_Topic_STATUS.

func (*Namespaces_Topic_STATUS) DeepCopyInto

func (in *Namespaces_Topic_STATUS) DeepCopyInto(out *Namespaces_Topic_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Namespaces_Topic_STATUS) NewEmptyARMValue

func (topic *Namespaces_Topic_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Namespaces_Topic_STATUS) PopulateFromARM

func (topic *Namespaces_Topic_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Namespaces_Topic_STATUS_ARM

type Namespaces_Topic_STATUS_ARM struct {
	Id         *string                       `json:"id,omitempty"`
	Name       *string                       `json:"name,omitempty"`
	Properties *SBTopicProperties_STATUS_ARM `json:"properties,omitempty"`
	SystemData *SystemData_STATUS_ARM        `json:"systemData,omitempty"`
	Type       *string                       `json:"type,omitempty"`
}

Deprecated version of Namespaces_Topic_STATUS. Use v1api20210101preview.Namespaces_Topic_STATUS instead

func (*Namespaces_Topic_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespaces_Topic_STATUS_ARM.

func (*Namespaces_Topic_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Namespaces_Topic_Spec

type Namespaces_Topic_Spec struct {
	AutoDeleteOnIdle *string `json:"autoDeleteOnIdle,omitempty"`

	// +kubebuilder:validation:MinLength=1
	// AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it
	// doesn't have to be.
	AzureName                           string  `json:"azureName,omitempty"`
	DefaultMessageTimeToLive            *string `json:"defaultMessageTimeToLive,omitempty"`
	DuplicateDetectionHistoryTimeWindow *string `json:"duplicateDetectionHistoryTimeWindow,omitempty"`
	EnableBatchedOperations             *bool   `json:"enableBatchedOperations,omitempty"`
	EnableExpress                       *bool   `json:"enableExpress,omitempty"`
	EnablePartitioning                  *bool   `json:"enablePartitioning,omitempty"`
	MaxSizeInMegabytes                  *int    `json:"maxSizeInMegabytes,omitempty"`

	// +kubebuilder:validation:Required
	// Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also
	// controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a
	// reference to a servicebus.azure.com/Namespace resource
	Owner                      *genruntime.KnownResourceReference `group:"servicebus.azure.com" json:"owner,omitempty" kind:"Namespace"`
	RequiresDuplicateDetection *bool                              `json:"requiresDuplicateDetection,omitempty"`
	SupportOrdering            *bool                              `json:"supportOrdering,omitempty"`
}

func (*Namespaces_Topic_Spec) AssignProperties_From_Namespaces_Topic_Spec

func (topic *Namespaces_Topic_Spec) AssignProperties_From_Namespaces_Topic_Spec(source *v1beta20210101ps.Namespaces_Topic_Spec) error

AssignProperties_From_Namespaces_Topic_Spec populates our Namespaces_Topic_Spec from the provided source Namespaces_Topic_Spec

func (*Namespaces_Topic_Spec) AssignProperties_To_Namespaces_Topic_Spec

func (topic *Namespaces_Topic_Spec) AssignProperties_To_Namespaces_Topic_Spec(destination *v1beta20210101ps.Namespaces_Topic_Spec) error

AssignProperties_To_Namespaces_Topic_Spec populates the provided destination Namespaces_Topic_Spec from our Namespaces_Topic_Spec

func (*Namespaces_Topic_Spec) ConvertSpecFrom

func (topic *Namespaces_Topic_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our Namespaces_Topic_Spec from the provided source

func (*Namespaces_Topic_Spec) ConvertSpecTo

func (topic *Namespaces_Topic_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our Namespaces_Topic_Spec

func (*Namespaces_Topic_Spec) ConvertToARM

func (topic *Namespaces_Topic_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Namespaces_Topic_Spec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespaces_Topic_Spec.

func (*Namespaces_Topic_Spec) DeepCopyInto

func (in *Namespaces_Topic_Spec) DeepCopyInto(out *Namespaces_Topic_Spec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Namespaces_Topic_Spec) NewEmptyARMValue

func (topic *Namespaces_Topic_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Namespaces_Topic_Spec) OriginalVersion

func (topic *Namespaces_Topic_Spec) OriginalVersion() string

OriginalVersion returns the original API version used to create the resource.

func (*Namespaces_Topic_Spec) PopulateFromARM

func (topic *Namespaces_Topic_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*Namespaces_Topic_Spec) SetAzureName

func (topic *Namespaces_Topic_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type Namespaces_Topic_Spec_ARM

type Namespaces_Topic_Spec_ARM struct {
	Name       string                 `json:"name,omitempty"`
	Properties *SBTopicProperties_ARM `json:"properties,omitempty"`
}

Deprecated version of Namespaces_Topic_Spec. Use v1api20210101preview.Namespaces_Topic_Spec instead

func (*Namespaces_Topic_Spec_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespaces_Topic_Spec_ARM.

func (*Namespaces_Topic_Spec_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (Namespaces_Topic_Spec_ARM) GetAPIVersion

func (topic Namespaces_Topic_Spec_ARM) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2021-01-01-preview"

func (*Namespaces_Topic_Spec_ARM) GetName

func (topic *Namespaces_Topic_Spec_ARM) GetName() string

GetName returns the Name of the resource

func (*Namespaces_Topic_Spec_ARM) GetType

func (topic *Namespaces_Topic_Spec_ARM) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.ServiceBus/namespaces/topics"

type Namespaces_Topics_Subscription_STATUS

type Namespaces_Topics_Subscription_STATUS struct {
	AccessedAt       *string `json:"accessedAt,omitempty"`
	AutoDeleteOnIdle *string `json:"autoDeleteOnIdle,omitempty"`

	// Conditions: The observed state of the resource
	Conditions                                []conditions.Condition      `json:"conditions,omitempty"`
	CountDetails                              *MessageCountDetails_STATUS `json:"countDetails,omitempty"`
	CreatedAt                                 *string                     `json:"createdAt,omitempty"`
	DeadLetteringOnFilterEvaluationExceptions *bool                       `json:"deadLetteringOnFilterEvaluationExceptions,omitempty"`
	DeadLetteringOnMessageExpiration          *bool                       `json:"deadLetteringOnMessageExpiration,omitempty"`
	DefaultMessageTimeToLive                  *string                     `json:"defaultMessageTimeToLive,omitempty"`
	DuplicateDetectionHistoryTimeWindow       *string                     `json:"duplicateDetectionHistoryTimeWindow,omitempty"`
	EnableBatchedOperations                   *bool                       `json:"enableBatchedOperations,omitempty"`
	ForwardDeadLetteredMessagesTo             *string                     `json:"forwardDeadLetteredMessagesTo,omitempty"`
	ForwardTo                                 *string                     `json:"forwardTo,omitempty"`
	Id                                        *string                     `json:"id,omitempty"`
	LockDuration                              *string                     `json:"lockDuration,omitempty"`
	MaxDeliveryCount                          *int                        `json:"maxDeliveryCount,omitempty"`
	MessageCount                              *int                        `json:"messageCount,omitempty"`
	Name                                      *string                     `json:"name,omitempty"`
	RequiresSession                           *bool                       `json:"requiresSession,omitempty"`
	Status                                    *EntityStatus_STATUS        `json:"status,omitempty"`
	SystemData                                *SystemData_STATUS          `json:"systemData,omitempty"`
	Type                                      *string                     `json:"type,omitempty"`
	UpdatedAt                                 *string                     `json:"updatedAt,omitempty"`
}

Deprecated version of Namespaces_Topics_Subscription_STATUS. Use v1api20210101preview.Namespaces_Topics_Subscription_STATUS instead

func (*Namespaces_Topics_Subscription_STATUS) AssignProperties_From_Namespaces_Topics_Subscription_STATUS

func (subscription *Namespaces_Topics_Subscription_STATUS) AssignProperties_From_Namespaces_Topics_Subscription_STATUS(source *v1beta20210101ps.Namespaces_Topics_Subscription_STATUS) error

AssignProperties_From_Namespaces_Topics_Subscription_STATUS populates our Namespaces_Topics_Subscription_STATUS from the provided source Namespaces_Topics_Subscription_STATUS

func (*Namespaces_Topics_Subscription_STATUS) AssignProperties_To_Namespaces_Topics_Subscription_STATUS

func (subscription *Namespaces_Topics_Subscription_STATUS) AssignProperties_To_Namespaces_Topics_Subscription_STATUS(destination *v1beta20210101ps.Namespaces_Topics_Subscription_STATUS) error

AssignProperties_To_Namespaces_Topics_Subscription_STATUS populates the provided destination Namespaces_Topics_Subscription_STATUS from our Namespaces_Topics_Subscription_STATUS

func (*Namespaces_Topics_Subscription_STATUS) ConvertStatusFrom

func (subscription *Namespaces_Topics_Subscription_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our Namespaces_Topics_Subscription_STATUS from the provided source

func (*Namespaces_Topics_Subscription_STATUS) ConvertStatusTo

func (subscription *Namespaces_Topics_Subscription_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our Namespaces_Topics_Subscription_STATUS

func (*Namespaces_Topics_Subscription_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespaces_Topics_Subscription_STATUS.

func (*Namespaces_Topics_Subscription_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Namespaces_Topics_Subscription_STATUS) NewEmptyARMValue

func (subscription *Namespaces_Topics_Subscription_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Namespaces_Topics_Subscription_STATUS) PopulateFromARM

func (subscription *Namespaces_Topics_Subscription_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Namespaces_Topics_Subscription_STATUS_ARM

type Namespaces_Topics_Subscription_STATUS_ARM struct {
	Id         *string                              `json:"id,omitempty"`
	Name       *string                              `json:"name,omitempty"`
	Properties *SBSubscriptionProperties_STATUS_ARM `json:"properties,omitempty"`
	SystemData *SystemData_STATUS_ARM               `json:"systemData,omitempty"`
	Type       *string                              `json:"type,omitempty"`
}

Deprecated version of Namespaces_Topics_Subscription_STATUS. Use v1api20210101preview.Namespaces_Topics_Subscription_STATUS instead

func (*Namespaces_Topics_Subscription_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespaces_Topics_Subscription_STATUS_ARM.

func (*Namespaces_Topics_Subscription_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Namespaces_Topics_Subscription_Spec

type Namespaces_Topics_Subscription_Spec struct {
	AutoDeleteOnIdle *string `json:"autoDeleteOnIdle,omitempty"`

	// +kubebuilder:validation:MaxLength=50
	// +kubebuilder:validation:MinLength=1
	// AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it
	// doesn't have to be.
	AzureName                                 string  `json:"azureName,omitempty"`
	DeadLetteringOnFilterEvaluationExceptions *bool   `json:"deadLetteringOnFilterEvaluationExceptions,omitempty"`
	DeadLetteringOnMessageExpiration          *bool   `json:"deadLetteringOnMessageExpiration,omitempty"`
	DefaultMessageTimeToLive                  *string `json:"defaultMessageTimeToLive,omitempty"`
	DuplicateDetectionHistoryTimeWindow       *string `json:"duplicateDetectionHistoryTimeWindow,omitempty"`
	EnableBatchedOperations                   *bool   `json:"enableBatchedOperations,omitempty"`
	ForwardDeadLetteredMessagesTo             *string `json:"forwardDeadLetteredMessagesTo,omitempty"`
	ForwardTo                                 *string `json:"forwardTo,omitempty"`
	LockDuration                              *string `json:"lockDuration,omitempty"`
	MaxDeliveryCount                          *int    `json:"maxDeliveryCount,omitempty"`

	// +kubebuilder:validation:Required
	// Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also
	// controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a
	// reference to a servicebus.azure.com/NamespacesTopic resource
	Owner           *genruntime.KnownResourceReference `group:"servicebus.azure.com" json:"owner,omitempty" kind:"NamespacesTopic"`
	RequiresSession *bool                              `json:"requiresSession,omitempty"`
}

func (*Namespaces_Topics_Subscription_Spec) AssignProperties_From_Namespaces_Topics_Subscription_Spec

func (subscription *Namespaces_Topics_Subscription_Spec) AssignProperties_From_Namespaces_Topics_Subscription_Spec(source *v1beta20210101ps.Namespaces_Topics_Subscription_Spec) error

AssignProperties_From_Namespaces_Topics_Subscription_Spec populates our Namespaces_Topics_Subscription_Spec from the provided source Namespaces_Topics_Subscription_Spec

func (*Namespaces_Topics_Subscription_Spec) AssignProperties_To_Namespaces_Topics_Subscription_Spec

func (subscription *Namespaces_Topics_Subscription_Spec) AssignProperties_To_Namespaces_Topics_Subscription_Spec(destination *v1beta20210101ps.Namespaces_Topics_Subscription_Spec) error

AssignProperties_To_Namespaces_Topics_Subscription_Spec populates the provided destination Namespaces_Topics_Subscription_Spec from our Namespaces_Topics_Subscription_Spec

func (*Namespaces_Topics_Subscription_Spec) ConvertSpecFrom

func (subscription *Namespaces_Topics_Subscription_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our Namespaces_Topics_Subscription_Spec from the provided source

func (*Namespaces_Topics_Subscription_Spec) ConvertSpecTo

func (subscription *Namespaces_Topics_Subscription_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our Namespaces_Topics_Subscription_Spec

func (*Namespaces_Topics_Subscription_Spec) ConvertToARM

func (subscription *Namespaces_Topics_Subscription_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Namespaces_Topics_Subscription_Spec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespaces_Topics_Subscription_Spec.

func (*Namespaces_Topics_Subscription_Spec) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Namespaces_Topics_Subscription_Spec) NewEmptyARMValue

func (subscription *Namespaces_Topics_Subscription_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Namespaces_Topics_Subscription_Spec) OriginalVersion

func (subscription *Namespaces_Topics_Subscription_Spec) OriginalVersion() string

OriginalVersion returns the original API version used to create the resource.

func (*Namespaces_Topics_Subscription_Spec) PopulateFromARM

func (subscription *Namespaces_Topics_Subscription_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*Namespaces_Topics_Subscription_Spec) SetAzureName

func (subscription *Namespaces_Topics_Subscription_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type Namespaces_Topics_Subscription_Spec_ARM

type Namespaces_Topics_Subscription_Spec_ARM struct {
	Name       string                        `json:"name,omitempty"`
	Properties *SBSubscriptionProperties_ARM `json:"properties,omitempty"`
}

Deprecated version of Namespaces_Topics_Subscription_Spec. Use v1api20210101preview.Namespaces_Topics_Subscription_Spec instead

func (*Namespaces_Topics_Subscription_Spec_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespaces_Topics_Subscription_Spec_ARM.

func (*Namespaces_Topics_Subscription_Spec_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (Namespaces_Topics_Subscription_Spec_ARM) GetAPIVersion

func (subscription Namespaces_Topics_Subscription_Spec_ARM) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2021-01-01-preview"

func (*Namespaces_Topics_Subscription_Spec_ARM) GetName

func (subscription *Namespaces_Topics_Subscription_Spec_ARM) GetName() string

GetName returns the Name of the resource

func (*Namespaces_Topics_Subscription_Spec_ARM) GetType

func (subscription *Namespaces_Topics_Subscription_Spec_ARM) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.ServiceBus/namespaces/topics/subscriptions"

type Namespaces_Topics_Subscriptions_Rule_STATUS

type Namespaces_Topics_Subscriptions_Rule_STATUS struct {
	Action *Action_STATUS `json:"action,omitempty"`

	// Conditions: The observed state of the resource
	Conditions        []conditions.Condition    `json:"conditions,omitempty"`
	CorrelationFilter *CorrelationFilter_STATUS `json:"correlationFilter,omitempty"`
	FilterType        *FilterType_STATUS        `json:"filterType,omitempty"`
	Id                *string                   `json:"id,omitempty"`
	Name              *string                   `json:"name,omitempty"`
	SqlFilter         *SqlFilter_STATUS         `json:"sqlFilter,omitempty"`
	SystemData        *SystemData_STATUS        `json:"systemData,omitempty"`
	Type              *string                   `json:"type,omitempty"`
}

Deprecated version of Namespaces_Topics_Subscriptions_Rule_STATUS. Use v1api20210101preview.Namespaces_Topics_Subscriptions_Rule_STATUS instead

func (*Namespaces_Topics_Subscriptions_Rule_STATUS) AssignProperties_From_Namespaces_Topics_Subscriptions_Rule_STATUS

func (rule *Namespaces_Topics_Subscriptions_Rule_STATUS) AssignProperties_From_Namespaces_Topics_Subscriptions_Rule_STATUS(source *v1beta20210101ps.Namespaces_Topics_Subscriptions_Rule_STATUS) error

AssignProperties_From_Namespaces_Topics_Subscriptions_Rule_STATUS populates our Namespaces_Topics_Subscriptions_Rule_STATUS from the provided source Namespaces_Topics_Subscriptions_Rule_STATUS

func (*Namespaces_Topics_Subscriptions_Rule_STATUS) AssignProperties_To_Namespaces_Topics_Subscriptions_Rule_STATUS

func (rule *Namespaces_Topics_Subscriptions_Rule_STATUS) AssignProperties_To_Namespaces_Topics_Subscriptions_Rule_STATUS(destination *v1beta20210101ps.Namespaces_Topics_Subscriptions_Rule_STATUS) error

AssignProperties_To_Namespaces_Topics_Subscriptions_Rule_STATUS populates the provided destination Namespaces_Topics_Subscriptions_Rule_STATUS from our Namespaces_Topics_Subscriptions_Rule_STATUS

func (*Namespaces_Topics_Subscriptions_Rule_STATUS) ConvertStatusFrom

ConvertStatusFrom populates our Namespaces_Topics_Subscriptions_Rule_STATUS from the provided source

func (*Namespaces_Topics_Subscriptions_Rule_STATUS) ConvertStatusTo

ConvertStatusTo populates the provided destination from our Namespaces_Topics_Subscriptions_Rule_STATUS

func (*Namespaces_Topics_Subscriptions_Rule_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespaces_Topics_Subscriptions_Rule_STATUS.

func (*Namespaces_Topics_Subscriptions_Rule_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Namespaces_Topics_Subscriptions_Rule_STATUS) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Namespaces_Topics_Subscriptions_Rule_STATUS) PopulateFromARM

func (rule *Namespaces_Topics_Subscriptions_Rule_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Namespaces_Topics_Subscriptions_Rule_STATUS_ARM

type Namespaces_Topics_Subscriptions_Rule_STATUS_ARM struct {
	Id         *string                    `json:"id,omitempty"`
	Name       *string                    `json:"name,omitempty"`
	Properties *Ruleproperties_STATUS_ARM `json:"properties,omitempty"`
	SystemData *SystemData_STATUS_ARM     `json:"systemData,omitempty"`
	Type       *string                    `json:"type,omitempty"`
}

Deprecated version of Namespaces_Topics_Subscriptions_Rule_STATUS. Use v1api20210101preview.Namespaces_Topics_Subscriptions_Rule_STATUS instead

func (*Namespaces_Topics_Subscriptions_Rule_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespaces_Topics_Subscriptions_Rule_STATUS_ARM.

func (*Namespaces_Topics_Subscriptions_Rule_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Namespaces_Topics_Subscriptions_Rule_Spec

type Namespaces_Topics_Subscriptions_Rule_Spec struct {
	Action *Action `json:"action,omitempty"`

	// +kubebuilder:validation:MaxLength=50
	// +kubebuilder:validation:MinLength=1
	// AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it
	// doesn't have to be.
	AzureName         string             `json:"azureName,omitempty"`
	CorrelationFilter *CorrelationFilter `json:"correlationFilter,omitempty"`
	FilterType        *FilterType        `json:"filterType,omitempty"`

	// +kubebuilder:validation:Required
	// Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also
	// controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a
	// reference to a servicebus.azure.com/NamespacesTopicsSubscription resource
	Owner     *genruntime.KnownResourceReference `group:"servicebus.azure.com" json:"owner,omitempty" kind:"NamespacesTopicsSubscription"`
	SqlFilter *SqlFilter                         `json:"sqlFilter,omitempty"`
}

func (*Namespaces_Topics_Subscriptions_Rule_Spec) AssignProperties_From_Namespaces_Topics_Subscriptions_Rule_Spec

func (rule *Namespaces_Topics_Subscriptions_Rule_Spec) AssignProperties_From_Namespaces_Topics_Subscriptions_Rule_Spec(source *v1beta20210101ps.Namespaces_Topics_Subscriptions_Rule_Spec) error

AssignProperties_From_Namespaces_Topics_Subscriptions_Rule_Spec populates our Namespaces_Topics_Subscriptions_Rule_Spec from the provided source Namespaces_Topics_Subscriptions_Rule_Spec

func (*Namespaces_Topics_Subscriptions_Rule_Spec) AssignProperties_To_Namespaces_Topics_Subscriptions_Rule_Spec

func (rule *Namespaces_Topics_Subscriptions_Rule_Spec) AssignProperties_To_Namespaces_Topics_Subscriptions_Rule_Spec(destination *v1beta20210101ps.Namespaces_Topics_Subscriptions_Rule_Spec) error

AssignProperties_To_Namespaces_Topics_Subscriptions_Rule_Spec populates the provided destination Namespaces_Topics_Subscriptions_Rule_Spec from our Namespaces_Topics_Subscriptions_Rule_Spec

func (*Namespaces_Topics_Subscriptions_Rule_Spec) ConvertSpecFrom

ConvertSpecFrom populates our Namespaces_Topics_Subscriptions_Rule_Spec from the provided source

func (*Namespaces_Topics_Subscriptions_Rule_Spec) ConvertSpecTo

ConvertSpecTo populates the provided destination from our Namespaces_Topics_Subscriptions_Rule_Spec

func (*Namespaces_Topics_Subscriptions_Rule_Spec) ConvertToARM

func (rule *Namespaces_Topics_Subscriptions_Rule_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Namespaces_Topics_Subscriptions_Rule_Spec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespaces_Topics_Subscriptions_Rule_Spec.

func (*Namespaces_Topics_Subscriptions_Rule_Spec) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Namespaces_Topics_Subscriptions_Rule_Spec) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Namespaces_Topics_Subscriptions_Rule_Spec) OriginalVersion

func (rule *Namespaces_Topics_Subscriptions_Rule_Spec) OriginalVersion() string

OriginalVersion returns the original API version used to create the resource.

func (*Namespaces_Topics_Subscriptions_Rule_Spec) PopulateFromARM

func (rule *Namespaces_Topics_Subscriptions_Rule_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*Namespaces_Topics_Subscriptions_Rule_Spec) SetAzureName

func (rule *Namespaces_Topics_Subscriptions_Rule_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type Namespaces_Topics_Subscriptions_Rule_Spec_ARM

type Namespaces_Topics_Subscriptions_Rule_Spec_ARM struct {
	Name       string              `json:"name,omitempty"`
	Properties *Ruleproperties_ARM `json:"properties,omitempty"`
}

Deprecated version of Namespaces_Topics_Subscriptions_Rule_Spec. Use v1api20210101preview.Namespaces_Topics_Subscriptions_Rule_Spec instead

func (*Namespaces_Topics_Subscriptions_Rule_Spec_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespaces_Topics_Subscriptions_Rule_Spec_ARM.

func (*Namespaces_Topics_Subscriptions_Rule_Spec_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (Namespaces_Topics_Subscriptions_Rule_Spec_ARM) GetAPIVersion

GetAPIVersion returns the ARM API version of the resource. This is always "2021-01-01-preview"

func (*Namespaces_Topics_Subscriptions_Rule_Spec_ARM) GetName

GetName returns the Name of the resource

func (*Namespaces_Topics_Subscriptions_Rule_Spec_ARM) GetType

GetType returns the ARM Type of the resource. This is always "Microsoft.ServiceBus/namespaces/topics/subscriptions/rules"

type PrivateEndpointConnection_STATUS

type PrivateEndpointConnection_STATUS struct {
	Id *string `json:"id,omitempty"`
}

Deprecated version of PrivateEndpointConnection_STATUS. Use v1api20210101preview.PrivateEndpointConnection_STATUS instead

func (*PrivateEndpointConnection_STATUS) AssignProperties_From_PrivateEndpointConnection_STATUS

func (connection *PrivateEndpointConnection_STATUS) AssignProperties_From_PrivateEndpointConnection_STATUS(source *v1beta20210101ps.PrivateEndpointConnection_STATUS) error

AssignProperties_From_PrivateEndpointConnection_STATUS populates our PrivateEndpointConnection_STATUS from the provided source PrivateEndpointConnection_STATUS

func (*PrivateEndpointConnection_STATUS) AssignProperties_To_PrivateEndpointConnection_STATUS

func (connection *PrivateEndpointConnection_STATUS) AssignProperties_To_PrivateEndpointConnection_STATUS(destination *v1beta20210101ps.PrivateEndpointConnection_STATUS) error

AssignProperties_To_PrivateEndpointConnection_STATUS populates the provided destination PrivateEndpointConnection_STATUS from our PrivateEndpointConnection_STATUS

func (*PrivateEndpointConnection_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateEndpointConnection_STATUS.

func (*PrivateEndpointConnection_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PrivateEndpointConnection_STATUS) NewEmptyARMValue

func (connection *PrivateEndpointConnection_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*PrivateEndpointConnection_STATUS) PopulateFromARM

func (connection *PrivateEndpointConnection_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type PrivateEndpointConnection_STATUS_ARM

type PrivateEndpointConnection_STATUS_ARM struct {
	Id *string `json:"id,omitempty"`
}

Deprecated version of PrivateEndpointConnection_STATUS. Use v1api20210101preview.PrivateEndpointConnection_STATUS instead

func (*PrivateEndpointConnection_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateEndpointConnection_STATUS_ARM.

func (*PrivateEndpointConnection_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Ruleproperties_ARM

type Ruleproperties_ARM struct {
	Action            *Action_ARM            `json:"action,omitempty"`
	CorrelationFilter *CorrelationFilter_ARM `json:"correlationFilter,omitempty"`
	FilterType        *FilterType            `json:"filterType,omitempty"`
	SqlFilter         *SqlFilter_ARM         `json:"sqlFilter,omitempty"`
}

Deprecated version of Ruleproperties. Use v1api20210101preview.Ruleproperties instead

func (*Ruleproperties_ARM) DeepCopy

func (in *Ruleproperties_ARM) DeepCopy() *Ruleproperties_ARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Ruleproperties_ARM.

func (*Ruleproperties_ARM) DeepCopyInto

func (in *Ruleproperties_ARM) DeepCopyInto(out *Ruleproperties_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Ruleproperties_STATUS_ARM

type Ruleproperties_STATUS_ARM struct {
	Action            *Action_STATUS_ARM            `json:"action,omitempty"`
	CorrelationFilter *CorrelationFilter_STATUS_ARM `json:"correlationFilter,omitempty"`
	FilterType        *FilterType_STATUS            `json:"filterType,omitempty"`
	SqlFilter         *SqlFilter_STATUS_ARM         `json:"sqlFilter,omitempty"`
}

Deprecated version of Ruleproperties_STATUS. Use v1api20210101preview.Ruleproperties_STATUS instead

func (*Ruleproperties_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Ruleproperties_STATUS_ARM.

func (*Ruleproperties_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SBNamespaceProperties_ARM

type SBNamespaceProperties_ARM struct {
	Encryption    *Encryption_ARM `json:"encryption,omitempty"`
	ZoneRedundant *bool           `json:"zoneRedundant,omitempty"`
}

Deprecated version of SBNamespaceProperties. Use v1api20210101preview.SBNamespaceProperties instead

func (*SBNamespaceProperties_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBNamespaceProperties_ARM.

func (*SBNamespaceProperties_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SBNamespaceProperties_STATUS_ARM

type SBNamespaceProperties_STATUS_ARM struct {
	CreatedAt                  *string                                `json:"createdAt,omitempty"`
	Encryption                 *Encryption_STATUS_ARM                 `json:"encryption,omitempty"`
	MetricId                   *string                                `json:"metricId,omitempty"`
	PrivateEndpointConnections []PrivateEndpointConnection_STATUS_ARM `json:"privateEndpointConnections,omitempty"`
	ProvisioningState          *string                                `json:"provisioningState,omitempty"`
	ServiceBusEndpoint         *string                                `json:"serviceBusEndpoint,omitempty"`
	Status                     *string                                `json:"status,omitempty"`
	UpdatedAt                  *string                                `json:"updatedAt,omitempty"`
	ZoneRedundant              *bool                                  `json:"zoneRedundant,omitempty"`
}

Deprecated version of SBNamespaceProperties_STATUS. Use v1api20210101preview.SBNamespaceProperties_STATUS instead

func (*SBNamespaceProperties_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBNamespaceProperties_STATUS_ARM.

func (*SBNamespaceProperties_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SBQueueProperties_ARM

type SBQueueProperties_ARM struct {
	AutoDeleteOnIdle                    *string `json:"autoDeleteOnIdle,omitempty"`
	DeadLetteringOnMessageExpiration    *bool   `json:"deadLetteringOnMessageExpiration,omitempty"`
	DefaultMessageTimeToLive            *string `json:"defaultMessageTimeToLive,omitempty"`
	DuplicateDetectionHistoryTimeWindow *string `json:"duplicateDetectionHistoryTimeWindow,omitempty"`
	EnableBatchedOperations             *bool   `json:"enableBatchedOperations,omitempty"`
	EnableExpress                       *bool   `json:"enableExpress,omitempty"`
	EnablePartitioning                  *bool   `json:"enablePartitioning,omitempty"`
	ForwardDeadLetteredMessagesTo       *string `json:"forwardDeadLetteredMessagesTo,omitempty"`
	ForwardTo                           *string `json:"forwardTo,omitempty"`
	LockDuration                        *string `json:"lockDuration,omitempty"`
	MaxDeliveryCount                    *int    `json:"maxDeliveryCount,omitempty"`
	MaxSizeInMegabytes                  *int    `json:"maxSizeInMegabytes,omitempty"`
	RequiresDuplicateDetection          *bool   `json:"requiresDuplicateDetection,omitempty"`
	RequiresSession                     *bool   `json:"requiresSession,omitempty"`
}

Deprecated version of SBQueueProperties. Use v1api20210101preview.SBQueueProperties instead

func (*SBQueueProperties_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBQueueProperties_ARM.

func (*SBQueueProperties_ARM) DeepCopyInto

func (in *SBQueueProperties_ARM) DeepCopyInto(out *SBQueueProperties_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SBQueueProperties_STATUS_ARM

type SBQueueProperties_STATUS_ARM struct {
	AccessedAt                          *string                         `json:"accessedAt,omitempty"`
	AutoDeleteOnIdle                    *string                         `json:"autoDeleteOnIdle,omitempty"`
	CountDetails                        *MessageCountDetails_STATUS_ARM `json:"countDetails,omitempty"`
	CreatedAt                           *string                         `json:"createdAt,omitempty"`
	DeadLetteringOnMessageExpiration    *bool                           `json:"deadLetteringOnMessageExpiration,omitempty"`
	DefaultMessageTimeToLive            *string                         `json:"defaultMessageTimeToLive,omitempty"`
	DuplicateDetectionHistoryTimeWindow *string                         `json:"duplicateDetectionHistoryTimeWindow,omitempty"`
	EnableBatchedOperations             *bool                           `json:"enableBatchedOperations,omitempty"`
	EnableExpress                       *bool                           `json:"enableExpress,omitempty"`
	EnablePartitioning                  *bool                           `json:"enablePartitioning,omitempty"`
	ForwardDeadLetteredMessagesTo       *string                         `json:"forwardDeadLetteredMessagesTo,omitempty"`
	ForwardTo                           *string                         `json:"forwardTo,omitempty"`
	LockDuration                        *string                         `json:"lockDuration,omitempty"`
	MaxDeliveryCount                    *int                            `json:"maxDeliveryCount,omitempty"`
	MaxSizeInMegabytes                  *int                            `json:"maxSizeInMegabytes,omitempty"`
	MessageCount                        *int                            `json:"messageCount,omitempty"`
	RequiresDuplicateDetection          *bool                           `json:"requiresDuplicateDetection,omitempty"`
	RequiresSession                     *bool                           `json:"requiresSession,omitempty"`
	SizeInBytes                         *int                            `json:"sizeInBytes,omitempty"`
	Status                              *EntityStatus_STATUS            `json:"status,omitempty"`
	UpdatedAt                           *string                         `json:"updatedAt,omitempty"`
}

Deprecated version of SBQueueProperties_STATUS. Use v1api20210101preview.SBQueueProperties_STATUS instead

func (*SBQueueProperties_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBQueueProperties_STATUS_ARM.

func (*SBQueueProperties_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SBSku

type SBSku struct {
	Capacity *int `json:"capacity,omitempty"`

	// +kubebuilder:validation:Required
	Name *SBSku_Name `json:"name,omitempty"`
	Tier *SBSku_Tier `json:"tier,omitempty"`
}

Deprecated version of SBSku. Use v1api20210101preview.SBSku instead

func (*SBSku) AssignProperties_From_SBSku

func (sbSku *SBSku) AssignProperties_From_SBSku(source *v1beta20210101ps.SBSku) error

AssignProperties_From_SBSku populates our SBSku from the provided source SBSku

func (*SBSku) AssignProperties_To_SBSku

func (sbSku *SBSku) AssignProperties_To_SBSku(destination *v1beta20210101ps.SBSku) error

AssignProperties_To_SBSku populates the provided destination SBSku from our SBSku

func (*SBSku) ConvertToARM

func (sbSku *SBSku) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*SBSku) DeepCopy

func (in *SBSku) DeepCopy() *SBSku

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBSku.

func (*SBSku) DeepCopyInto

func (in *SBSku) DeepCopyInto(out *SBSku)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SBSku) NewEmptyARMValue

func (sbSku *SBSku) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*SBSku) PopulateFromARM

func (sbSku *SBSku) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type SBSku_ARM

type SBSku_ARM struct {
	Capacity *int        `json:"capacity,omitempty"`
	Name     *SBSku_Name `json:"name,omitempty"`
	Tier     *SBSku_Tier `json:"tier,omitempty"`
}

Deprecated version of SBSku. Use v1api20210101preview.SBSku instead

func (*SBSku_ARM) DeepCopy

func (in *SBSku_ARM) DeepCopy() *SBSku_ARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBSku_ARM.

func (*SBSku_ARM) DeepCopyInto

func (in *SBSku_ARM) DeepCopyInto(out *SBSku_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SBSku_Name

type SBSku_Name string

Deprecated version of SBSku_Name. Use v1api20210101preview.SBSku_Name instead +kubebuilder:validation:Enum={"Basic","Premium","Standard"}

type SBSku_Name_STATUS

type SBSku_Name_STATUS string

Deprecated version of SBSku_Name_STATUS. Use v1api20210101preview.SBSku_Name_STATUS instead

type SBSku_STATUS

type SBSku_STATUS struct {
	Capacity *int               `json:"capacity,omitempty"`
	Name     *SBSku_Name_STATUS `json:"name,omitempty"`
	Tier     *SBSku_Tier_STATUS `json:"tier,omitempty"`
}

Deprecated version of SBSku_STATUS. Use v1api20210101preview.SBSku_STATUS instead

func (*SBSku_STATUS) AssignProperties_From_SBSku_STATUS

func (sbSku *SBSku_STATUS) AssignProperties_From_SBSku_STATUS(source *v1beta20210101ps.SBSku_STATUS) error

AssignProperties_From_SBSku_STATUS populates our SBSku_STATUS from the provided source SBSku_STATUS

func (*SBSku_STATUS) AssignProperties_To_SBSku_STATUS

func (sbSku *SBSku_STATUS) AssignProperties_To_SBSku_STATUS(destination *v1beta20210101ps.SBSku_STATUS) error

AssignProperties_To_SBSku_STATUS populates the provided destination SBSku_STATUS from our SBSku_STATUS

func (*SBSku_STATUS) DeepCopy

func (in *SBSku_STATUS) DeepCopy() *SBSku_STATUS

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBSku_STATUS.

func (*SBSku_STATUS) DeepCopyInto

func (in *SBSku_STATUS) DeepCopyInto(out *SBSku_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SBSku_STATUS) NewEmptyARMValue

func (sbSku *SBSku_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*SBSku_STATUS) PopulateFromARM

func (sbSku *SBSku_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type SBSku_STATUS_ARM

type SBSku_STATUS_ARM struct {
	Capacity *int               `json:"capacity,omitempty"`
	Name     *SBSku_Name_STATUS `json:"name,omitempty"`
	Tier     *SBSku_Tier_STATUS `json:"tier,omitempty"`
}

Deprecated version of SBSku_STATUS. Use v1api20210101preview.SBSku_STATUS instead

func (*SBSku_STATUS_ARM) DeepCopy

func (in *SBSku_STATUS_ARM) DeepCopy() *SBSku_STATUS_ARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBSku_STATUS_ARM.

func (*SBSku_STATUS_ARM) DeepCopyInto

func (in *SBSku_STATUS_ARM) DeepCopyInto(out *SBSku_STATUS_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SBSku_Tier

type SBSku_Tier string

Deprecated version of SBSku_Tier. Use v1api20210101preview.SBSku_Tier instead +kubebuilder:validation:Enum={"Basic","Premium","Standard"}

type SBSku_Tier_STATUS

type SBSku_Tier_STATUS string

Deprecated version of SBSku_Tier_STATUS. Use v1api20210101preview.SBSku_Tier_STATUS instead

type SBSubscriptionProperties_ARM

type SBSubscriptionProperties_ARM struct {
	AutoDeleteOnIdle                          *string `json:"autoDeleteOnIdle,omitempty"`
	DeadLetteringOnFilterEvaluationExceptions *bool   `json:"deadLetteringOnFilterEvaluationExceptions,omitempty"`
	DeadLetteringOnMessageExpiration          *bool   `json:"deadLetteringOnMessageExpiration,omitempty"`
	DefaultMessageTimeToLive                  *string `json:"defaultMessageTimeToLive,omitempty"`
	DuplicateDetectionHistoryTimeWindow       *string `json:"duplicateDetectionHistoryTimeWindow,omitempty"`
	EnableBatchedOperations                   *bool   `json:"enableBatchedOperations,omitempty"`
	ForwardDeadLetteredMessagesTo             *string `json:"forwardDeadLetteredMessagesTo,omitempty"`
	ForwardTo                                 *string `json:"forwardTo,omitempty"`
	LockDuration                              *string `json:"lockDuration,omitempty"`
	MaxDeliveryCount                          *int    `json:"maxDeliveryCount,omitempty"`
	RequiresSession                           *bool   `json:"requiresSession,omitempty"`
}

Deprecated version of SBSubscriptionProperties. Use v1api20210101preview.SBSubscriptionProperties instead

func (*SBSubscriptionProperties_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBSubscriptionProperties_ARM.

func (*SBSubscriptionProperties_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SBSubscriptionProperties_STATUS_ARM

type SBSubscriptionProperties_STATUS_ARM struct {
	AccessedAt                                *string                         `json:"accessedAt,omitempty"`
	AutoDeleteOnIdle                          *string                         `json:"autoDeleteOnIdle,omitempty"`
	CountDetails                              *MessageCountDetails_STATUS_ARM `json:"countDetails,omitempty"`
	CreatedAt                                 *string                         `json:"createdAt,omitempty"`
	DeadLetteringOnFilterEvaluationExceptions *bool                           `json:"deadLetteringOnFilterEvaluationExceptions,omitempty"`
	DeadLetteringOnMessageExpiration          *bool                           `json:"deadLetteringOnMessageExpiration,omitempty"`
	DefaultMessageTimeToLive                  *string                         `json:"defaultMessageTimeToLive,omitempty"`
	DuplicateDetectionHistoryTimeWindow       *string                         `json:"duplicateDetectionHistoryTimeWindow,omitempty"`
	EnableBatchedOperations                   *bool                           `json:"enableBatchedOperations,omitempty"`
	ForwardDeadLetteredMessagesTo             *string                         `json:"forwardDeadLetteredMessagesTo,omitempty"`
	ForwardTo                                 *string                         `json:"forwardTo,omitempty"`
	LockDuration                              *string                         `json:"lockDuration,omitempty"`
	MaxDeliveryCount                          *int                            `json:"maxDeliveryCount,omitempty"`
	MessageCount                              *int                            `json:"messageCount,omitempty"`
	RequiresSession                           *bool                           `json:"requiresSession,omitempty"`
	Status                                    *EntityStatus_STATUS            `json:"status,omitempty"`
	UpdatedAt                                 *string                         `json:"updatedAt,omitempty"`
}

Deprecated version of SBSubscriptionProperties_STATUS. Use v1api20210101preview.SBSubscriptionProperties_STATUS instead

func (*SBSubscriptionProperties_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBSubscriptionProperties_STATUS_ARM.

func (*SBSubscriptionProperties_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SBTopicProperties_ARM

type SBTopicProperties_ARM struct {
	AutoDeleteOnIdle                    *string `json:"autoDeleteOnIdle,omitempty"`
	DefaultMessageTimeToLive            *string `json:"defaultMessageTimeToLive,omitempty"`
	DuplicateDetectionHistoryTimeWindow *string `json:"duplicateDetectionHistoryTimeWindow,omitempty"`
	EnableBatchedOperations             *bool   `json:"enableBatchedOperations,omitempty"`
	EnableExpress                       *bool   `json:"enableExpress,omitempty"`
	EnablePartitioning                  *bool   `json:"enablePartitioning,omitempty"`
	MaxSizeInMegabytes                  *int    `json:"maxSizeInMegabytes,omitempty"`
	RequiresDuplicateDetection          *bool   `json:"requiresDuplicateDetection,omitempty"`
	SupportOrdering                     *bool   `json:"supportOrdering,omitempty"`
}

Deprecated version of SBTopicProperties. Use v1api20210101preview.SBTopicProperties instead

func (*SBTopicProperties_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBTopicProperties_ARM.

func (*SBTopicProperties_ARM) DeepCopyInto

func (in *SBTopicProperties_ARM) DeepCopyInto(out *SBTopicProperties_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SBTopicProperties_STATUS_ARM

type SBTopicProperties_STATUS_ARM struct {
	AccessedAt                          *string                         `json:"accessedAt,omitempty"`
	AutoDeleteOnIdle                    *string                         `json:"autoDeleteOnIdle,omitempty"`
	CountDetails                        *MessageCountDetails_STATUS_ARM `json:"countDetails,omitempty"`
	CreatedAt                           *string                         `json:"createdAt,omitempty"`
	DefaultMessageTimeToLive            *string                         `json:"defaultMessageTimeToLive,omitempty"`
	DuplicateDetectionHistoryTimeWindow *string                         `json:"duplicateDetectionHistoryTimeWindow,omitempty"`
	EnableBatchedOperations             *bool                           `json:"enableBatchedOperations,omitempty"`
	EnableExpress                       *bool                           `json:"enableExpress,omitempty"`
	EnablePartitioning                  *bool                           `json:"enablePartitioning,omitempty"`
	MaxSizeInMegabytes                  *int                            `json:"maxSizeInMegabytes,omitempty"`
	RequiresDuplicateDetection          *bool                           `json:"requiresDuplicateDetection,omitempty"`
	SizeInBytes                         *int                            `json:"sizeInBytes,omitempty"`
	Status                              *EntityStatus_STATUS            `json:"status,omitempty"`
	SubscriptionCount                   *int                            `json:"subscriptionCount,omitempty"`
	SupportOrdering                     *bool                           `json:"supportOrdering,omitempty"`
	UpdatedAt                           *string                         `json:"updatedAt,omitempty"`
}

Deprecated version of SBTopicProperties_STATUS. Use v1api20210101preview.SBTopicProperties_STATUS instead

func (*SBTopicProperties_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBTopicProperties_STATUS_ARM.

func (*SBTopicProperties_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SqlFilter

type SqlFilter struct {
	// +kubebuilder:validation:Maximum=20
	// +kubebuilder:validation:Minimum=20
	CompatibilityLevel    *int    `json:"compatibilityLevel,omitempty"`
	RequiresPreprocessing *bool   `json:"requiresPreprocessing,omitempty"`
	SqlExpression         *string `json:"sqlExpression,omitempty"`
}

Deprecated version of SqlFilter. Use v1api20210101preview.SqlFilter instead

func (*SqlFilter) AssignProperties_From_SqlFilter

func (filter *SqlFilter) AssignProperties_From_SqlFilter(source *v1beta20210101ps.SqlFilter) error

AssignProperties_From_SqlFilter populates our SqlFilter from the provided source SqlFilter

func (*SqlFilter) AssignProperties_To_SqlFilter

func (filter *SqlFilter) AssignProperties_To_SqlFilter(destination *v1beta20210101ps.SqlFilter) error

AssignProperties_To_SqlFilter populates the provided destination SqlFilter from our SqlFilter

func (*SqlFilter) ConvertToARM

func (filter *SqlFilter) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*SqlFilter) DeepCopy

func (in *SqlFilter) DeepCopy() *SqlFilter

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SqlFilter.

func (*SqlFilter) DeepCopyInto

func (in *SqlFilter) DeepCopyInto(out *SqlFilter)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SqlFilter) NewEmptyARMValue

func (filter *SqlFilter) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*SqlFilter) PopulateFromARM

func (filter *SqlFilter) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type SqlFilter_ARM

type SqlFilter_ARM struct {
	CompatibilityLevel    *int    `json:"compatibilityLevel,omitempty"`
	RequiresPreprocessing *bool   `json:"requiresPreprocessing,omitempty"`
	SqlExpression         *string `json:"sqlExpression,omitempty"`
}

Deprecated version of SqlFilter. Use v1api20210101preview.SqlFilter instead

func (*SqlFilter_ARM) DeepCopy

func (in *SqlFilter_ARM) DeepCopy() *SqlFilter_ARM

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SqlFilter_ARM.

func (*SqlFilter_ARM) DeepCopyInto

func (in *SqlFilter_ARM) DeepCopyInto(out *SqlFilter_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SqlFilter_STATUS

type SqlFilter_STATUS struct {
	CompatibilityLevel    *int    `json:"compatibilityLevel,omitempty"`
	RequiresPreprocessing *bool   `json:"requiresPreprocessing,omitempty"`
	SqlExpression         *string `json:"sqlExpression,omitempty"`
}

Deprecated version of SqlFilter_STATUS. Use v1api20210101preview.SqlFilter_STATUS instead

func (*SqlFilter_STATUS) AssignProperties_From_SqlFilter_STATUS

func (filter *SqlFilter_STATUS) AssignProperties_From_SqlFilter_STATUS(source *v1beta20210101ps.SqlFilter_STATUS) error

AssignProperties_From_SqlFilter_STATUS populates our SqlFilter_STATUS from the provided source SqlFilter_STATUS

func (*SqlFilter_STATUS) AssignProperties_To_SqlFilter_STATUS

func (filter *SqlFilter_STATUS) AssignProperties_To_SqlFilter_STATUS(destination *v1beta20210101ps.SqlFilter_STATUS) error

AssignProperties_To_SqlFilter_STATUS populates the provided destination SqlFilter_STATUS from our SqlFilter_STATUS

func (*SqlFilter_STATUS) DeepCopy

func (in *SqlFilter_STATUS) DeepCopy() *SqlFilter_STATUS

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SqlFilter_STATUS.

func (*SqlFilter_STATUS) DeepCopyInto

func (in *SqlFilter_STATUS) DeepCopyInto(out *SqlFilter_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SqlFilter_STATUS) NewEmptyARMValue

func (filter *SqlFilter_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*SqlFilter_STATUS) PopulateFromARM

func (filter *SqlFilter_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type SqlFilter_STATUS_ARM

type SqlFilter_STATUS_ARM struct {
	CompatibilityLevel    *int    `json:"compatibilityLevel,omitempty"`
	RequiresPreprocessing *bool   `json:"requiresPreprocessing,omitempty"`
	SqlExpression         *string `json:"sqlExpression,omitempty"`
}

Deprecated version of SqlFilter_STATUS. Use v1api20210101preview.SqlFilter_STATUS instead

func (*SqlFilter_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SqlFilter_STATUS_ARM.

func (*SqlFilter_STATUS_ARM) DeepCopyInto

func (in *SqlFilter_STATUS_ARM) DeepCopyInto(out *SqlFilter_STATUS_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SystemData_CreatedByType_STATUS

type SystemData_CreatedByType_STATUS string

Deprecated version of SystemData_CreatedByType_STATUS. Use v1api20210101preview.SystemData_CreatedByType_STATUS instead

type SystemData_LastModifiedByType_STATUS

type SystemData_LastModifiedByType_STATUS string

Deprecated version of SystemData_LastModifiedByType_STATUS. Use v1api20210101preview.SystemData_LastModifiedByType_STATUS instead

type SystemData_STATUS

type SystemData_STATUS struct {
	CreatedAt          *string                               `json:"createdAt,omitempty"`
	CreatedBy          *string                               `json:"createdBy,omitempty"`
	CreatedByType      *SystemData_CreatedByType_STATUS      `json:"createdByType,omitempty"`
	LastModifiedAt     *string                               `json:"lastModifiedAt,omitempty"`
	LastModifiedBy     *string                               `json:"lastModifiedBy,omitempty"`
	LastModifiedByType *SystemData_LastModifiedByType_STATUS `json:"lastModifiedByType,omitempty"`
}

Deprecated version of SystemData_STATUS. Use v1api20210101preview.SystemData_STATUS instead

func (*SystemData_STATUS) AssignProperties_From_SystemData_STATUS

func (data *SystemData_STATUS) AssignProperties_From_SystemData_STATUS(source *v1beta20210101ps.SystemData_STATUS) error

AssignProperties_From_SystemData_STATUS populates our SystemData_STATUS from the provided source SystemData_STATUS

func (*SystemData_STATUS) AssignProperties_To_SystemData_STATUS

func (data *SystemData_STATUS) AssignProperties_To_SystemData_STATUS(destination *v1beta20210101ps.SystemData_STATUS) error

AssignProperties_To_SystemData_STATUS populates the provided destination SystemData_STATUS from our SystemData_STATUS

func (*SystemData_STATUS) DeepCopy

func (in *SystemData_STATUS) DeepCopy() *SystemData_STATUS

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SystemData_STATUS.

func (*SystemData_STATUS) DeepCopyInto

func (in *SystemData_STATUS) DeepCopyInto(out *SystemData_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SystemData_STATUS) NewEmptyARMValue

func (data *SystemData_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*SystemData_STATUS) PopulateFromARM

func (data *SystemData_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type SystemData_STATUS_ARM

type SystemData_STATUS_ARM struct {
	CreatedAt          *string                               `json:"createdAt,omitempty"`
	CreatedBy          *string                               `json:"createdBy,omitempty"`
	CreatedByType      *SystemData_CreatedByType_STATUS      `json:"createdByType,omitempty"`
	LastModifiedAt     *string                               `json:"lastModifiedAt,omitempty"`
	LastModifiedBy     *string                               `json:"lastModifiedBy,omitempty"`
	LastModifiedByType *SystemData_LastModifiedByType_STATUS `json:"lastModifiedByType,omitempty"`
}

Deprecated version of SystemData_STATUS. Use v1api20210101preview.SystemData_STATUS instead

func (*SystemData_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SystemData_STATUS_ARM.

func (*SystemData_STATUS_ARM) DeepCopyInto

func (in *SystemData_STATUS_ARM) DeepCopyInto(out *SystemData_STATUS_ARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type UserAssignedIdentityDetails

type UserAssignedIdentityDetails struct {
	Reference genruntime.ResourceReference `armReference:"Reference" json:"reference,omitempty"`
}

Deprecated version of UserAssignedIdentityDetails. Use v1api20210101preview.UserAssignedIdentityDetails instead

func (*UserAssignedIdentityDetails) AssignProperties_From_UserAssignedIdentityDetails

func (details *UserAssignedIdentityDetails) AssignProperties_From_UserAssignedIdentityDetails(source *v1beta20210101ps.UserAssignedIdentityDetails) error

AssignProperties_From_UserAssignedIdentityDetails populates our UserAssignedIdentityDetails from the provided source UserAssignedIdentityDetails

func (*UserAssignedIdentityDetails) AssignProperties_To_UserAssignedIdentityDetails

func (details *UserAssignedIdentityDetails) AssignProperties_To_UserAssignedIdentityDetails(destination *v1beta20210101ps.UserAssignedIdentityDetails) error

AssignProperties_To_UserAssignedIdentityDetails populates the provided destination UserAssignedIdentityDetails from our UserAssignedIdentityDetails

func (*UserAssignedIdentityDetails) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityDetails.

func (*UserAssignedIdentityDetails) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type UserAssignedIdentityDetails_ARM

type UserAssignedIdentityDetails_ARM struct {
}

Information about the user assigned identity for the resource

func (*UserAssignedIdentityDetails_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityDetails_ARM.

func (*UserAssignedIdentityDetails_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type UserAssignedIdentityProperties

type UserAssignedIdentityProperties struct {
	UserAssignedIdentityReference *genruntime.ResourceReference `armReference:"UserAssignedIdentity" json:"userAssignedIdentityReference,omitempty"`
}

Deprecated version of UserAssignedIdentityProperties. Use v1api20210101preview.UserAssignedIdentityProperties instead

func (*UserAssignedIdentityProperties) AssignProperties_From_UserAssignedIdentityProperties

func (properties *UserAssignedIdentityProperties) AssignProperties_From_UserAssignedIdentityProperties(source *v1beta20210101ps.UserAssignedIdentityProperties) error

AssignProperties_From_UserAssignedIdentityProperties populates our UserAssignedIdentityProperties from the provided source UserAssignedIdentityProperties

func (*UserAssignedIdentityProperties) AssignProperties_To_UserAssignedIdentityProperties

func (properties *UserAssignedIdentityProperties) AssignProperties_To_UserAssignedIdentityProperties(destination *v1beta20210101ps.UserAssignedIdentityProperties) error

AssignProperties_To_UserAssignedIdentityProperties populates the provided destination UserAssignedIdentityProperties from our UserAssignedIdentityProperties

func (*UserAssignedIdentityProperties) ConvertToARM

func (properties *UserAssignedIdentityProperties) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*UserAssignedIdentityProperties) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityProperties.

func (*UserAssignedIdentityProperties) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*UserAssignedIdentityProperties) NewEmptyARMValue

func (properties *UserAssignedIdentityProperties) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*UserAssignedIdentityProperties) PopulateFromARM

func (properties *UserAssignedIdentityProperties) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type UserAssignedIdentityProperties_ARM

type UserAssignedIdentityProperties_ARM struct {
	UserAssignedIdentity *string `json:"userAssignedIdentity,omitempty"`
}

Deprecated version of UserAssignedIdentityProperties. Use v1api20210101preview.UserAssignedIdentityProperties instead

func (*UserAssignedIdentityProperties_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityProperties_ARM.

func (*UserAssignedIdentityProperties_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type UserAssignedIdentityProperties_STATUS

type UserAssignedIdentityProperties_STATUS struct {
	UserAssignedIdentity *string `json:"userAssignedIdentity,omitempty"`
}

Deprecated version of UserAssignedIdentityProperties_STATUS. Use v1api20210101preview.UserAssignedIdentityProperties_STATUS instead

func (*UserAssignedIdentityProperties_STATUS) AssignProperties_From_UserAssignedIdentityProperties_STATUS

func (properties *UserAssignedIdentityProperties_STATUS) AssignProperties_From_UserAssignedIdentityProperties_STATUS(source *v1beta20210101ps.UserAssignedIdentityProperties_STATUS) error

AssignProperties_From_UserAssignedIdentityProperties_STATUS populates our UserAssignedIdentityProperties_STATUS from the provided source UserAssignedIdentityProperties_STATUS

func (*UserAssignedIdentityProperties_STATUS) AssignProperties_To_UserAssignedIdentityProperties_STATUS

func (properties *UserAssignedIdentityProperties_STATUS) AssignProperties_To_UserAssignedIdentityProperties_STATUS(destination *v1beta20210101ps.UserAssignedIdentityProperties_STATUS) error

AssignProperties_To_UserAssignedIdentityProperties_STATUS populates the provided destination UserAssignedIdentityProperties_STATUS from our UserAssignedIdentityProperties_STATUS

func (*UserAssignedIdentityProperties_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityProperties_STATUS.

func (*UserAssignedIdentityProperties_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*UserAssignedIdentityProperties_STATUS) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*UserAssignedIdentityProperties_STATUS) PopulateFromARM

func (properties *UserAssignedIdentityProperties_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type UserAssignedIdentityProperties_STATUS_ARM

type UserAssignedIdentityProperties_STATUS_ARM struct {
	UserAssignedIdentity *string `json:"userAssignedIdentity,omitempty"`
}

Deprecated version of UserAssignedIdentityProperties_STATUS. Use v1api20210101preview.UserAssignedIdentityProperties_STATUS instead

func (*UserAssignedIdentityProperties_STATUS_ARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityProperties_STATUS_ARM.

func (*UserAssignedIdentityProperties_STATUS_ARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL