v1alpha1api20200601

package
v2.0.0-beta.1 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2022 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

Package v1alpha1api20200601 contains API Schema definitions for the eventgrid v1alpha1api20200601 API group +groupName=eventgrid.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.

Package v1alpha1api20200601 contains API Schema definitions for the eventgrid v1alpha1api20200601 API group +kubebuilder:object:generate=true All object properties are optional by default, this will be overridden when needed: +kubebuilder:validation:Optional +groupName=eventgrid.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.

Index

Constants

View Source
const (
	DomainTopicPropertiesStatusProvisioningStateCanceled  = DomainTopicPropertiesStatusProvisioningState("Canceled")
	DomainTopicPropertiesStatusProvisioningStateCreating  = DomainTopicPropertiesStatusProvisioningState("Creating")
	DomainTopicPropertiesStatusProvisioningStateDeleting  = DomainTopicPropertiesStatusProvisioningState("Deleting")
	DomainTopicPropertiesStatusProvisioningStateFailed    = DomainTopicPropertiesStatusProvisioningState("Failed")
	DomainTopicPropertiesStatusProvisioningStateSucceeded = DomainTopicPropertiesStatusProvisioningState("Succeeded")
	DomainTopicPropertiesStatusProvisioningStateUpdating  = DomainTopicPropertiesStatusProvisioningState("Updating")
)
View Source
const (
	SystemDataStatusCreatedByTypeApplication     = SystemDataStatusCreatedByType("Application")
	SystemDataStatusCreatedByTypeKey             = SystemDataStatusCreatedByType("Key")
	SystemDataStatusCreatedByTypeManagedIdentity = SystemDataStatusCreatedByType("ManagedIdentity")
	SystemDataStatusCreatedByTypeUser            = SystemDataStatusCreatedByType("User")
)
View Source
const (
	SystemDataStatusLastModifiedByTypeApplication     = SystemDataStatusLastModifiedByType("Application")
	SystemDataStatusLastModifiedByTypeKey             = SystemDataStatusLastModifiedByType("Key")
	SystemDataStatusLastModifiedByTypeManagedIdentity = SystemDataStatusLastModifiedByType("ManagedIdentity")
	SystemDataStatusLastModifiedByTypeUser            = SystemDataStatusLastModifiedByType("User")
)
View Source
const (
	DomainPropertiesInputSchemaCloudEventSchemaV10 = DomainPropertiesInputSchema("CloudEventSchemaV1_0")
	DomainPropertiesInputSchemaCustomEventSchema   = DomainPropertiesInputSchema("CustomEventSchema")
	DomainPropertiesInputSchemaEventGridSchema     = DomainPropertiesInputSchema("EventGridSchema")
)
View Source
const (
	DomainPropertiesPublicNetworkAccessDisabled = DomainPropertiesPublicNetworkAccess("Disabled")
	DomainPropertiesPublicNetworkAccessEnabled  = DomainPropertiesPublicNetworkAccess("Enabled")
)
View Source
const (
	DomainPropertiesStatusInputSchemaCloudEventSchemaV10 = DomainPropertiesStatusInputSchema("CloudEventSchemaV1_0")
	DomainPropertiesStatusInputSchemaCustomEventSchema   = DomainPropertiesStatusInputSchema("CustomEventSchema")
	DomainPropertiesStatusInputSchemaEventGridSchema     = DomainPropertiesStatusInputSchema("EventGridSchema")
)
View Source
const (
	DomainPropertiesStatusProvisioningStateCanceled  = DomainPropertiesStatusProvisioningState("Canceled")
	DomainPropertiesStatusProvisioningStateCreating  = DomainPropertiesStatusProvisioningState("Creating")
	DomainPropertiesStatusProvisioningStateDeleting  = DomainPropertiesStatusProvisioningState("Deleting")
	DomainPropertiesStatusProvisioningStateFailed    = DomainPropertiesStatusProvisioningState("Failed")
	DomainPropertiesStatusProvisioningStateSucceeded = DomainPropertiesStatusProvisioningState("Succeeded")
	DomainPropertiesStatusProvisioningStateUpdating  = DomainPropertiesStatusProvisioningState("Updating")
)
View Source
const (
	DomainPropertiesStatusPublicNetworkAccessDisabled = DomainPropertiesStatusPublicNetworkAccess("Disabled")
	DomainPropertiesStatusPublicNetworkAccessEnabled  = DomainPropertiesStatusPublicNetworkAccess("Enabled")
)
View Source
const (
	EventSubscriptionPropertiesEventDeliverySchemaCloudEventSchemaV10 = EventSubscriptionPropertiesEventDeliverySchema("CloudEventSchemaV1_0")
	EventSubscriptionPropertiesEventDeliverySchemaCustomInputSchema   = EventSubscriptionPropertiesEventDeliverySchema("CustomInputSchema")
	EventSubscriptionPropertiesEventDeliverySchemaEventGridSchema     = EventSubscriptionPropertiesEventDeliverySchema("EventGridSchema")
)
View Source
const (
	EventSubscriptionPropertiesStatusEventDeliverySchemaCloudEventSchemaV10 = EventSubscriptionPropertiesStatusEventDeliverySchema("CloudEventSchemaV1_0")
	EventSubscriptionPropertiesStatusEventDeliverySchemaCustomInputSchema   = EventSubscriptionPropertiesStatusEventDeliverySchema("CustomInputSchema")
	EventSubscriptionPropertiesStatusEventDeliverySchemaEventGridSchema     = EventSubscriptionPropertiesStatusEventDeliverySchema("EventGridSchema")
)
View Source
const (
	EventSubscriptionPropertiesStatusProvisioningStateAwaitingManualAction = EventSubscriptionPropertiesStatusProvisioningState("AwaitingManualAction")
	EventSubscriptionPropertiesStatusProvisioningStateCanceled             = EventSubscriptionPropertiesStatusProvisioningState("Canceled")
	EventSubscriptionPropertiesStatusProvisioningStateCreating             = EventSubscriptionPropertiesStatusProvisioningState("Creating")
	EventSubscriptionPropertiesStatusProvisioningStateDeleting             = EventSubscriptionPropertiesStatusProvisioningState("Deleting")
	EventSubscriptionPropertiesStatusProvisioningStateFailed               = EventSubscriptionPropertiesStatusProvisioningState("Failed")
	EventSubscriptionPropertiesStatusProvisioningStateSucceeded            = EventSubscriptionPropertiesStatusProvisioningState("Succeeded")
	EventSubscriptionPropertiesStatusProvisioningStateUpdating             = EventSubscriptionPropertiesStatusProvisioningState("Updating")
)
View Source
const (
	EventSubscriptionDestinationStatusEndpointTypeAzureFunction    = EventSubscriptionDestinationStatusEndpointType("AzureFunction")
	EventSubscriptionDestinationStatusEndpointTypeEventHub         = EventSubscriptionDestinationStatusEndpointType("EventHub")
	EventSubscriptionDestinationStatusEndpointTypeHybridConnection = EventSubscriptionDestinationStatusEndpointType("HybridConnection")
	EventSubscriptionDestinationStatusEndpointTypeServiceBusQueue  = EventSubscriptionDestinationStatusEndpointType("ServiceBusQueue")
	EventSubscriptionDestinationStatusEndpointTypeServiceBusTopic  = EventSubscriptionDestinationStatusEndpointType("ServiceBusTopic")
	EventSubscriptionDestinationStatusEndpointTypeStorageQueue     = EventSubscriptionDestinationStatusEndpointType("StorageQueue")
	EventSubscriptionDestinationStatusEndpointTypeWebHook          = EventSubscriptionDestinationStatusEndpointType("WebHook")
)
View Source
const (
	AdvancedFilterStatusOperatorTypeBoolEquals                = AdvancedFilterStatusOperatorType("BoolEquals")
	AdvancedFilterStatusOperatorTypeNumberGreaterThan         = AdvancedFilterStatusOperatorType("NumberGreaterThan")
	AdvancedFilterStatusOperatorTypeNumberGreaterThanOrEquals = AdvancedFilterStatusOperatorType("NumberGreaterThanOrEquals")
	AdvancedFilterStatusOperatorTypeNumberIn                  = AdvancedFilterStatusOperatorType("NumberIn")
	AdvancedFilterStatusOperatorTypeNumberLessThan            = AdvancedFilterStatusOperatorType("NumberLessThan")
	AdvancedFilterStatusOperatorTypeNumberLessThanOrEquals    = AdvancedFilterStatusOperatorType("NumberLessThanOrEquals")
	AdvancedFilterStatusOperatorTypeNumberNotIn               = AdvancedFilterStatusOperatorType("NumberNotIn")
	AdvancedFilterStatusOperatorTypeStringBeginsWith          = AdvancedFilterStatusOperatorType("StringBeginsWith")
	AdvancedFilterStatusOperatorTypeStringContains            = AdvancedFilterStatusOperatorType("StringContains")
	AdvancedFilterStatusOperatorTypeStringEndsWith            = AdvancedFilterStatusOperatorType("StringEndsWith")
	AdvancedFilterStatusOperatorTypeStringIn                  = AdvancedFilterStatusOperatorType("StringIn")
	AdvancedFilterStatusOperatorTypeStringNotIn               = AdvancedFilterStatusOperatorType("StringNotIn")
)
View Source
const (
	TopicPropertiesStatusInputSchemaCloudEventSchemaV10 = TopicPropertiesStatusInputSchema("CloudEventSchemaV1_0")
	TopicPropertiesStatusInputSchemaCustomEventSchema   = TopicPropertiesStatusInputSchema("CustomEventSchema")
	TopicPropertiesStatusInputSchemaEventGridSchema     = TopicPropertiesStatusInputSchema("EventGridSchema")
)
View Source
const (
	TopicPropertiesStatusProvisioningStateCanceled  = TopicPropertiesStatusProvisioningState("Canceled")
	TopicPropertiesStatusProvisioningStateCreating  = TopicPropertiesStatusProvisioningState("Creating")
	TopicPropertiesStatusProvisioningStateDeleting  = TopicPropertiesStatusProvisioningState("Deleting")
	TopicPropertiesStatusProvisioningStateFailed    = TopicPropertiesStatusProvisioningState("Failed")
	TopicPropertiesStatusProvisioningStateSucceeded = TopicPropertiesStatusProvisioningState("Succeeded")
	TopicPropertiesStatusProvisioningStateUpdating  = TopicPropertiesStatusProvisioningState("Updating")
)
View Source
const (
	TopicPropertiesStatusPublicNetworkAccessDisabled = TopicPropertiesStatusPublicNetworkAccess("Disabled")
	TopicPropertiesStatusPublicNetworkAccessEnabled  = TopicPropertiesStatusPublicNetworkAccess("Enabled")
)
View Source
const APIVersionValue = APIVersion("2020-06-01")
View Source
const AdvancedFilterBoolEqualsOperatorTypeBoolEquals = AdvancedFilterBoolEqualsOperatorType("BoolEquals")
View Source
const AdvancedFilterNumberGreaterThanOperatorTypeNumberGreaterThan = AdvancedFilterNumberGreaterThanOperatorType("NumberGreaterThan")
View Source
const AdvancedFilterNumberGreaterThanOrEqualsOperatorTypeNumberGreaterThanOrEquals = AdvancedFilterNumberGreaterThanOrEqualsOperatorType("NumberGreaterThanOrEquals")
View Source
const AdvancedFilterNumberInOperatorTypeNumberIn = AdvancedFilterNumberInOperatorType("NumberIn")
View Source
const AdvancedFilterNumberLessThanOperatorTypeNumberLessThan = AdvancedFilterNumberLessThanOperatorType("NumberLessThan")
View Source
const AdvancedFilterNumberLessThanOrEqualsOperatorTypeNumberLessThanOrEquals = AdvancedFilterNumberLessThanOrEqualsOperatorType("NumberLessThanOrEquals")
View Source
const AdvancedFilterNumberNotInOperatorTypeNumberNotIn = AdvancedFilterNumberNotInOperatorType("NumberNotIn")
View Source
const AdvancedFilterStringBeginsWithOperatorTypeStringBeginsWith = AdvancedFilterStringBeginsWithOperatorType("StringBeginsWith")
View Source
const AdvancedFilterStringContainsOperatorTypeStringContains = AdvancedFilterStringContainsOperatorType("StringContains")
View Source
const AdvancedFilterStringEndsWithOperatorTypeStringEndsWith = AdvancedFilterStringEndsWithOperatorType("StringEndsWith")
View Source
const AdvancedFilterStringInOperatorTypeStringIn = AdvancedFilterStringInOperatorType("StringIn")
View Source
const AdvancedFilterStringNotInOperatorTypeStringNotIn = AdvancedFilterStringNotInOperatorType("StringNotIn")
View Source
const AzureFunctionEventSubscriptionDestinationEndpointTypeAzureFunction = AzureFunctionEventSubscriptionDestinationEndpointType("AzureFunction")
View Source
const DeadLetterDestinationStatusEndpointTypeStorageBlob = DeadLetterDestinationStatusEndpointType("StorageBlob")
View Source
const EventHubEventSubscriptionDestinationEndpointTypeEventHub = EventHubEventSubscriptionDestinationEndpointType("EventHub")
View Source
const HybridConnectionEventSubscriptionDestinationEndpointTypeHybridConnection = HybridConnectionEventSubscriptionDestinationEndpointType("HybridConnection")
View Source
const InboundIpRuleActionAllow = InboundIpRuleAction("Allow")
View Source
const InboundIpRuleStatusActionAllow = InboundIpRuleStatusAction("Allow")
View Source
const InputSchemaMappingStatusInputSchemaMappingTypeJson = InputSchemaMappingStatusInputSchemaMappingType("Json")
View Source
const JsonInputSchemaMappingInputSchemaMappingTypeJson = JsonInputSchemaMappingInputSchemaMappingType("Json")
View Source
const ServiceBusQueueEventSubscriptionDestinationEndpointTypeServiceBusQueue = ServiceBusQueueEventSubscriptionDestinationEndpointType("ServiceBusQueue")
View Source
const ServiceBusTopicEventSubscriptionDestinationEndpointTypeServiceBusTopic = ServiceBusTopicEventSubscriptionDestinationEndpointType("ServiceBusTopic")
View Source
const StorageBlobDeadLetterDestinationEndpointTypeStorageBlob = StorageBlobDeadLetterDestinationEndpointType("StorageBlob")
View Source
const StorageQueueEventSubscriptionDestinationEndpointTypeStorageQueue = StorageQueueEventSubscriptionDestinationEndpointType("StorageQueue")
View Source
const WebHookEventSubscriptionDestinationEndpointTypeWebHook = WebHookEventSubscriptionDestinationEndpointType("WebHook")

Variables

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

	// 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 v1beta20200601.APIVersion instead +kubebuilder:validation:Enum={"2020-06-01"}

type AdvancedFilter

type AdvancedFilter struct {
	BoolEquals                *AdvancedFilter_BoolEquals                `json:"boolEqualsAdvancedFilter,omitempty"`
	NumberGreaterThan         *AdvancedFilter_NumberGreaterThan         `json:"numberGreaterThanAdvancedFilter,omitempty"`
	NumberGreaterThanOrEquals *AdvancedFilter_NumberGreaterThanOrEquals `json:"numberGreaterThanOrEqualsAdvancedFilter,omitempty"`
	NumberIn                  *AdvancedFilter_NumberIn                  `json:"numberInAdvancedFilter,omitempty"`
	NumberLessThan            *AdvancedFilter_NumberLessThan            `json:"numberLessThanAdvancedFilter,omitempty"`
	NumberLessThanOrEquals    *AdvancedFilter_NumberLessThanOrEquals    `json:"numberLessThanOrEqualsAdvancedFilter,omitempty"`
	NumberNotIn               *AdvancedFilter_NumberNotIn               `json:"numberNotInAdvancedFilter,omitempty"`
	StringBeginsWith          *AdvancedFilter_StringBeginsWith          `json:"stringBeginsWithAdvancedFilter,omitempty"`
	StringContains            *AdvancedFilter_StringContains            `json:"stringContainsAdvancedFilter,omitempty"`
	StringEndsWith            *AdvancedFilter_StringEndsWith            `json:"stringEndsWithAdvancedFilter,omitempty"`
	StringIn                  *AdvancedFilter_StringIn                  `json:"stringInAdvancedFilter,omitempty"`
	StringNotIn               *AdvancedFilter_StringNotIn               `json:"stringNotInAdvancedFilter,omitempty"`
}

Deprecated version of AdvancedFilter. Use v1beta20200601.AdvancedFilter instead

func (*AdvancedFilter) AssignPropertiesFromAdvancedFilter

func (filter *AdvancedFilter) AssignPropertiesFromAdvancedFilter(source *alpha20200601s.AdvancedFilter) error

AssignPropertiesFromAdvancedFilter populates our AdvancedFilter from the provided source AdvancedFilter

func (*AdvancedFilter) AssignPropertiesToAdvancedFilter

func (filter *AdvancedFilter) AssignPropertiesToAdvancedFilter(destination *alpha20200601s.AdvancedFilter) error

AssignPropertiesToAdvancedFilter populates the provided destination AdvancedFilter from our AdvancedFilter

func (*AdvancedFilter) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AdvancedFilter) DeepCopy

func (in *AdvancedFilter) DeepCopy() *AdvancedFilter

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

func (*AdvancedFilter) DeepCopyInto

func (in *AdvancedFilter) DeepCopyInto(out *AdvancedFilter)

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

func (*AdvancedFilter) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AdvancedFilter) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AdvancedFilterARM

type AdvancedFilterARM struct {
	BoolEquals                *AdvancedFilter_BoolEqualsARM                `json:"boolEqualsAdvancedFilter,omitempty"`
	NumberGreaterThan         *AdvancedFilter_NumberGreaterThanARM         `json:"numberGreaterThanAdvancedFilter,omitempty"`
	NumberGreaterThanOrEquals *AdvancedFilter_NumberGreaterThanOrEqualsARM `json:"numberGreaterThanOrEqualsAdvancedFilter,omitempty"`
	NumberIn                  *AdvancedFilter_NumberInARM                  `json:"numberInAdvancedFilter,omitempty"`
	NumberLessThan            *AdvancedFilter_NumberLessThanARM            `json:"numberLessThanAdvancedFilter,omitempty"`
	NumberLessThanOrEquals    *AdvancedFilter_NumberLessThanOrEqualsARM    `json:"numberLessThanOrEqualsAdvancedFilter,omitempty"`
	NumberNotIn               *AdvancedFilter_NumberNotInARM               `json:"numberNotInAdvancedFilter,omitempty"`
	StringBeginsWith          *AdvancedFilter_StringBeginsWithARM          `json:"stringBeginsWithAdvancedFilter,omitempty"`
	StringContains            *AdvancedFilter_StringContainsARM            `json:"stringContainsAdvancedFilter,omitempty"`
	StringEndsWith            *AdvancedFilter_StringEndsWithARM            `json:"stringEndsWithAdvancedFilter,omitempty"`
	StringIn                  *AdvancedFilter_StringInARM                  `json:"stringInAdvancedFilter,omitempty"`
	StringNotIn               *AdvancedFilter_StringNotInARM               `json:"stringNotInAdvancedFilter,omitempty"`
}

Deprecated version of AdvancedFilter. Use v1beta20200601.AdvancedFilter instead

func (*AdvancedFilterARM) DeepCopy

func (in *AdvancedFilterARM) DeepCopy() *AdvancedFilterARM

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

func (*AdvancedFilterARM) DeepCopyInto

func (in *AdvancedFilterARM) DeepCopyInto(out *AdvancedFilterARM)

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

func (AdvancedFilterARM) MarshalJSON

func (filter AdvancedFilterARM) MarshalJSON() ([]byte, error)

MarshalJSON defers JSON marshaling to the first non-nil property, because AdvancedFilterARM represents a discriminated union (JSON OneOf)

func (*AdvancedFilterARM) UnmarshalJSON

func (filter *AdvancedFilterARM) UnmarshalJSON(data []byte) error

UnmarshalJSON unmarshals the AdvancedFilterARM

type AdvancedFilterBoolEqualsOperatorType

type AdvancedFilterBoolEqualsOperatorType string

Deprecated version of AdvancedFilterBoolEqualsOperatorType. Use v1beta20200601.AdvancedFilterBoolEqualsOperatorType instead +kubebuilder:validation:Enum={"BoolEquals"}

type AdvancedFilterNumberGreaterThanOperatorType

type AdvancedFilterNumberGreaterThanOperatorType string

Deprecated version of AdvancedFilterNumberGreaterThanOperatorType. Use v1beta20200601.AdvancedFilterNumberGreaterThanOperatorType instead +kubebuilder:validation:Enum={"NumberGreaterThan"}

type AdvancedFilterNumberGreaterThanOrEqualsOperatorType

type AdvancedFilterNumberGreaterThanOrEqualsOperatorType string

Deprecated version of AdvancedFilterNumberGreaterThanOrEqualsOperatorType. Use v1beta20200601.AdvancedFilterNumberGreaterThanOrEqualsOperatorType instead +kubebuilder:validation:Enum={"NumberGreaterThanOrEquals"}

type AdvancedFilterNumberInOperatorType

type AdvancedFilterNumberInOperatorType string

Deprecated version of AdvancedFilterNumberInOperatorType. Use v1beta20200601.AdvancedFilterNumberInOperatorType instead +kubebuilder:validation:Enum={"NumberIn"}

type AdvancedFilterNumberLessThanOperatorType

type AdvancedFilterNumberLessThanOperatorType string

Deprecated version of AdvancedFilterNumberLessThanOperatorType. Use v1beta20200601.AdvancedFilterNumberLessThanOperatorType instead +kubebuilder:validation:Enum={"NumberLessThan"}

type AdvancedFilterNumberLessThanOrEqualsOperatorType

type AdvancedFilterNumberLessThanOrEqualsOperatorType string

Deprecated version of AdvancedFilterNumberLessThanOrEqualsOperatorType. Use v1beta20200601.AdvancedFilterNumberLessThanOrEqualsOperatorType instead +kubebuilder:validation:Enum={"NumberLessThanOrEquals"}

type AdvancedFilterNumberNotInOperatorType

type AdvancedFilterNumberNotInOperatorType string

Deprecated version of AdvancedFilterNumberNotInOperatorType. Use v1beta20200601.AdvancedFilterNumberNotInOperatorType instead +kubebuilder:validation:Enum={"NumberNotIn"}

type AdvancedFilterStatusOperatorType

type AdvancedFilterStatusOperatorType string

Deprecated version of AdvancedFilterStatusOperatorType. Use v1beta20200601.AdvancedFilterStatusOperatorType instead

type AdvancedFilterStringBeginsWithOperatorType

type AdvancedFilterStringBeginsWithOperatorType string

Deprecated version of AdvancedFilterStringBeginsWithOperatorType. Use v1beta20200601.AdvancedFilterStringBeginsWithOperatorType instead +kubebuilder:validation:Enum={"StringBeginsWith"}

type AdvancedFilterStringContainsOperatorType

type AdvancedFilterStringContainsOperatorType string

Deprecated version of AdvancedFilterStringContainsOperatorType. Use v1beta20200601.AdvancedFilterStringContainsOperatorType instead +kubebuilder:validation:Enum={"StringContains"}

type AdvancedFilterStringEndsWithOperatorType

type AdvancedFilterStringEndsWithOperatorType string

Deprecated version of AdvancedFilterStringEndsWithOperatorType. Use v1beta20200601.AdvancedFilterStringEndsWithOperatorType instead +kubebuilder:validation:Enum={"StringEndsWith"}

type AdvancedFilterStringInOperatorType

type AdvancedFilterStringInOperatorType string

Deprecated version of AdvancedFilterStringInOperatorType. Use v1beta20200601.AdvancedFilterStringInOperatorType instead +kubebuilder:validation:Enum={"StringIn"}

type AdvancedFilterStringNotInOperatorType

type AdvancedFilterStringNotInOperatorType string

Deprecated version of AdvancedFilterStringNotInOperatorType. Use v1beta20200601.AdvancedFilterStringNotInOperatorType instead +kubebuilder:validation:Enum={"StringNotIn"}

type AdvancedFilter_BoolEquals

type AdvancedFilter_BoolEquals struct {
	Key *string `json:"key,omitempty"`

	// +kubebuilder:validation:Required
	OperatorType *AdvancedFilterBoolEqualsOperatorType `json:"operatorType,omitempty"`
	Value        *bool                                 `json:"value,omitempty"`
}

Deprecated version of AdvancedFilter_BoolEquals. Use v1beta20200601.AdvancedFilter_BoolEquals instead

func (*AdvancedFilter_BoolEquals) AssignPropertiesFromAdvancedFilterBoolEquals

func (equals *AdvancedFilter_BoolEquals) AssignPropertiesFromAdvancedFilterBoolEquals(source *alpha20200601s.AdvancedFilter_BoolEquals) error

AssignPropertiesFromAdvancedFilterBoolEquals populates our AdvancedFilter_BoolEquals from the provided source AdvancedFilter_BoolEquals

func (*AdvancedFilter_BoolEquals) AssignPropertiesToAdvancedFilterBoolEquals

func (equals *AdvancedFilter_BoolEquals) AssignPropertiesToAdvancedFilterBoolEquals(destination *alpha20200601s.AdvancedFilter_BoolEquals) error

AssignPropertiesToAdvancedFilterBoolEquals populates the provided destination AdvancedFilter_BoolEquals from our AdvancedFilter_BoolEquals

func (*AdvancedFilter_BoolEquals) ConvertToARM

func (equals *AdvancedFilter_BoolEquals) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AdvancedFilter_BoolEquals) DeepCopy

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

func (*AdvancedFilter_BoolEquals) DeepCopyInto

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

func (*AdvancedFilter_BoolEquals) NewEmptyARMValue

func (equals *AdvancedFilter_BoolEquals) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AdvancedFilter_BoolEquals) PopulateFromARM

func (equals *AdvancedFilter_BoolEquals) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AdvancedFilter_BoolEqualsARM

type AdvancedFilter_BoolEqualsARM struct {
	Key          *string                              `json:"key,omitempty"`
	OperatorType AdvancedFilterBoolEqualsOperatorType `json:"operatorType,omitempty"`
	Value        *bool                                `json:"value,omitempty"`
}

Deprecated version of AdvancedFilter_BoolEquals. Use v1beta20200601.AdvancedFilter_BoolEquals instead

func (*AdvancedFilter_BoolEqualsARM) DeepCopy

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

func (*AdvancedFilter_BoolEqualsARM) DeepCopyInto

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

type AdvancedFilter_NumberGreaterThan

type AdvancedFilter_NumberGreaterThan struct {
	Key *string `json:"key,omitempty"`

	// +kubebuilder:validation:Required
	OperatorType *AdvancedFilterNumberGreaterThanOperatorType `json:"operatorType,omitempty"`
	Value        *float64                                     `json:"value,omitempty"`
}

Deprecated version of AdvancedFilter_NumberGreaterThan. Use v1beta20200601.AdvancedFilter_NumberGreaterThan instead

func (*AdvancedFilter_NumberGreaterThan) AssignPropertiesFromAdvancedFilterNumberGreaterThan

func (than *AdvancedFilter_NumberGreaterThan) AssignPropertiesFromAdvancedFilterNumberGreaterThan(source *alpha20200601s.AdvancedFilter_NumberGreaterThan) error

AssignPropertiesFromAdvancedFilterNumberGreaterThan populates our AdvancedFilter_NumberGreaterThan from the provided source AdvancedFilter_NumberGreaterThan

func (*AdvancedFilter_NumberGreaterThan) AssignPropertiesToAdvancedFilterNumberGreaterThan

func (than *AdvancedFilter_NumberGreaterThan) AssignPropertiesToAdvancedFilterNumberGreaterThan(destination *alpha20200601s.AdvancedFilter_NumberGreaterThan) error

AssignPropertiesToAdvancedFilterNumberGreaterThan populates the provided destination AdvancedFilter_NumberGreaterThan from our AdvancedFilter_NumberGreaterThan

func (*AdvancedFilter_NumberGreaterThan) ConvertToARM

func (than *AdvancedFilter_NumberGreaterThan) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AdvancedFilter_NumberGreaterThan) DeepCopy

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

func (*AdvancedFilter_NumberGreaterThan) DeepCopyInto

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

func (*AdvancedFilter_NumberGreaterThan) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AdvancedFilter_NumberGreaterThan) PopulateFromARM

func (than *AdvancedFilter_NumberGreaterThan) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AdvancedFilter_NumberGreaterThanARM

type AdvancedFilter_NumberGreaterThanARM struct {
	Key          *string                                     `json:"key,omitempty"`
	OperatorType AdvancedFilterNumberGreaterThanOperatorType `json:"operatorType,omitempty"`
	Value        *float64                                    `json:"value,omitempty"`
}

Deprecated version of AdvancedFilter_NumberGreaterThan. Use v1beta20200601.AdvancedFilter_NumberGreaterThan instead

func (*AdvancedFilter_NumberGreaterThanARM) DeepCopy

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

func (*AdvancedFilter_NumberGreaterThanARM) DeepCopyInto

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

type AdvancedFilter_NumberGreaterThanOrEquals

type AdvancedFilter_NumberGreaterThanOrEquals struct {
	Key *string `json:"key,omitempty"`

	// +kubebuilder:validation:Required
	OperatorType *AdvancedFilterNumberGreaterThanOrEqualsOperatorType `json:"operatorType,omitempty"`
	Value        *float64                                             `json:"value,omitempty"`
}

Deprecated version of AdvancedFilter_NumberGreaterThanOrEquals. Use v1beta20200601.AdvancedFilter_NumberGreaterThanOrEquals instead

func (*AdvancedFilter_NumberGreaterThanOrEquals) AssignPropertiesFromAdvancedFilterNumberGreaterThanOrEquals

func (equals *AdvancedFilter_NumberGreaterThanOrEquals) AssignPropertiesFromAdvancedFilterNumberGreaterThanOrEquals(source *alpha20200601s.AdvancedFilter_NumberGreaterThanOrEquals) error

AssignPropertiesFromAdvancedFilterNumberGreaterThanOrEquals populates our AdvancedFilter_NumberGreaterThanOrEquals from the provided source AdvancedFilter_NumberGreaterThanOrEquals

func (*AdvancedFilter_NumberGreaterThanOrEquals) AssignPropertiesToAdvancedFilterNumberGreaterThanOrEquals

func (equals *AdvancedFilter_NumberGreaterThanOrEquals) AssignPropertiesToAdvancedFilterNumberGreaterThanOrEquals(destination *alpha20200601s.AdvancedFilter_NumberGreaterThanOrEquals) error

AssignPropertiesToAdvancedFilterNumberGreaterThanOrEquals populates the provided destination AdvancedFilter_NumberGreaterThanOrEquals from our AdvancedFilter_NumberGreaterThanOrEquals

func (*AdvancedFilter_NumberGreaterThanOrEquals) ConvertToARM

func (equals *AdvancedFilter_NumberGreaterThanOrEquals) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AdvancedFilter_NumberGreaterThanOrEquals) DeepCopy

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

func (*AdvancedFilter_NumberGreaterThanOrEquals) DeepCopyInto

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

func (*AdvancedFilter_NumberGreaterThanOrEquals) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AdvancedFilter_NumberGreaterThanOrEquals) PopulateFromARM

func (equals *AdvancedFilter_NumberGreaterThanOrEquals) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AdvancedFilter_NumberGreaterThanOrEqualsARM

type AdvancedFilter_NumberGreaterThanOrEqualsARM struct {
	Key          *string                                             `json:"key,omitempty"`
	OperatorType AdvancedFilterNumberGreaterThanOrEqualsOperatorType `json:"operatorType,omitempty"`
	Value        *float64                                            `json:"value,omitempty"`
}

Deprecated version of AdvancedFilter_NumberGreaterThanOrEquals. Use v1beta20200601.AdvancedFilter_NumberGreaterThanOrEquals instead

func (*AdvancedFilter_NumberGreaterThanOrEqualsARM) DeepCopy

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

func (*AdvancedFilter_NumberGreaterThanOrEqualsARM) DeepCopyInto

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

type AdvancedFilter_NumberIn

type AdvancedFilter_NumberIn struct {
	Key *string `json:"key,omitempty"`

	// +kubebuilder:validation:Required
	OperatorType *AdvancedFilterNumberInOperatorType `json:"operatorType,omitempty"`
	Values       []float64                           `json:"values,omitempty"`
}

Deprecated version of AdvancedFilter_NumberIn. Use v1beta20200601.AdvancedFilter_NumberIn instead

func (*AdvancedFilter_NumberIn) AssignPropertiesFromAdvancedFilterNumberIn

func (numberIn *AdvancedFilter_NumberIn) AssignPropertiesFromAdvancedFilterNumberIn(source *alpha20200601s.AdvancedFilter_NumberIn) error

AssignPropertiesFromAdvancedFilterNumberIn populates our AdvancedFilter_NumberIn from the provided source AdvancedFilter_NumberIn

func (*AdvancedFilter_NumberIn) AssignPropertiesToAdvancedFilterNumberIn

func (numberIn *AdvancedFilter_NumberIn) AssignPropertiesToAdvancedFilterNumberIn(destination *alpha20200601s.AdvancedFilter_NumberIn) error

AssignPropertiesToAdvancedFilterNumberIn populates the provided destination AdvancedFilter_NumberIn from our AdvancedFilter_NumberIn

func (*AdvancedFilter_NumberIn) ConvertToARM

func (numberIn *AdvancedFilter_NumberIn) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AdvancedFilter_NumberIn) DeepCopy

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

func (*AdvancedFilter_NumberIn) DeepCopyInto

func (in *AdvancedFilter_NumberIn) DeepCopyInto(out *AdvancedFilter_NumberIn)

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

func (*AdvancedFilter_NumberIn) NewEmptyARMValue

func (numberIn *AdvancedFilter_NumberIn) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AdvancedFilter_NumberIn) PopulateFromARM

func (numberIn *AdvancedFilter_NumberIn) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AdvancedFilter_NumberInARM

type AdvancedFilter_NumberInARM struct {
	Key          *string                            `json:"key,omitempty"`
	OperatorType AdvancedFilterNumberInOperatorType `json:"operatorType,omitempty"`
	Values       []float64                          `json:"values,omitempty"`
}

Deprecated version of AdvancedFilter_NumberIn. Use v1beta20200601.AdvancedFilter_NumberIn instead

func (*AdvancedFilter_NumberInARM) DeepCopy

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

func (*AdvancedFilter_NumberInARM) DeepCopyInto

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

type AdvancedFilter_NumberLessThan

type AdvancedFilter_NumberLessThan struct {
	Key *string `json:"key,omitempty"`

	// +kubebuilder:validation:Required
	OperatorType *AdvancedFilterNumberLessThanOperatorType `json:"operatorType,omitempty"`
	Value        *float64                                  `json:"value,omitempty"`
}

Deprecated version of AdvancedFilter_NumberLessThan. Use v1beta20200601.AdvancedFilter_NumberLessThan instead

func (*AdvancedFilter_NumberLessThan) AssignPropertiesFromAdvancedFilterNumberLessThan

func (than *AdvancedFilter_NumberLessThan) AssignPropertiesFromAdvancedFilterNumberLessThan(source *alpha20200601s.AdvancedFilter_NumberLessThan) error

AssignPropertiesFromAdvancedFilterNumberLessThan populates our AdvancedFilter_NumberLessThan from the provided source AdvancedFilter_NumberLessThan

func (*AdvancedFilter_NumberLessThan) AssignPropertiesToAdvancedFilterNumberLessThan

func (than *AdvancedFilter_NumberLessThan) AssignPropertiesToAdvancedFilterNumberLessThan(destination *alpha20200601s.AdvancedFilter_NumberLessThan) error

AssignPropertiesToAdvancedFilterNumberLessThan populates the provided destination AdvancedFilter_NumberLessThan from our AdvancedFilter_NumberLessThan

func (*AdvancedFilter_NumberLessThan) ConvertToARM

func (than *AdvancedFilter_NumberLessThan) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AdvancedFilter_NumberLessThan) DeepCopy

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

func (*AdvancedFilter_NumberLessThan) DeepCopyInto

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

func (*AdvancedFilter_NumberLessThan) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AdvancedFilter_NumberLessThan) PopulateFromARM

func (than *AdvancedFilter_NumberLessThan) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AdvancedFilter_NumberLessThanARM

type AdvancedFilter_NumberLessThanARM struct {
	Key          *string                                  `json:"key,omitempty"`
	OperatorType AdvancedFilterNumberLessThanOperatorType `json:"operatorType,omitempty"`
	Value        *float64                                 `json:"value,omitempty"`
}

Deprecated version of AdvancedFilter_NumberLessThan. Use v1beta20200601.AdvancedFilter_NumberLessThan instead

func (*AdvancedFilter_NumberLessThanARM) DeepCopy

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

func (*AdvancedFilter_NumberLessThanARM) DeepCopyInto

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

type AdvancedFilter_NumberLessThanOrEquals

type AdvancedFilter_NumberLessThanOrEquals struct {
	Key *string `json:"key,omitempty"`

	// +kubebuilder:validation:Required
	OperatorType *AdvancedFilterNumberLessThanOrEqualsOperatorType `json:"operatorType,omitempty"`
	Value        *float64                                          `json:"value,omitempty"`
}

Deprecated version of AdvancedFilter_NumberLessThanOrEquals. Use v1beta20200601.AdvancedFilter_NumberLessThanOrEquals instead

func (*AdvancedFilter_NumberLessThanOrEquals) AssignPropertiesFromAdvancedFilterNumberLessThanOrEquals

func (equals *AdvancedFilter_NumberLessThanOrEquals) AssignPropertiesFromAdvancedFilterNumberLessThanOrEquals(source *alpha20200601s.AdvancedFilter_NumberLessThanOrEquals) error

AssignPropertiesFromAdvancedFilterNumberLessThanOrEquals populates our AdvancedFilter_NumberLessThanOrEquals from the provided source AdvancedFilter_NumberLessThanOrEquals

func (*AdvancedFilter_NumberLessThanOrEquals) AssignPropertiesToAdvancedFilterNumberLessThanOrEquals

func (equals *AdvancedFilter_NumberLessThanOrEquals) AssignPropertiesToAdvancedFilterNumberLessThanOrEquals(destination *alpha20200601s.AdvancedFilter_NumberLessThanOrEquals) error

AssignPropertiesToAdvancedFilterNumberLessThanOrEquals populates the provided destination AdvancedFilter_NumberLessThanOrEquals from our AdvancedFilter_NumberLessThanOrEquals

func (*AdvancedFilter_NumberLessThanOrEquals) ConvertToARM

func (equals *AdvancedFilter_NumberLessThanOrEquals) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AdvancedFilter_NumberLessThanOrEquals) DeepCopy

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

func (*AdvancedFilter_NumberLessThanOrEquals) DeepCopyInto

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

func (*AdvancedFilter_NumberLessThanOrEquals) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AdvancedFilter_NumberLessThanOrEquals) PopulateFromARM

func (equals *AdvancedFilter_NumberLessThanOrEquals) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AdvancedFilter_NumberLessThanOrEqualsARM

type AdvancedFilter_NumberLessThanOrEqualsARM struct {
	Key          *string                                          `json:"key,omitempty"`
	OperatorType AdvancedFilterNumberLessThanOrEqualsOperatorType `json:"operatorType,omitempty"`
	Value        *float64                                         `json:"value,omitempty"`
}

Deprecated version of AdvancedFilter_NumberLessThanOrEquals. Use v1beta20200601.AdvancedFilter_NumberLessThanOrEquals instead

func (*AdvancedFilter_NumberLessThanOrEqualsARM) DeepCopy

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

func (*AdvancedFilter_NumberLessThanOrEqualsARM) DeepCopyInto

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

type AdvancedFilter_NumberNotIn

type AdvancedFilter_NumberNotIn struct {
	Key *string `json:"key,omitempty"`

	// +kubebuilder:validation:Required
	OperatorType *AdvancedFilterNumberNotInOperatorType `json:"operatorType,omitempty"`
	Values       []float64                              `json:"values,omitempty"`
}

Deprecated version of AdvancedFilter_NumberNotIn. Use v1beta20200601.AdvancedFilter_NumberNotIn instead

func (*AdvancedFilter_NumberNotIn) AssignPropertiesFromAdvancedFilterNumberNotIn

func (notIn *AdvancedFilter_NumberNotIn) AssignPropertiesFromAdvancedFilterNumberNotIn(source *alpha20200601s.AdvancedFilter_NumberNotIn) error

AssignPropertiesFromAdvancedFilterNumberNotIn populates our AdvancedFilter_NumberNotIn from the provided source AdvancedFilter_NumberNotIn

func (*AdvancedFilter_NumberNotIn) AssignPropertiesToAdvancedFilterNumberNotIn

func (notIn *AdvancedFilter_NumberNotIn) AssignPropertiesToAdvancedFilterNumberNotIn(destination *alpha20200601s.AdvancedFilter_NumberNotIn) error

AssignPropertiesToAdvancedFilterNumberNotIn populates the provided destination AdvancedFilter_NumberNotIn from our AdvancedFilter_NumberNotIn

func (*AdvancedFilter_NumberNotIn) ConvertToARM

func (notIn *AdvancedFilter_NumberNotIn) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AdvancedFilter_NumberNotIn) DeepCopy

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

func (*AdvancedFilter_NumberNotIn) DeepCopyInto

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

func (*AdvancedFilter_NumberNotIn) NewEmptyARMValue

func (notIn *AdvancedFilter_NumberNotIn) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AdvancedFilter_NumberNotIn) PopulateFromARM

func (notIn *AdvancedFilter_NumberNotIn) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AdvancedFilter_NumberNotInARM

type AdvancedFilter_NumberNotInARM struct {
	Key          *string                               `json:"key,omitempty"`
	OperatorType AdvancedFilterNumberNotInOperatorType `json:"operatorType,omitempty"`
	Values       []float64                             `json:"values,omitempty"`
}

Deprecated version of AdvancedFilter_NumberNotIn. Use v1beta20200601.AdvancedFilter_NumberNotIn instead

func (*AdvancedFilter_NumberNotInARM) DeepCopy

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

func (*AdvancedFilter_NumberNotInARM) DeepCopyInto

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

type AdvancedFilter_Status

type AdvancedFilter_Status struct {
	Key          *string                           `json:"key,omitempty"`
	OperatorType *AdvancedFilterStatusOperatorType `json:"operatorType,omitempty"`
}

Deprecated version of AdvancedFilter_Status. Use v1beta20200601.AdvancedFilter_Status instead

func (*AdvancedFilter_Status) AssignPropertiesFromAdvancedFilterStatus

func (filter *AdvancedFilter_Status) AssignPropertiesFromAdvancedFilterStatus(source *alpha20200601s.AdvancedFilter_Status) error

AssignPropertiesFromAdvancedFilterStatus populates our AdvancedFilter_Status from the provided source AdvancedFilter_Status

func (*AdvancedFilter_Status) AssignPropertiesToAdvancedFilterStatus

func (filter *AdvancedFilter_Status) AssignPropertiesToAdvancedFilterStatus(destination *alpha20200601s.AdvancedFilter_Status) error

AssignPropertiesToAdvancedFilterStatus populates the provided destination AdvancedFilter_Status from our AdvancedFilter_Status

func (*AdvancedFilter_Status) DeepCopy

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

func (*AdvancedFilter_Status) DeepCopyInto

func (in *AdvancedFilter_Status) DeepCopyInto(out *AdvancedFilter_Status)

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

func (*AdvancedFilter_Status) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AdvancedFilter_Status) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AdvancedFilter_StatusARM

type AdvancedFilter_StatusARM struct {
	Key          *string                           `json:"key,omitempty"`
	OperatorType *AdvancedFilterStatusOperatorType `json:"operatorType,omitempty"`
}

Deprecated version of AdvancedFilter_Status. Use v1beta20200601.AdvancedFilter_Status instead

func (*AdvancedFilter_StatusARM) DeepCopy

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

func (*AdvancedFilter_StatusARM) DeepCopyInto

func (in *AdvancedFilter_StatusARM) DeepCopyInto(out *AdvancedFilter_StatusARM)

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

type AdvancedFilter_StringBeginsWith

type AdvancedFilter_StringBeginsWith struct {
	Key *string `json:"key,omitempty"`

	// +kubebuilder:validation:Required
	OperatorType *AdvancedFilterStringBeginsWithOperatorType `json:"operatorType,omitempty"`
	Values       []string                                    `json:"values,omitempty"`
}

Deprecated version of AdvancedFilter_StringBeginsWith. Use v1beta20200601.AdvancedFilter_StringBeginsWith instead

func (*AdvancedFilter_StringBeginsWith) AssignPropertiesFromAdvancedFilterStringBeginsWith

func (with *AdvancedFilter_StringBeginsWith) AssignPropertiesFromAdvancedFilterStringBeginsWith(source *alpha20200601s.AdvancedFilter_StringBeginsWith) error

AssignPropertiesFromAdvancedFilterStringBeginsWith populates our AdvancedFilter_StringBeginsWith from the provided source AdvancedFilter_StringBeginsWith

func (*AdvancedFilter_StringBeginsWith) AssignPropertiesToAdvancedFilterStringBeginsWith

func (with *AdvancedFilter_StringBeginsWith) AssignPropertiesToAdvancedFilterStringBeginsWith(destination *alpha20200601s.AdvancedFilter_StringBeginsWith) error

AssignPropertiesToAdvancedFilterStringBeginsWith populates the provided destination AdvancedFilter_StringBeginsWith from our AdvancedFilter_StringBeginsWith

func (*AdvancedFilter_StringBeginsWith) ConvertToARM

func (with *AdvancedFilter_StringBeginsWith) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AdvancedFilter_StringBeginsWith) DeepCopy

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

func (*AdvancedFilter_StringBeginsWith) DeepCopyInto

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

func (*AdvancedFilter_StringBeginsWith) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AdvancedFilter_StringBeginsWith) PopulateFromARM

func (with *AdvancedFilter_StringBeginsWith) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AdvancedFilter_StringBeginsWithARM

type AdvancedFilter_StringBeginsWithARM struct {
	Key          *string                                    `json:"key,omitempty"`
	OperatorType AdvancedFilterStringBeginsWithOperatorType `json:"operatorType,omitempty"`
	Values       []string                                   `json:"values,omitempty"`
}

Deprecated version of AdvancedFilter_StringBeginsWith. Use v1beta20200601.AdvancedFilter_StringBeginsWith instead

func (*AdvancedFilter_StringBeginsWithARM) DeepCopy

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

func (*AdvancedFilter_StringBeginsWithARM) DeepCopyInto

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

type AdvancedFilter_StringContains

type AdvancedFilter_StringContains struct {
	Key *string `json:"key,omitempty"`

	// +kubebuilder:validation:Required
	OperatorType *AdvancedFilterStringContainsOperatorType `json:"operatorType,omitempty"`
	Values       []string                                  `json:"values,omitempty"`
}

Deprecated version of AdvancedFilter_StringContains. Use v1beta20200601.AdvancedFilter_StringContains instead

func (*AdvancedFilter_StringContains) AssignPropertiesFromAdvancedFilterStringContains

func (contains *AdvancedFilter_StringContains) AssignPropertiesFromAdvancedFilterStringContains(source *alpha20200601s.AdvancedFilter_StringContains) error

AssignPropertiesFromAdvancedFilterStringContains populates our AdvancedFilter_StringContains from the provided source AdvancedFilter_StringContains

func (*AdvancedFilter_StringContains) AssignPropertiesToAdvancedFilterStringContains

func (contains *AdvancedFilter_StringContains) AssignPropertiesToAdvancedFilterStringContains(destination *alpha20200601s.AdvancedFilter_StringContains) error

AssignPropertiesToAdvancedFilterStringContains populates the provided destination AdvancedFilter_StringContains from our AdvancedFilter_StringContains

func (*AdvancedFilter_StringContains) ConvertToARM

func (contains *AdvancedFilter_StringContains) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AdvancedFilter_StringContains) DeepCopy

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

func (*AdvancedFilter_StringContains) DeepCopyInto

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

func (*AdvancedFilter_StringContains) NewEmptyARMValue

func (contains *AdvancedFilter_StringContains) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AdvancedFilter_StringContains) PopulateFromARM

func (contains *AdvancedFilter_StringContains) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AdvancedFilter_StringContainsARM

type AdvancedFilter_StringContainsARM struct {
	Key          *string                                  `json:"key,omitempty"`
	OperatorType AdvancedFilterStringContainsOperatorType `json:"operatorType,omitempty"`
	Values       []string                                 `json:"values,omitempty"`
}

Deprecated version of AdvancedFilter_StringContains. Use v1beta20200601.AdvancedFilter_StringContains instead

func (*AdvancedFilter_StringContainsARM) DeepCopy

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

func (*AdvancedFilter_StringContainsARM) DeepCopyInto

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

type AdvancedFilter_StringEndsWith

type AdvancedFilter_StringEndsWith struct {
	Key *string `json:"key,omitempty"`

	// +kubebuilder:validation:Required
	OperatorType *AdvancedFilterStringEndsWithOperatorType `json:"operatorType,omitempty"`
	Values       []string                                  `json:"values,omitempty"`
}

Deprecated version of AdvancedFilter_StringEndsWith. Use v1beta20200601.AdvancedFilter_StringEndsWith instead

func (*AdvancedFilter_StringEndsWith) AssignPropertiesFromAdvancedFilterStringEndsWith

func (with *AdvancedFilter_StringEndsWith) AssignPropertiesFromAdvancedFilterStringEndsWith(source *alpha20200601s.AdvancedFilter_StringEndsWith) error

AssignPropertiesFromAdvancedFilterStringEndsWith populates our AdvancedFilter_StringEndsWith from the provided source AdvancedFilter_StringEndsWith

func (*AdvancedFilter_StringEndsWith) AssignPropertiesToAdvancedFilterStringEndsWith

func (with *AdvancedFilter_StringEndsWith) AssignPropertiesToAdvancedFilterStringEndsWith(destination *alpha20200601s.AdvancedFilter_StringEndsWith) error

AssignPropertiesToAdvancedFilterStringEndsWith populates the provided destination AdvancedFilter_StringEndsWith from our AdvancedFilter_StringEndsWith

func (*AdvancedFilter_StringEndsWith) ConvertToARM

func (with *AdvancedFilter_StringEndsWith) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AdvancedFilter_StringEndsWith) DeepCopy

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

func (*AdvancedFilter_StringEndsWith) DeepCopyInto

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

func (*AdvancedFilter_StringEndsWith) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AdvancedFilter_StringEndsWith) PopulateFromARM

func (with *AdvancedFilter_StringEndsWith) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AdvancedFilter_StringEndsWithARM

type AdvancedFilter_StringEndsWithARM struct {
	Key          *string                                  `json:"key,omitempty"`
	OperatorType AdvancedFilterStringEndsWithOperatorType `json:"operatorType,omitempty"`
	Values       []string                                 `json:"values,omitempty"`
}

Deprecated version of AdvancedFilter_StringEndsWith. Use v1beta20200601.AdvancedFilter_StringEndsWith instead

func (*AdvancedFilter_StringEndsWithARM) DeepCopy

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

func (*AdvancedFilter_StringEndsWithARM) DeepCopyInto

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

type AdvancedFilter_StringIn

type AdvancedFilter_StringIn struct {
	Key *string `json:"key,omitempty"`

	// +kubebuilder:validation:Required
	OperatorType *AdvancedFilterStringInOperatorType `json:"operatorType,omitempty"`
	Values       []string                            `json:"values,omitempty"`
}

Deprecated version of AdvancedFilter_StringIn. Use v1beta20200601.AdvancedFilter_StringIn instead

func (*AdvancedFilter_StringIn) AssignPropertiesFromAdvancedFilterStringIn

func (stringIn *AdvancedFilter_StringIn) AssignPropertiesFromAdvancedFilterStringIn(source *alpha20200601s.AdvancedFilter_StringIn) error

AssignPropertiesFromAdvancedFilterStringIn populates our AdvancedFilter_StringIn from the provided source AdvancedFilter_StringIn

func (*AdvancedFilter_StringIn) AssignPropertiesToAdvancedFilterStringIn

func (stringIn *AdvancedFilter_StringIn) AssignPropertiesToAdvancedFilterStringIn(destination *alpha20200601s.AdvancedFilter_StringIn) error

AssignPropertiesToAdvancedFilterStringIn populates the provided destination AdvancedFilter_StringIn from our AdvancedFilter_StringIn

func (*AdvancedFilter_StringIn) ConvertToARM

func (stringIn *AdvancedFilter_StringIn) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AdvancedFilter_StringIn) DeepCopy

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

func (*AdvancedFilter_StringIn) DeepCopyInto

func (in *AdvancedFilter_StringIn) DeepCopyInto(out *AdvancedFilter_StringIn)

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

func (*AdvancedFilter_StringIn) NewEmptyARMValue

func (stringIn *AdvancedFilter_StringIn) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AdvancedFilter_StringIn) PopulateFromARM

func (stringIn *AdvancedFilter_StringIn) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AdvancedFilter_StringInARM

type AdvancedFilter_StringInARM struct {
	Key          *string                            `json:"key,omitempty"`
	OperatorType AdvancedFilterStringInOperatorType `json:"operatorType,omitempty"`
	Values       []string                           `json:"values,omitempty"`
}

Deprecated version of AdvancedFilter_StringIn. Use v1beta20200601.AdvancedFilter_StringIn instead

func (*AdvancedFilter_StringInARM) DeepCopy

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

func (*AdvancedFilter_StringInARM) DeepCopyInto

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

type AdvancedFilter_StringNotIn

type AdvancedFilter_StringNotIn struct {
	Key *string `json:"key,omitempty"`

	// +kubebuilder:validation:Required
	OperatorType *AdvancedFilterStringNotInOperatorType `json:"operatorType,omitempty"`
	Values       []string                               `json:"values,omitempty"`
}

Deprecated version of AdvancedFilter_StringNotIn. Use v1beta20200601.AdvancedFilter_StringNotIn instead

func (*AdvancedFilter_StringNotIn) AssignPropertiesFromAdvancedFilterStringNotIn

func (notIn *AdvancedFilter_StringNotIn) AssignPropertiesFromAdvancedFilterStringNotIn(source *alpha20200601s.AdvancedFilter_StringNotIn) error

AssignPropertiesFromAdvancedFilterStringNotIn populates our AdvancedFilter_StringNotIn from the provided source AdvancedFilter_StringNotIn

func (*AdvancedFilter_StringNotIn) AssignPropertiesToAdvancedFilterStringNotIn

func (notIn *AdvancedFilter_StringNotIn) AssignPropertiesToAdvancedFilterStringNotIn(destination *alpha20200601s.AdvancedFilter_StringNotIn) error

AssignPropertiesToAdvancedFilterStringNotIn populates the provided destination AdvancedFilter_StringNotIn from our AdvancedFilter_StringNotIn

func (*AdvancedFilter_StringNotIn) ConvertToARM

func (notIn *AdvancedFilter_StringNotIn) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AdvancedFilter_StringNotIn) DeepCopy

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

func (*AdvancedFilter_StringNotIn) DeepCopyInto

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

func (*AdvancedFilter_StringNotIn) NewEmptyARMValue

func (notIn *AdvancedFilter_StringNotIn) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AdvancedFilter_StringNotIn) PopulateFromARM

func (notIn *AdvancedFilter_StringNotIn) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AdvancedFilter_StringNotInARM

type AdvancedFilter_StringNotInARM struct {
	Key          *string                               `json:"key,omitempty"`
	OperatorType AdvancedFilterStringNotInOperatorType `json:"operatorType,omitempty"`
	Values       []string                              `json:"values,omitempty"`
}

Deprecated version of AdvancedFilter_StringNotIn. Use v1beta20200601.AdvancedFilter_StringNotIn instead

func (*AdvancedFilter_StringNotInARM) DeepCopy

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

func (*AdvancedFilter_StringNotInARM) DeepCopyInto

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

type AzureFunctionEventSubscriptionDestination

type AzureFunctionEventSubscriptionDestination struct {
	// +kubebuilder:validation:Required
	EndpointType *AzureFunctionEventSubscriptionDestinationEndpointType `json:"endpointType,omitempty"`
	Properties   *AzureFunctionEventSubscriptionDestinationProperties   `json:"properties,omitempty"`
}

Deprecated version of AzureFunctionEventSubscriptionDestination. Use v1beta20200601.AzureFunctionEventSubscriptionDestination instead

func (*AzureFunctionEventSubscriptionDestination) AssignPropertiesFromAzureFunctionEventSubscriptionDestination

func (destination *AzureFunctionEventSubscriptionDestination) AssignPropertiesFromAzureFunctionEventSubscriptionDestination(source *alpha20200601s.AzureFunctionEventSubscriptionDestination) error

AssignPropertiesFromAzureFunctionEventSubscriptionDestination populates our AzureFunctionEventSubscriptionDestination from the provided source AzureFunctionEventSubscriptionDestination

func (*AzureFunctionEventSubscriptionDestination) AssignPropertiesToAzureFunctionEventSubscriptionDestination

func (destination *AzureFunctionEventSubscriptionDestination) AssignPropertiesToAzureFunctionEventSubscriptionDestination(target *alpha20200601s.AzureFunctionEventSubscriptionDestination) error

AssignPropertiesToAzureFunctionEventSubscriptionDestination populates the provided destination AzureFunctionEventSubscriptionDestination from our AzureFunctionEventSubscriptionDestination

func (*AzureFunctionEventSubscriptionDestination) ConvertToARM

func (destination *AzureFunctionEventSubscriptionDestination) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AzureFunctionEventSubscriptionDestination) DeepCopy

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

func (*AzureFunctionEventSubscriptionDestination) DeepCopyInto

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

func (*AzureFunctionEventSubscriptionDestination) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AzureFunctionEventSubscriptionDestination) PopulateFromARM

func (destination *AzureFunctionEventSubscriptionDestination) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AzureFunctionEventSubscriptionDestinationARM

type AzureFunctionEventSubscriptionDestinationARM struct {
	EndpointType AzureFunctionEventSubscriptionDestinationEndpointType   `json:"endpointType,omitempty"`
	Properties   *AzureFunctionEventSubscriptionDestinationPropertiesARM `json:"properties,omitempty"`
}

Deprecated version of AzureFunctionEventSubscriptionDestination. Use v1beta20200601.AzureFunctionEventSubscriptionDestination instead

func (*AzureFunctionEventSubscriptionDestinationARM) DeepCopy

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

func (*AzureFunctionEventSubscriptionDestinationARM) DeepCopyInto

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

type AzureFunctionEventSubscriptionDestinationEndpointType

type AzureFunctionEventSubscriptionDestinationEndpointType string

Deprecated version of AzureFunctionEventSubscriptionDestinationEndpointType. Use v1beta20200601.AzureFunctionEventSubscriptionDestinationEndpointType instead +kubebuilder:validation:Enum={"AzureFunction"}

type AzureFunctionEventSubscriptionDestinationProperties

type AzureFunctionEventSubscriptionDestinationProperties struct {
	MaxEventsPerBatch             *int                          `json:"maxEventsPerBatch,omitempty"`
	PreferredBatchSizeInKilobytes *int                          `json:"preferredBatchSizeInKilobytes,omitempty"`
	ResourceReference             *genruntime.ResourceReference `armReference:"ResourceId" json:"resourceReference,omitempty"`
}

Deprecated version of AzureFunctionEventSubscriptionDestinationProperties. Use v1beta20200601.AzureFunctionEventSubscriptionDestinationProperties instead

func (*AzureFunctionEventSubscriptionDestinationProperties) AssignPropertiesFromAzureFunctionEventSubscriptionDestinationProperties

func (properties *AzureFunctionEventSubscriptionDestinationProperties) AssignPropertiesFromAzureFunctionEventSubscriptionDestinationProperties(source *alpha20200601s.AzureFunctionEventSubscriptionDestinationProperties) error

AssignPropertiesFromAzureFunctionEventSubscriptionDestinationProperties populates our AzureFunctionEventSubscriptionDestinationProperties from the provided source AzureFunctionEventSubscriptionDestinationProperties

func (*AzureFunctionEventSubscriptionDestinationProperties) AssignPropertiesToAzureFunctionEventSubscriptionDestinationProperties

func (properties *AzureFunctionEventSubscriptionDestinationProperties) AssignPropertiesToAzureFunctionEventSubscriptionDestinationProperties(destination *alpha20200601s.AzureFunctionEventSubscriptionDestinationProperties) error

AssignPropertiesToAzureFunctionEventSubscriptionDestinationProperties populates the provided destination AzureFunctionEventSubscriptionDestinationProperties from our AzureFunctionEventSubscriptionDestinationProperties

func (*AzureFunctionEventSubscriptionDestinationProperties) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AzureFunctionEventSubscriptionDestinationProperties) DeepCopy

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

func (*AzureFunctionEventSubscriptionDestinationProperties) DeepCopyInto

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

func (*AzureFunctionEventSubscriptionDestinationProperties) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AzureFunctionEventSubscriptionDestinationProperties) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AzureFunctionEventSubscriptionDestinationPropertiesARM

type AzureFunctionEventSubscriptionDestinationPropertiesARM struct {
	MaxEventsPerBatch             *int    `json:"maxEventsPerBatch,omitempty"`
	PreferredBatchSizeInKilobytes *int    `json:"preferredBatchSizeInKilobytes,omitempty"`
	ResourceId                    *string `json:"resourceId,omitempty"`
}

Deprecated version of AzureFunctionEventSubscriptionDestinationProperties. Use v1beta20200601.AzureFunctionEventSubscriptionDestinationProperties instead

func (*AzureFunctionEventSubscriptionDestinationPropertiesARM) DeepCopy

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

func (*AzureFunctionEventSubscriptionDestinationPropertiesARM) DeepCopyInto

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

type DeadLetterDestinationStatusEndpointType

type DeadLetterDestinationStatusEndpointType string

Deprecated version of DeadLetterDestinationStatusEndpointType. Use v1beta20200601.DeadLetterDestinationStatusEndpointType instead

type DeadLetterDestination_Status

type DeadLetterDestination_Status struct {
	EndpointType *DeadLetterDestinationStatusEndpointType `json:"endpointType,omitempty"`
}

Deprecated version of DeadLetterDestination_Status. Use v1beta20200601.DeadLetterDestination_Status instead

func (*DeadLetterDestination_Status) AssignPropertiesFromDeadLetterDestinationStatus

func (destination *DeadLetterDestination_Status) AssignPropertiesFromDeadLetterDestinationStatus(source *alpha20200601s.DeadLetterDestination_Status) error

AssignPropertiesFromDeadLetterDestinationStatus populates our DeadLetterDestination_Status from the provided source DeadLetterDestination_Status

func (*DeadLetterDestination_Status) AssignPropertiesToDeadLetterDestinationStatus

func (destination *DeadLetterDestination_Status) AssignPropertiesToDeadLetterDestinationStatus(target *alpha20200601s.DeadLetterDestination_Status) error

AssignPropertiesToDeadLetterDestinationStatus populates the provided destination DeadLetterDestination_Status from our DeadLetterDestination_Status

func (*DeadLetterDestination_Status) DeepCopy

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

func (*DeadLetterDestination_Status) DeepCopyInto

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

func (*DeadLetterDestination_Status) NewEmptyARMValue

func (destination *DeadLetterDestination_Status) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*DeadLetterDestination_Status) PopulateFromARM

func (destination *DeadLetterDestination_Status) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type DeadLetterDestination_StatusARM

type DeadLetterDestination_StatusARM struct {
	EndpointType *DeadLetterDestinationStatusEndpointType `json:"endpointType,omitempty"`
}

Deprecated version of DeadLetterDestination_Status. Use v1beta20200601.DeadLetterDestination_Status instead

func (*DeadLetterDestination_StatusARM) DeepCopy

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

func (*DeadLetterDestination_StatusARM) DeepCopyInto

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

type Domain

type Domain struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Domains_Spec  `json:"spec,omitempty"`
	Status            Domain_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 Domain. Use v1beta20200601.Domain instead

func (*Domain) AssignPropertiesFromDomain

func (domain *Domain) AssignPropertiesFromDomain(source *alpha20200601s.Domain) error

AssignPropertiesFromDomain populates our Domain from the provided source Domain

func (*Domain) AssignPropertiesToDomain

func (domain *Domain) AssignPropertiesToDomain(destination *alpha20200601s.Domain) error

AssignPropertiesToDomain populates the provided destination Domain from our Domain

func (*Domain) AzureName

func (domain *Domain) AzureName() string

AzureName returns the Azure name of the resource

func (*Domain) ConvertFrom

func (domain *Domain) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our Domain from the provided hub Domain

func (*Domain) ConvertTo

func (domain *Domain) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub Domain from our Domain

func (*Domain) DeepCopy

func (in *Domain) DeepCopy() *Domain

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

func (*Domain) DeepCopyInto

func (in *Domain) DeepCopyInto(out *Domain)

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

func (*Domain) DeepCopyObject

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

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

func (*Domain) Default

func (domain *Domain) Default()

Default applies defaults to the Domain resource

func (Domain) GetAPIVersion

func (domain Domain) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2020-06-01"

func (*Domain) GetConditions

func (domain *Domain) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*Domain) GetResourceKind

func (domain *Domain) GetResourceKind() genruntime.ResourceKind

GetResourceKind returns the kind of the resource

func (*Domain) GetSpec

func (domain *Domain) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*Domain) GetStatus

func (domain *Domain) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*Domain) GetType

func (domain *Domain) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.EventGrid/domains"

func (*Domain) NewEmptyStatus

func (domain *Domain) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*Domain) OriginalGVK

func (domain *Domain) OriginalGVK() *schema.GroupVersionKind

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

func (*Domain) Owner

func (domain *Domain) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner, or nil if there is no owner

func (*Domain) SetConditions

func (domain *Domain) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*Domain) SetStatus

func (domain *Domain) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

func (*Domain) ValidateCreate

func (domain *Domain) ValidateCreate() error

ValidateCreate validates the creation of the resource

func (*Domain) ValidateDelete

func (domain *Domain) ValidateDelete() error

ValidateDelete validates the deletion of the resource

func (*Domain) ValidateUpdate

func (domain *Domain) ValidateUpdate(old runtime.Object) error

ValidateUpdate validates an update of the resource

type DomainList

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

+kubebuilder:object:root=true Deprecated version of Domain. Use v1beta20200601.Domain instead

func (*DomainList) DeepCopy

func (in *DomainList) DeepCopy() *DomainList

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

func (*DomainList) DeepCopyInto

func (in *DomainList) DeepCopyInto(out *DomainList)

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

func (*DomainList) DeepCopyObject

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

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

type DomainPropertiesARM

type DomainPropertiesARM struct {
	InboundIpRules      []InboundIpRuleARM                   `json:"inboundIpRules,omitempty"`
	InputSchema         *DomainPropertiesInputSchema         `json:"inputSchema,omitempty"`
	InputSchemaMapping  *JsonInputSchemaMappingARM           `json:"inputSchemaMapping,omitempty"`
	PublicNetworkAccess *DomainPropertiesPublicNetworkAccess `json:"publicNetworkAccess,omitempty"`
}

Deprecated version of DomainProperties. Use v1beta20200601.DomainProperties instead

func (*DomainPropertiesARM) DeepCopy

func (in *DomainPropertiesARM) DeepCopy() *DomainPropertiesARM

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

func (*DomainPropertiesARM) DeepCopyInto

func (in *DomainPropertiesARM) DeepCopyInto(out *DomainPropertiesARM)

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

type DomainPropertiesInputSchema

type DomainPropertiesInputSchema string

Deprecated version of DomainPropertiesInputSchema. Use v1beta20200601.DomainPropertiesInputSchema instead +kubebuilder:validation:Enum={"CloudEventSchemaV1_0","CustomEventSchema","EventGridSchema"}

type DomainPropertiesPublicNetworkAccess

type DomainPropertiesPublicNetworkAccess string

Deprecated version of DomainPropertiesPublicNetworkAccess. Use v1beta20200601.DomainPropertiesPublicNetworkAccess instead +kubebuilder:validation:Enum={"Disabled","Enabled"}

type DomainPropertiesStatusInputSchema

type DomainPropertiesStatusInputSchema string

Deprecated version of DomainPropertiesStatusInputSchema. Use v1beta20200601.DomainPropertiesStatusInputSchema instead

type DomainPropertiesStatusProvisioningState

type DomainPropertiesStatusProvisioningState string

Deprecated version of DomainPropertiesStatusProvisioningState. Use v1beta20200601.DomainPropertiesStatusProvisioningState instead

type DomainPropertiesStatusPublicNetworkAccess

type DomainPropertiesStatusPublicNetworkAccess string

Deprecated version of DomainPropertiesStatusPublicNetworkAccess. Use v1beta20200601.DomainPropertiesStatusPublicNetworkAccess instead

type DomainProperties_StatusARM

type DomainProperties_StatusARM struct {
	Endpoint                   *string                                                          `json:"endpoint,omitempty"`
	InboundIpRules             []InboundIpRule_StatusARM                                        `json:"inboundIpRules,omitempty"`
	InputSchema                *DomainPropertiesStatusInputSchema                               `json:"inputSchema,omitempty"`
	InputSchemaMapping         *InputSchemaMapping_StatusARM                                    `json:"inputSchemaMapping,omitempty"`
	MetricResourceId           *string                                                          `json:"metricResourceId,omitempty"`
	PrivateEndpointConnections []PrivateEndpointConnection_Status_Domain_SubResourceEmbeddedARM `json:"privateEndpointConnections,omitempty"`
	ProvisioningState          *DomainPropertiesStatusProvisioningState                         `json:"provisioningState,omitempty"`
	PublicNetworkAccess        *DomainPropertiesStatusPublicNetworkAccess                       `json:"publicNetworkAccess,omitempty"`
}

Deprecated version of DomainProperties_Status. Use v1beta20200601.DomainProperties_Status instead

func (*DomainProperties_StatusARM) DeepCopy

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

func (*DomainProperties_StatusARM) DeepCopyInto

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

type DomainTopicPropertiesStatusProvisioningState

type DomainTopicPropertiesStatusProvisioningState string

Deprecated version of DomainTopicPropertiesStatusProvisioningState. Use v1beta20200601.DomainTopicPropertiesStatusProvisioningState instead

type DomainTopicProperties_StatusARM

type DomainTopicProperties_StatusARM struct {
	ProvisioningState *DomainTopicPropertiesStatusProvisioningState `json:"provisioningState,omitempty"`
}

Deprecated version of DomainTopicProperties_Status. Use v1beta20200601.DomainTopicProperties_Status instead

func (*DomainTopicProperties_StatusARM) DeepCopy

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

func (*DomainTopicProperties_StatusARM) DeepCopyInto

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

type DomainTopic_Status

type DomainTopic_Status struct {
	// Conditions: The observed state of the resource
	Conditions        []conditions.Condition                        `json:"conditions,omitempty"`
	Id                *string                                       `json:"id,omitempty"`
	Name              *string                                       `json:"name,omitempty"`
	ProvisioningState *DomainTopicPropertiesStatusProvisioningState `json:"provisioningState,omitempty"`
	SystemData        *SystemData_Status                            `json:"systemData,omitempty"`
	Type              *string                                       `json:"type,omitempty"`
}

Deprecated version of DomainTopic_Status. Use v1beta20200601.DomainTopic_Status instead

func (*DomainTopic_Status) AssignPropertiesFromDomainTopicStatus

func (topic *DomainTopic_Status) AssignPropertiesFromDomainTopicStatus(source *alpha20200601s.DomainTopic_Status) error

AssignPropertiesFromDomainTopicStatus populates our DomainTopic_Status from the provided source DomainTopic_Status

func (*DomainTopic_Status) AssignPropertiesToDomainTopicStatus

func (topic *DomainTopic_Status) AssignPropertiesToDomainTopicStatus(destination *alpha20200601s.DomainTopic_Status) error

AssignPropertiesToDomainTopicStatus populates the provided destination DomainTopic_Status from our DomainTopic_Status

func (*DomainTopic_Status) ConvertStatusFrom

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

ConvertStatusFrom populates our DomainTopic_Status from the provided source

func (*DomainTopic_Status) ConvertStatusTo

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

ConvertStatusTo populates the provided destination from our DomainTopic_Status

func (*DomainTopic_Status) DeepCopy

func (in *DomainTopic_Status) DeepCopy() *DomainTopic_Status

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

func (*DomainTopic_Status) DeepCopyInto

func (in *DomainTopic_Status) DeepCopyInto(out *DomainTopic_Status)

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

func (*DomainTopic_Status) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*DomainTopic_Status) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type DomainTopic_StatusARM

type DomainTopic_StatusARM struct {
	Id         *string                          `json:"id,omitempty"`
	Name       *string                          `json:"name,omitempty"`
	Properties *DomainTopicProperties_StatusARM `json:"properties,omitempty"`
	SystemData *SystemData_StatusARM            `json:"systemData,omitempty"`
	Type       *string                          `json:"type,omitempty"`
}

Deprecated version of DomainTopic_Status. Use v1beta20200601.DomainTopic_Status instead

func (*DomainTopic_StatusARM) DeepCopy

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

func (*DomainTopic_StatusARM) DeepCopyInto

func (in *DomainTopic_StatusARM) DeepCopyInto(out *DomainTopic_StatusARM)

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

type Domain_Status

type Domain_Status struct {
	// Conditions: The observed state of the resource
	Conditions                 []conditions.Condition                                        `json:"conditions,omitempty"`
	Endpoint                   *string                                                       `json:"endpoint,omitempty"`
	Id                         *string                                                       `json:"id,omitempty"`
	InboundIpRules             []InboundIpRule_Status                                        `json:"inboundIpRules,omitempty"`
	InputSchema                *DomainPropertiesStatusInputSchema                            `json:"inputSchema,omitempty"`
	InputSchemaMapping         *InputSchemaMapping_Status                                    `json:"inputSchemaMapping,omitempty"`
	Location                   *string                                                       `json:"location,omitempty"`
	MetricResourceId           *string                                                       `json:"metricResourceId,omitempty"`
	Name                       *string                                                       `json:"name,omitempty"`
	PrivateEndpointConnections []PrivateEndpointConnection_Status_Domain_SubResourceEmbedded `json:"privateEndpointConnections,omitempty"`
	ProvisioningState          *DomainPropertiesStatusProvisioningState                      `json:"provisioningState,omitempty"`
	PublicNetworkAccess        *DomainPropertiesStatusPublicNetworkAccess                    `json:"publicNetworkAccess,omitempty"`
	SystemData                 *SystemData_Status                                            `json:"systemData,omitempty"`
	Tags                       map[string]string                                             `json:"tags,omitempty"`
	Type                       *string                                                       `json:"type,omitempty"`
}

Deprecated version of Domain_Status. Use v1beta20200601.Domain_Status instead

func (*Domain_Status) AssignPropertiesFromDomainStatus

func (domain *Domain_Status) AssignPropertiesFromDomainStatus(source *alpha20200601s.Domain_Status) error

AssignPropertiesFromDomainStatus populates our Domain_Status from the provided source Domain_Status

func (*Domain_Status) AssignPropertiesToDomainStatus

func (domain *Domain_Status) AssignPropertiesToDomainStatus(destination *alpha20200601s.Domain_Status) error

AssignPropertiesToDomainStatus populates the provided destination Domain_Status from our Domain_Status

func (*Domain_Status) ConvertStatusFrom

func (domain *Domain_Status) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our Domain_Status from the provided source

func (*Domain_Status) ConvertStatusTo

func (domain *Domain_Status) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our Domain_Status

func (*Domain_Status) DeepCopy

func (in *Domain_Status) DeepCopy() *Domain_Status

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

func (*Domain_Status) DeepCopyInto

func (in *Domain_Status) DeepCopyInto(out *Domain_Status)

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

func (*Domain_Status) NewEmptyARMValue

func (domain *Domain_Status) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Domain_Status) PopulateFromARM

func (domain *Domain_Status) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Domain_StatusARM

type Domain_StatusARM struct {
	Id         *string                     `json:"id,omitempty"`
	Location   *string                     `json:"location,omitempty"`
	Name       *string                     `json:"name,omitempty"`
	Properties *DomainProperties_StatusARM `json:"properties,omitempty"`
	SystemData *SystemData_StatusARM       `json:"systemData,omitempty"`
	Tags       map[string]string           `json:"tags,omitempty"`
	Type       *string                     `json:"type,omitempty"`
}

Deprecated version of Domain_Status. Use v1beta20200601.Domain_Status instead

func (*Domain_StatusARM) DeepCopy

func (in *Domain_StatusARM) DeepCopy() *Domain_StatusARM

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

func (*Domain_StatusARM) DeepCopyInto

func (in *Domain_StatusARM) DeepCopyInto(out *Domain_StatusARM)

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

type DomainsTopic

type DomainsTopic struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              DomainsTopics_Spec `json:"spec,omitempty"`
	Status            DomainTopic_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 DomainsTopic. Use v1beta20200601.DomainsTopic instead

func (*DomainsTopic) AssignPropertiesFromDomainsTopic

func (topic *DomainsTopic) AssignPropertiesFromDomainsTopic(source *alpha20200601s.DomainsTopic) error

AssignPropertiesFromDomainsTopic populates our DomainsTopic from the provided source DomainsTopic

func (*DomainsTopic) AssignPropertiesToDomainsTopic

func (topic *DomainsTopic) AssignPropertiesToDomainsTopic(destination *alpha20200601s.DomainsTopic) error

AssignPropertiesToDomainsTopic populates the provided destination DomainsTopic from our DomainsTopic

func (*DomainsTopic) AzureName

func (topic *DomainsTopic) AzureName() string

AzureName returns the Azure name of the resource

func (*DomainsTopic) ConvertFrom

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

ConvertFrom populates our DomainsTopic from the provided hub DomainsTopic

func (*DomainsTopic) ConvertTo

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

ConvertTo populates the provided hub DomainsTopic from our DomainsTopic

func (*DomainsTopic) DeepCopy

func (in *DomainsTopic) DeepCopy() *DomainsTopic

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

func (*DomainsTopic) DeepCopyInto

func (in *DomainsTopic) DeepCopyInto(out *DomainsTopic)

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

func (*DomainsTopic) DeepCopyObject

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

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

func (*DomainsTopic) Default

func (topic *DomainsTopic) Default()

Default applies defaults to the DomainsTopic resource

func (DomainsTopic) GetAPIVersion

func (topic DomainsTopic) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2020-06-01"

func (*DomainsTopic) GetConditions

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

GetConditions returns the conditions of the resource

func (*DomainsTopic) GetResourceKind

func (topic *DomainsTopic) GetResourceKind() genruntime.ResourceKind

GetResourceKind returns the kind of the resource

func (*DomainsTopic) GetSpec

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

GetSpec returns the specification of this resource

func (*DomainsTopic) GetStatus

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

GetStatus returns the status of this resource

func (*DomainsTopic) GetType

func (topic *DomainsTopic) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.EventGrid/domains/topics"

func (*DomainsTopic) NewEmptyStatus

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

NewEmptyStatus returns a new empty (blank) status

func (*DomainsTopic) OriginalGVK

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

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

func (*DomainsTopic) Owner

func (topic *DomainsTopic) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner, or nil if there is no owner

func (*DomainsTopic) SetConditions

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

SetConditions sets the conditions on the resource status

func (*DomainsTopic) SetStatus

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

SetStatus sets the status of this resource

func (*DomainsTopic) ValidateCreate

func (topic *DomainsTopic) ValidateCreate() error

ValidateCreate validates the creation of the resource

func (*DomainsTopic) ValidateDelete

func (topic *DomainsTopic) ValidateDelete() error

ValidateDelete validates the deletion of the resource

func (*DomainsTopic) ValidateUpdate

func (topic *DomainsTopic) ValidateUpdate(old runtime.Object) error

ValidateUpdate validates an update of the resource

type DomainsTopicList

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

+kubebuilder:object:root=true Deprecated version of DomainsTopic. Use v1beta20200601.DomainsTopic instead

func (*DomainsTopicList) DeepCopy

func (in *DomainsTopicList) DeepCopy() *DomainsTopicList

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

func (*DomainsTopicList) DeepCopyInto

func (in *DomainsTopicList) DeepCopyInto(out *DomainsTopicList)

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

func (*DomainsTopicList) DeepCopyObject

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

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

type DomainsTopics_Spec

type DomainsTopics_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"`
	Location  *string `json:"location,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 eventgrid.azure.com/Domain resource
	Owner *genruntime.KnownResourceReference `group:"eventgrid.azure.com" json:"owner,omitempty" kind:"Domain"`
	Tags  map[string]string                  `json:"tags,omitempty"`
}

func (*DomainsTopics_Spec) AssignPropertiesFromDomainsTopicsSpec

func (topics *DomainsTopics_Spec) AssignPropertiesFromDomainsTopicsSpec(source *alpha20200601s.DomainsTopics_Spec) error

AssignPropertiesFromDomainsTopicsSpec populates our DomainsTopics_Spec from the provided source DomainsTopics_Spec

func (*DomainsTopics_Spec) AssignPropertiesToDomainsTopicsSpec

func (topics *DomainsTopics_Spec) AssignPropertiesToDomainsTopicsSpec(destination *alpha20200601s.DomainsTopics_Spec) error

AssignPropertiesToDomainsTopicsSpec populates the provided destination DomainsTopics_Spec from our DomainsTopics_Spec

func (*DomainsTopics_Spec) ConvertSpecFrom

func (topics *DomainsTopics_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our DomainsTopics_Spec from the provided source

func (*DomainsTopics_Spec) ConvertSpecTo

func (topics *DomainsTopics_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our DomainsTopics_Spec

func (*DomainsTopics_Spec) ConvertToARM

func (topics *DomainsTopics_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*DomainsTopics_Spec) DeepCopy

func (in *DomainsTopics_Spec) DeepCopy() *DomainsTopics_Spec

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

func (*DomainsTopics_Spec) DeepCopyInto

func (in *DomainsTopics_Spec) DeepCopyInto(out *DomainsTopics_Spec)

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

func (*DomainsTopics_Spec) NewEmptyARMValue

func (topics *DomainsTopics_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*DomainsTopics_Spec) OriginalVersion

func (topics *DomainsTopics_Spec) OriginalVersion() string

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

func (*DomainsTopics_Spec) PopulateFromARM

func (topics *DomainsTopics_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*DomainsTopics_Spec) SetAzureName

func (topics *DomainsTopics_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type DomainsTopics_SpecARM

type DomainsTopics_SpecARM struct {
	Location *string           `json:"location,omitempty"`
	Name     string            `json:"name,omitempty"`
	Tags     map[string]string `json:"tags,omitempty"`
}

Deprecated version of DomainsTopics_Spec. Use v1beta20200601.DomainsTopics_Spec instead

func (*DomainsTopics_SpecARM) DeepCopy

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

func (*DomainsTopics_SpecARM) DeepCopyInto

func (in *DomainsTopics_SpecARM) DeepCopyInto(out *DomainsTopics_SpecARM)

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

func (DomainsTopics_SpecARM) GetAPIVersion

func (topics DomainsTopics_SpecARM) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2020-06-01"

func (*DomainsTopics_SpecARM) GetName

func (topics *DomainsTopics_SpecARM) GetName() string

GetName returns the Name of the resource

func (*DomainsTopics_SpecARM) GetType

func (topics *DomainsTopics_SpecARM) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.EventGrid/domains/topics"

type Domains_Spec

type Domains_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"`
	InboundIpRules     []InboundIpRule              `json:"inboundIpRules,omitempty"`
	InputSchema        *DomainPropertiesInputSchema `json:"inputSchema,omitempty"`
	InputSchemaMapping *JsonInputSchemaMapping      `json:"inputSchemaMapping,omitempty"`
	Location           *string                      `json:"location,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"`
	PublicNetworkAccess *DomainPropertiesPublicNetworkAccess `json:"publicNetworkAccess,omitempty"`
	Tags                map[string]string                    `json:"tags,omitempty"`
}

func (*Domains_Spec) AssignPropertiesFromDomainsSpec

func (domains *Domains_Spec) AssignPropertiesFromDomainsSpec(source *alpha20200601s.Domains_Spec) error

AssignPropertiesFromDomainsSpec populates our Domains_Spec from the provided source Domains_Spec

func (*Domains_Spec) AssignPropertiesToDomainsSpec

func (domains *Domains_Spec) AssignPropertiesToDomainsSpec(destination *alpha20200601s.Domains_Spec) error

AssignPropertiesToDomainsSpec populates the provided destination Domains_Spec from our Domains_Spec

func (*Domains_Spec) ConvertSpecFrom

func (domains *Domains_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our Domains_Spec from the provided source

func (*Domains_Spec) ConvertSpecTo

func (domains *Domains_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our Domains_Spec

func (*Domains_Spec) ConvertToARM

func (domains *Domains_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Domains_Spec) DeepCopy

func (in *Domains_Spec) DeepCopy() *Domains_Spec

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

func (*Domains_Spec) DeepCopyInto

func (in *Domains_Spec) DeepCopyInto(out *Domains_Spec)

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

func (*Domains_Spec) NewEmptyARMValue

func (domains *Domains_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Domains_Spec) OriginalVersion

func (domains *Domains_Spec) OriginalVersion() string

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

func (*Domains_Spec) PopulateFromARM

func (domains *Domains_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*Domains_Spec) SetAzureName

func (domains *Domains_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type Domains_SpecARM

type Domains_SpecARM struct {
	Location   *string              `json:"location,omitempty"`
	Name       string               `json:"name,omitempty"`
	Properties *DomainPropertiesARM `json:"properties,omitempty"`
	Tags       map[string]string    `json:"tags,omitempty"`
}

Deprecated version of Domains_Spec. Use v1beta20200601.Domains_Spec instead

func (*Domains_SpecARM) DeepCopy

func (in *Domains_SpecARM) DeepCopy() *Domains_SpecARM

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

func (*Domains_SpecARM) DeepCopyInto

func (in *Domains_SpecARM) DeepCopyInto(out *Domains_SpecARM)

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

func (Domains_SpecARM) GetAPIVersion

func (domains Domains_SpecARM) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2020-06-01"

func (*Domains_SpecARM) GetName

func (domains *Domains_SpecARM) GetName() string

GetName returns the Name of the resource

func (*Domains_SpecARM) GetType

func (domains *Domains_SpecARM) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.EventGrid/domains"

type EventHubEventSubscriptionDestination

type EventHubEventSubscriptionDestination struct {
	// +kubebuilder:validation:Required
	EndpointType *EventHubEventSubscriptionDestinationEndpointType `json:"endpointType,omitempty"`
	Properties   *EventHubEventSubscriptionDestinationProperties   `json:"properties,omitempty"`
}

Deprecated version of EventHubEventSubscriptionDestination. Use v1beta20200601.EventHubEventSubscriptionDestination instead

func (*EventHubEventSubscriptionDestination) AssignPropertiesFromEventHubEventSubscriptionDestination

func (destination *EventHubEventSubscriptionDestination) AssignPropertiesFromEventHubEventSubscriptionDestination(source *alpha20200601s.EventHubEventSubscriptionDestination) error

AssignPropertiesFromEventHubEventSubscriptionDestination populates our EventHubEventSubscriptionDestination from the provided source EventHubEventSubscriptionDestination

func (*EventHubEventSubscriptionDestination) AssignPropertiesToEventHubEventSubscriptionDestination

func (destination *EventHubEventSubscriptionDestination) AssignPropertiesToEventHubEventSubscriptionDestination(target *alpha20200601s.EventHubEventSubscriptionDestination) error

AssignPropertiesToEventHubEventSubscriptionDestination populates the provided destination EventHubEventSubscriptionDestination from our EventHubEventSubscriptionDestination

func (*EventHubEventSubscriptionDestination) ConvertToARM

func (destination *EventHubEventSubscriptionDestination) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*EventHubEventSubscriptionDestination) DeepCopy

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

func (*EventHubEventSubscriptionDestination) DeepCopyInto

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

func (*EventHubEventSubscriptionDestination) NewEmptyARMValue

func (destination *EventHubEventSubscriptionDestination) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*EventHubEventSubscriptionDestination) PopulateFromARM

func (destination *EventHubEventSubscriptionDestination) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type EventHubEventSubscriptionDestinationARM

type EventHubEventSubscriptionDestinationARM struct {
	EndpointType EventHubEventSubscriptionDestinationEndpointType   `json:"endpointType,omitempty"`
	Properties   *EventHubEventSubscriptionDestinationPropertiesARM `json:"properties,omitempty"`
}

Deprecated version of EventHubEventSubscriptionDestination. Use v1beta20200601.EventHubEventSubscriptionDestination instead

func (*EventHubEventSubscriptionDestinationARM) DeepCopy

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

func (*EventHubEventSubscriptionDestinationARM) DeepCopyInto

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

type EventHubEventSubscriptionDestinationEndpointType

type EventHubEventSubscriptionDestinationEndpointType string

Deprecated version of EventHubEventSubscriptionDestinationEndpointType. Use v1beta20200601.EventHubEventSubscriptionDestinationEndpointType instead +kubebuilder:validation:Enum={"EventHub"}

type EventHubEventSubscriptionDestinationProperties

type EventHubEventSubscriptionDestinationProperties struct {
	ResourceReference *genruntime.ResourceReference `armReference:"ResourceId" json:"resourceReference,omitempty"`
}

Deprecated version of EventHubEventSubscriptionDestinationProperties. Use v1beta20200601.EventHubEventSubscriptionDestinationProperties instead

func (*EventHubEventSubscriptionDestinationProperties) AssignPropertiesFromEventHubEventSubscriptionDestinationProperties

func (properties *EventHubEventSubscriptionDestinationProperties) AssignPropertiesFromEventHubEventSubscriptionDestinationProperties(source *alpha20200601s.EventHubEventSubscriptionDestinationProperties) error

AssignPropertiesFromEventHubEventSubscriptionDestinationProperties populates our EventHubEventSubscriptionDestinationProperties from the provided source EventHubEventSubscriptionDestinationProperties

func (*EventHubEventSubscriptionDestinationProperties) AssignPropertiesToEventHubEventSubscriptionDestinationProperties

func (properties *EventHubEventSubscriptionDestinationProperties) AssignPropertiesToEventHubEventSubscriptionDestinationProperties(destination *alpha20200601s.EventHubEventSubscriptionDestinationProperties) error

AssignPropertiesToEventHubEventSubscriptionDestinationProperties populates the provided destination EventHubEventSubscriptionDestinationProperties from our EventHubEventSubscriptionDestinationProperties

func (*EventHubEventSubscriptionDestinationProperties) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*EventHubEventSubscriptionDestinationProperties) DeepCopy

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

func (*EventHubEventSubscriptionDestinationProperties) DeepCopyInto

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

func (*EventHubEventSubscriptionDestinationProperties) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*EventHubEventSubscriptionDestinationProperties) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type EventHubEventSubscriptionDestinationPropertiesARM

type EventHubEventSubscriptionDestinationPropertiesARM struct {
	ResourceId *string `json:"resourceId,omitempty"`
}

Deprecated version of EventHubEventSubscriptionDestinationProperties. Use v1beta20200601.EventHubEventSubscriptionDestinationProperties instead

func (*EventHubEventSubscriptionDestinationPropertiesARM) DeepCopy

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

func (*EventHubEventSubscriptionDestinationPropertiesARM) DeepCopyInto

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

type EventSubscription

type EventSubscription struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              EventSubscriptions_Spec  `json:"spec,omitempty"`
	Status            EventSubscription_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 EventSubscription. Use v1beta20200601.EventSubscription instead

func (*EventSubscription) AssignPropertiesFromEventSubscription

func (subscription *EventSubscription) AssignPropertiesFromEventSubscription(source *alpha20200601s.EventSubscription) error

AssignPropertiesFromEventSubscription populates our EventSubscription from the provided source EventSubscription

func (*EventSubscription) AssignPropertiesToEventSubscription

func (subscription *EventSubscription) AssignPropertiesToEventSubscription(destination *alpha20200601s.EventSubscription) error

AssignPropertiesToEventSubscription populates the provided destination EventSubscription from our EventSubscription

func (*EventSubscription) AzureName

func (subscription *EventSubscription) AzureName() string

AzureName returns the Azure name of the resource

func (*EventSubscription) ConvertFrom

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

ConvertFrom populates our EventSubscription from the provided hub EventSubscription

func (*EventSubscription) ConvertTo

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

ConvertTo populates the provided hub EventSubscription from our EventSubscription

func (*EventSubscription) DeepCopy

func (in *EventSubscription) DeepCopy() *EventSubscription

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

func (*EventSubscription) DeepCopyInto

func (in *EventSubscription) DeepCopyInto(out *EventSubscription)

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

func (*EventSubscription) DeepCopyObject

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

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

func (*EventSubscription) Default

func (subscription *EventSubscription) Default()

Default applies defaults to the EventSubscription resource

func (EventSubscription) GetAPIVersion

func (subscription EventSubscription) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2020-06-01"

func (*EventSubscription) GetConditions

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

GetConditions returns the conditions of the resource

func (*EventSubscription) GetResourceKind

func (subscription *EventSubscription) GetResourceKind() genruntime.ResourceKind

GetResourceKind returns the kind of the resource

func (*EventSubscription) GetSpec

func (subscription *EventSubscription) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*EventSubscription) GetStatus

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

GetStatus returns the status of this resource

func (*EventSubscription) GetType

func (subscription *EventSubscription) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.EventGrid/eventSubscriptions"

func (*EventSubscription) NewEmptyStatus

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

NewEmptyStatus returns a new empty (blank) status

func (*EventSubscription) OriginalGVK

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

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

func (*EventSubscription) Owner

func (subscription *EventSubscription) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner, or nil if there is no owner

func (*EventSubscription) SetConditions

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

SetConditions sets the conditions on the resource status

func (*EventSubscription) SetStatus

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

SetStatus sets the status of this resource

func (*EventSubscription) ValidateCreate

func (subscription *EventSubscription) ValidateCreate() error

ValidateCreate validates the creation of the resource

func (*EventSubscription) ValidateDelete

func (subscription *EventSubscription) ValidateDelete() error

ValidateDelete validates the deletion of the resource

func (*EventSubscription) ValidateUpdate

func (subscription *EventSubscription) ValidateUpdate(old runtime.Object) error

ValidateUpdate validates an update of the resource

type EventSubscriptionDestination

type EventSubscriptionDestination struct {
	AzureFunction    *AzureFunctionEventSubscriptionDestination    `json:"azureFunctionEventSubscriptionDestination,omitempty"`
	EventHub         *EventHubEventSubscriptionDestination         `json:"eventHubEventSubscriptionDestination,omitempty"`
	HybridConnection *HybridConnectionEventSubscriptionDestination `json:"hybridConnectionEventSubscriptionDestination,omitempty"`
	ServiceBusQueue  *ServiceBusQueueEventSubscriptionDestination  `json:"serviceBusQueueEventSubscriptionDestination,omitempty"`
	ServiceBusTopic  *ServiceBusTopicEventSubscriptionDestination  `json:"serviceBusTopicEventSubscriptionDestination,omitempty"`
	StorageQueue     *StorageQueueEventSubscriptionDestination     `json:"storageQueueEventSubscriptionDestination,omitempty"`
	WebHook          *WebHookEventSubscriptionDestination          `json:"webHookEventSubscriptionDestination,omitempty"`
}

Deprecated version of EventSubscriptionDestination. Use v1beta20200601.EventSubscriptionDestination instead

func (*EventSubscriptionDestination) AssignPropertiesFromEventSubscriptionDestination

func (destination *EventSubscriptionDestination) AssignPropertiesFromEventSubscriptionDestination(source *alpha20200601s.EventSubscriptionDestination) error

AssignPropertiesFromEventSubscriptionDestination populates our EventSubscriptionDestination from the provided source EventSubscriptionDestination

func (*EventSubscriptionDestination) AssignPropertiesToEventSubscriptionDestination

func (destination *EventSubscriptionDestination) AssignPropertiesToEventSubscriptionDestination(target *alpha20200601s.EventSubscriptionDestination) error

AssignPropertiesToEventSubscriptionDestination populates the provided destination EventSubscriptionDestination from our EventSubscriptionDestination

func (*EventSubscriptionDestination) ConvertToARM

func (destination *EventSubscriptionDestination) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*EventSubscriptionDestination) DeepCopy

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

func (*EventSubscriptionDestination) DeepCopyInto

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

func (*EventSubscriptionDestination) NewEmptyARMValue

func (destination *EventSubscriptionDestination) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*EventSubscriptionDestination) PopulateFromARM

func (destination *EventSubscriptionDestination) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type EventSubscriptionDestinationARM

type EventSubscriptionDestinationARM struct {
	AzureFunction    *AzureFunctionEventSubscriptionDestinationARM    `json:"azureFunctionEventSubscriptionDestination,omitempty"`
	EventHub         *EventHubEventSubscriptionDestinationARM         `json:"eventHubEventSubscriptionDestination,omitempty"`
	HybridConnection *HybridConnectionEventSubscriptionDestinationARM `json:"hybridConnectionEventSubscriptionDestination,omitempty"`
	ServiceBusQueue  *ServiceBusQueueEventSubscriptionDestinationARM  `json:"serviceBusQueueEventSubscriptionDestination,omitempty"`
	ServiceBusTopic  *ServiceBusTopicEventSubscriptionDestinationARM  `json:"serviceBusTopicEventSubscriptionDestination,omitempty"`
	StorageQueue     *StorageQueueEventSubscriptionDestinationARM     `json:"storageQueueEventSubscriptionDestination,omitempty"`
	WebHook          *WebHookEventSubscriptionDestinationARM          `json:"webHookEventSubscriptionDestination,omitempty"`
}

Deprecated version of EventSubscriptionDestination. Use v1beta20200601.EventSubscriptionDestination instead

func (*EventSubscriptionDestinationARM) DeepCopy

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

func (*EventSubscriptionDestinationARM) DeepCopyInto

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

func (EventSubscriptionDestinationARM) MarshalJSON

func (destination EventSubscriptionDestinationARM) MarshalJSON() ([]byte, error)

MarshalJSON defers JSON marshaling to the first non-nil property, because EventSubscriptionDestinationARM represents a discriminated union (JSON OneOf)

func (*EventSubscriptionDestinationARM) UnmarshalJSON

func (destination *EventSubscriptionDestinationARM) UnmarshalJSON(data []byte) error

UnmarshalJSON unmarshals the EventSubscriptionDestinationARM

type EventSubscriptionDestinationStatusEndpointType

type EventSubscriptionDestinationStatusEndpointType string

Deprecated version of EventSubscriptionDestinationStatusEndpointType. Use v1beta20200601.EventSubscriptionDestinationStatusEndpointType instead

type EventSubscriptionDestination_Status

type EventSubscriptionDestination_Status struct {
	EndpointType *EventSubscriptionDestinationStatusEndpointType `json:"endpointType,omitempty"`
}

Deprecated version of EventSubscriptionDestination_Status. Use v1beta20200601.EventSubscriptionDestination_Status instead

func (*EventSubscriptionDestination_Status) AssignPropertiesFromEventSubscriptionDestinationStatus

func (destination *EventSubscriptionDestination_Status) AssignPropertiesFromEventSubscriptionDestinationStatus(source *alpha20200601s.EventSubscriptionDestination_Status) error

AssignPropertiesFromEventSubscriptionDestinationStatus populates our EventSubscriptionDestination_Status from the provided source EventSubscriptionDestination_Status

func (*EventSubscriptionDestination_Status) AssignPropertiesToEventSubscriptionDestinationStatus

func (destination *EventSubscriptionDestination_Status) AssignPropertiesToEventSubscriptionDestinationStatus(target *alpha20200601s.EventSubscriptionDestination_Status) error

AssignPropertiesToEventSubscriptionDestinationStatus populates the provided destination EventSubscriptionDestination_Status from our EventSubscriptionDestination_Status

func (*EventSubscriptionDestination_Status) DeepCopy

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

func (*EventSubscriptionDestination_Status) DeepCopyInto

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

func (*EventSubscriptionDestination_Status) NewEmptyARMValue

func (destination *EventSubscriptionDestination_Status) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*EventSubscriptionDestination_Status) PopulateFromARM

func (destination *EventSubscriptionDestination_Status) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type EventSubscriptionDestination_StatusARM

type EventSubscriptionDestination_StatusARM struct {
	EndpointType *EventSubscriptionDestinationStatusEndpointType `json:"endpointType,omitempty"`
}

Deprecated version of EventSubscriptionDestination_Status. Use v1beta20200601.EventSubscriptionDestination_Status instead

func (*EventSubscriptionDestination_StatusARM) DeepCopy

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

func (*EventSubscriptionDestination_StatusARM) DeepCopyInto

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

type EventSubscriptionFilter

type EventSubscriptionFilter struct {
	AdvancedFilters        []AdvancedFilter `json:"advancedFilters,omitempty"`
	IncludedEventTypes     []string         `json:"includedEventTypes,omitempty"`
	IsSubjectCaseSensitive *bool            `json:"isSubjectCaseSensitive,omitempty"`
	SubjectBeginsWith      *string          `json:"subjectBeginsWith,omitempty"`
	SubjectEndsWith        *string          `json:"subjectEndsWith,omitempty"`
}

Deprecated version of EventSubscriptionFilter. Use v1beta20200601.EventSubscriptionFilter instead

func (*EventSubscriptionFilter) AssignPropertiesFromEventSubscriptionFilter

func (filter *EventSubscriptionFilter) AssignPropertiesFromEventSubscriptionFilter(source *alpha20200601s.EventSubscriptionFilter) error

AssignPropertiesFromEventSubscriptionFilter populates our EventSubscriptionFilter from the provided source EventSubscriptionFilter

func (*EventSubscriptionFilter) AssignPropertiesToEventSubscriptionFilter

func (filter *EventSubscriptionFilter) AssignPropertiesToEventSubscriptionFilter(destination *alpha20200601s.EventSubscriptionFilter) error

AssignPropertiesToEventSubscriptionFilter populates the provided destination EventSubscriptionFilter from our EventSubscriptionFilter

func (*EventSubscriptionFilter) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*EventSubscriptionFilter) DeepCopy

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

func (*EventSubscriptionFilter) DeepCopyInto

func (in *EventSubscriptionFilter) DeepCopyInto(out *EventSubscriptionFilter)

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

func (*EventSubscriptionFilter) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*EventSubscriptionFilter) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type EventSubscriptionFilterARM

type EventSubscriptionFilterARM struct {
	AdvancedFilters        []AdvancedFilterARM `json:"advancedFilters,omitempty"`
	IncludedEventTypes     []string            `json:"includedEventTypes,omitempty"`
	IsSubjectCaseSensitive *bool               `json:"isSubjectCaseSensitive,omitempty"`
	SubjectBeginsWith      *string             `json:"subjectBeginsWith,omitempty"`
	SubjectEndsWith        *string             `json:"subjectEndsWith,omitempty"`
}

Deprecated version of EventSubscriptionFilter. Use v1beta20200601.EventSubscriptionFilter instead

func (*EventSubscriptionFilterARM) DeepCopy

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

func (*EventSubscriptionFilterARM) DeepCopyInto

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

type EventSubscriptionFilter_Status

type EventSubscriptionFilter_Status struct {
	AdvancedFilters        []AdvancedFilter_Status `json:"advancedFilters,omitempty"`
	IncludedEventTypes     []string                `json:"includedEventTypes,omitempty"`
	IsSubjectCaseSensitive *bool                   `json:"isSubjectCaseSensitive,omitempty"`
	SubjectBeginsWith      *string                 `json:"subjectBeginsWith,omitempty"`
	SubjectEndsWith        *string                 `json:"subjectEndsWith,omitempty"`
}

Deprecated version of EventSubscriptionFilter_Status. Use v1beta20200601.EventSubscriptionFilter_Status instead

func (*EventSubscriptionFilter_Status) AssignPropertiesFromEventSubscriptionFilterStatus

func (filter *EventSubscriptionFilter_Status) AssignPropertiesFromEventSubscriptionFilterStatus(source *alpha20200601s.EventSubscriptionFilter_Status) error

AssignPropertiesFromEventSubscriptionFilterStatus populates our EventSubscriptionFilter_Status from the provided source EventSubscriptionFilter_Status

func (*EventSubscriptionFilter_Status) AssignPropertiesToEventSubscriptionFilterStatus

func (filter *EventSubscriptionFilter_Status) AssignPropertiesToEventSubscriptionFilterStatus(destination *alpha20200601s.EventSubscriptionFilter_Status) error

AssignPropertiesToEventSubscriptionFilterStatus populates the provided destination EventSubscriptionFilter_Status from our EventSubscriptionFilter_Status

func (*EventSubscriptionFilter_Status) DeepCopy

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

func (*EventSubscriptionFilter_Status) DeepCopyInto

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

func (*EventSubscriptionFilter_Status) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*EventSubscriptionFilter_Status) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type EventSubscriptionFilter_StatusARM

type EventSubscriptionFilter_StatusARM struct {
	AdvancedFilters        []AdvancedFilter_StatusARM `json:"advancedFilters,omitempty"`
	IncludedEventTypes     []string                   `json:"includedEventTypes,omitempty"`
	IsSubjectCaseSensitive *bool                      `json:"isSubjectCaseSensitive,omitempty"`
	SubjectBeginsWith      *string                    `json:"subjectBeginsWith,omitempty"`
	SubjectEndsWith        *string                    `json:"subjectEndsWith,omitempty"`
}

Deprecated version of EventSubscriptionFilter_Status. Use v1beta20200601.EventSubscriptionFilter_Status instead

func (*EventSubscriptionFilter_StatusARM) DeepCopy

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

func (*EventSubscriptionFilter_StatusARM) DeepCopyInto

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

type EventSubscriptionList

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

+kubebuilder:object:root=true Deprecated version of EventSubscription. Use v1beta20200601.EventSubscription instead

func (*EventSubscriptionList) DeepCopy

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

func (*EventSubscriptionList) DeepCopyInto

func (in *EventSubscriptionList) DeepCopyInto(out *EventSubscriptionList)

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

func (*EventSubscriptionList) DeepCopyObject

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

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

type EventSubscriptionPropertiesARM

type EventSubscriptionPropertiesARM struct {
	DeadLetterDestination *StorageBlobDeadLetterDestinationARM            `json:"deadLetterDestination,omitempty"`
	Destination           *EventSubscriptionDestinationARM                `json:"destination,omitempty"`
	EventDeliverySchema   *EventSubscriptionPropertiesEventDeliverySchema `json:"eventDeliverySchema,omitempty"`
	ExpirationTimeUtc     *string                                         `json:"expirationTimeUtc,omitempty"`
	Filter                *EventSubscriptionFilterARM                     `json:"filter,omitempty"`
	Labels                []string                                        `json:"labels,omitempty"`
	RetryPolicy           *RetryPolicyARM                                 `json:"retryPolicy,omitempty"`
}

Deprecated version of EventSubscriptionProperties. Use v1beta20200601.EventSubscriptionProperties instead

func (*EventSubscriptionPropertiesARM) DeepCopy

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

func (*EventSubscriptionPropertiesARM) DeepCopyInto

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

type EventSubscriptionPropertiesEventDeliverySchema

type EventSubscriptionPropertiesEventDeliverySchema string

Deprecated version of EventSubscriptionPropertiesEventDeliverySchema. Use v1beta20200601.EventSubscriptionPropertiesEventDeliverySchema instead +kubebuilder:validation:Enum={"CloudEventSchemaV1_0","CustomInputSchema","EventGridSchema"}

type EventSubscriptionPropertiesStatusEventDeliverySchema

type EventSubscriptionPropertiesStatusEventDeliverySchema string

Deprecated version of EventSubscriptionPropertiesStatusEventDeliverySchema. Use v1beta20200601.EventSubscriptionPropertiesStatusEventDeliverySchema instead

type EventSubscriptionPropertiesStatusProvisioningState

type EventSubscriptionPropertiesStatusProvisioningState string

Deprecated version of EventSubscriptionPropertiesStatusProvisioningState. Use v1beta20200601.EventSubscriptionPropertiesStatusProvisioningState instead

type EventSubscriptionProperties_StatusARM

type EventSubscriptionProperties_StatusARM struct {
	DeadLetterDestination *DeadLetterDestination_StatusARM                      `json:"deadLetterDestination,omitempty"`
	Destination           *EventSubscriptionDestination_StatusARM               `json:"destination,omitempty"`
	EventDeliverySchema   *EventSubscriptionPropertiesStatusEventDeliverySchema `json:"eventDeliverySchema,omitempty"`
	ExpirationTimeUtc     *string                                               `json:"expirationTimeUtc,omitempty"`
	Filter                *EventSubscriptionFilter_StatusARM                    `json:"filter,omitempty"`
	Labels                []string                                              `json:"labels,omitempty"`
	ProvisioningState     *EventSubscriptionPropertiesStatusProvisioningState   `json:"provisioningState,omitempty"`
	RetryPolicy           *RetryPolicy_StatusARM                                `json:"retryPolicy,omitempty"`
	Topic                 *string                                               `json:"topic,omitempty"`
}

Deprecated version of EventSubscriptionProperties_Status. Use v1beta20200601.EventSubscriptionProperties_Status instead

func (*EventSubscriptionProperties_StatusARM) DeepCopy

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

func (*EventSubscriptionProperties_StatusARM) DeepCopyInto

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

type EventSubscription_Status

type EventSubscription_Status struct {
	// Conditions: The observed state of the resource
	Conditions            []conditions.Condition                                `json:"conditions,omitempty"`
	DeadLetterDestination *DeadLetterDestination_Status                         `json:"deadLetterDestination,omitempty"`
	Destination           *EventSubscriptionDestination_Status                  `json:"destination,omitempty"`
	EventDeliverySchema   *EventSubscriptionPropertiesStatusEventDeliverySchema `json:"eventDeliverySchema,omitempty"`
	ExpirationTimeUtc     *string                                               `json:"expirationTimeUtc,omitempty"`
	Filter                *EventSubscriptionFilter_Status                       `json:"filter,omitempty"`
	Id                    *string                                               `json:"id,omitempty"`
	Labels                []string                                              `json:"labels,omitempty"`
	Name                  *string                                               `json:"name,omitempty"`
	ProvisioningState     *EventSubscriptionPropertiesStatusProvisioningState   `json:"provisioningState,omitempty"`
	RetryPolicy           *RetryPolicy_Status                                   `json:"retryPolicy,omitempty"`
	SystemData            *SystemData_Status                                    `json:"systemData,omitempty"`
	Topic                 *string                                               `json:"topic,omitempty"`
	Type                  *string                                               `json:"type,omitempty"`
}

Deprecated version of EventSubscription_Status. Use v1beta20200601.EventSubscription_Status instead

func (*EventSubscription_Status) AssignPropertiesFromEventSubscriptionStatus

func (subscription *EventSubscription_Status) AssignPropertiesFromEventSubscriptionStatus(source *alpha20200601s.EventSubscription_Status) error

AssignPropertiesFromEventSubscriptionStatus populates our EventSubscription_Status from the provided source EventSubscription_Status

func (*EventSubscription_Status) AssignPropertiesToEventSubscriptionStatus

func (subscription *EventSubscription_Status) AssignPropertiesToEventSubscriptionStatus(destination *alpha20200601s.EventSubscription_Status) error

AssignPropertiesToEventSubscriptionStatus populates the provided destination EventSubscription_Status from our EventSubscription_Status

func (*EventSubscription_Status) ConvertStatusFrom

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

ConvertStatusFrom populates our EventSubscription_Status from the provided source

func (*EventSubscription_Status) ConvertStatusTo

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

ConvertStatusTo populates the provided destination from our EventSubscription_Status

func (*EventSubscription_Status) DeepCopy

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

func (*EventSubscription_Status) DeepCopyInto

func (in *EventSubscription_Status) DeepCopyInto(out *EventSubscription_Status)

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

func (*EventSubscription_Status) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*EventSubscription_Status) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type EventSubscription_StatusARM

type EventSubscription_StatusARM struct {
	Id         *string                                `json:"id,omitempty"`
	Name       *string                                `json:"name,omitempty"`
	Properties *EventSubscriptionProperties_StatusARM `json:"properties,omitempty"`
	SystemData *SystemData_StatusARM                  `json:"systemData,omitempty"`
	Type       *string                                `json:"type,omitempty"`
}

Deprecated version of EventSubscription_Status. Use v1beta20200601.EventSubscription_Status instead

func (*EventSubscription_StatusARM) DeepCopy

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

func (*EventSubscription_StatusARM) DeepCopyInto

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

type EventSubscriptions_Spec

type EventSubscriptions_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"`
	DeadLetterDestination *StorageBlobDeadLetterDestination               `json:"deadLetterDestination,omitempty"`
	Destination           *EventSubscriptionDestination                   `json:"destination,omitempty"`
	EventDeliverySchema   *EventSubscriptionPropertiesEventDeliverySchema `json:"eventDeliverySchema,omitempty"`
	ExpirationTimeUtc     *string                                         `json:"expirationTimeUtc,omitempty"`
	Filter                *EventSubscriptionFilter                        `json:"filter,omitempty"`
	Labels                []string                                        `json:"labels,omitempty"`
	Location              *string                                         `json:"location,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. This resource is an
	// extension resource, which means that any other Azure resource can be its owner.
	Owner       *genruntime.ArbitraryOwnerReference `json:"owner,omitempty"`
	RetryPolicy *RetryPolicy                        `json:"retryPolicy,omitempty"`
	Tags        map[string]string                   `json:"tags,omitempty"`
}

func (*EventSubscriptions_Spec) AssignPropertiesFromEventSubscriptionsSpec

func (subscriptions *EventSubscriptions_Spec) AssignPropertiesFromEventSubscriptionsSpec(source *alpha20200601s.EventSubscriptions_Spec) error

AssignPropertiesFromEventSubscriptionsSpec populates our EventSubscriptions_Spec from the provided source EventSubscriptions_Spec

func (*EventSubscriptions_Spec) AssignPropertiesToEventSubscriptionsSpec

func (subscriptions *EventSubscriptions_Spec) AssignPropertiesToEventSubscriptionsSpec(destination *alpha20200601s.EventSubscriptions_Spec) error

AssignPropertiesToEventSubscriptionsSpec populates the provided destination EventSubscriptions_Spec from our EventSubscriptions_Spec

func (*EventSubscriptions_Spec) ConvertSpecFrom

func (subscriptions *EventSubscriptions_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our EventSubscriptions_Spec from the provided source

func (*EventSubscriptions_Spec) ConvertSpecTo

func (subscriptions *EventSubscriptions_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our EventSubscriptions_Spec

func (*EventSubscriptions_Spec) ConvertToARM

func (subscriptions *EventSubscriptions_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*EventSubscriptions_Spec) DeepCopy

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

func (*EventSubscriptions_Spec) DeepCopyInto

func (in *EventSubscriptions_Spec) DeepCopyInto(out *EventSubscriptions_Spec)

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

func (*EventSubscriptions_Spec) NewEmptyARMValue

func (subscriptions *EventSubscriptions_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*EventSubscriptions_Spec) OriginalVersion

func (subscriptions *EventSubscriptions_Spec) OriginalVersion() string

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

func (*EventSubscriptions_Spec) PopulateFromARM

func (subscriptions *EventSubscriptions_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*EventSubscriptions_Spec) SetAzureName

func (subscriptions *EventSubscriptions_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type EventSubscriptions_SpecARM

type EventSubscriptions_SpecARM struct {
	Location   *string                         `json:"location,omitempty"`
	Name       string                          `json:"name,omitempty"`
	Properties *EventSubscriptionPropertiesARM `json:"properties,omitempty"`
	Tags       map[string]string               `json:"tags,omitempty"`
}

Deprecated version of EventSubscriptions_Spec. Use v1beta20200601.EventSubscriptions_Spec instead

func (*EventSubscriptions_SpecARM) DeepCopy

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

func (*EventSubscriptions_SpecARM) DeepCopyInto

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

func (EventSubscriptions_SpecARM) GetAPIVersion

func (subscriptions EventSubscriptions_SpecARM) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2020-06-01"

func (*EventSubscriptions_SpecARM) GetName

func (subscriptions *EventSubscriptions_SpecARM) GetName() string

GetName returns the Name of the resource

func (*EventSubscriptions_SpecARM) GetType

func (subscriptions *EventSubscriptions_SpecARM) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.EventGrid/eventSubscriptions"

type HybridConnectionEventSubscriptionDestination

type HybridConnectionEventSubscriptionDestination struct {
	// +kubebuilder:validation:Required
	EndpointType *HybridConnectionEventSubscriptionDestinationEndpointType `json:"endpointType,omitempty"`
	Properties   *HybridConnectionEventSubscriptionDestinationProperties   `json:"properties,omitempty"`
}

Deprecated version of HybridConnectionEventSubscriptionDestination. Use v1beta20200601.HybridConnectionEventSubscriptionDestination instead

func (*HybridConnectionEventSubscriptionDestination) AssignPropertiesFromHybridConnectionEventSubscriptionDestination

func (destination *HybridConnectionEventSubscriptionDestination) AssignPropertiesFromHybridConnectionEventSubscriptionDestination(source *alpha20200601s.HybridConnectionEventSubscriptionDestination) error

AssignPropertiesFromHybridConnectionEventSubscriptionDestination populates our HybridConnectionEventSubscriptionDestination from the provided source HybridConnectionEventSubscriptionDestination

func (*HybridConnectionEventSubscriptionDestination) AssignPropertiesToHybridConnectionEventSubscriptionDestination

func (destination *HybridConnectionEventSubscriptionDestination) AssignPropertiesToHybridConnectionEventSubscriptionDestination(target *alpha20200601s.HybridConnectionEventSubscriptionDestination) error

AssignPropertiesToHybridConnectionEventSubscriptionDestination populates the provided destination HybridConnectionEventSubscriptionDestination from our HybridConnectionEventSubscriptionDestination

func (*HybridConnectionEventSubscriptionDestination) ConvertToARM

func (destination *HybridConnectionEventSubscriptionDestination) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*HybridConnectionEventSubscriptionDestination) DeepCopy

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

func (*HybridConnectionEventSubscriptionDestination) DeepCopyInto

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

func (*HybridConnectionEventSubscriptionDestination) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*HybridConnectionEventSubscriptionDestination) PopulateFromARM

func (destination *HybridConnectionEventSubscriptionDestination) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type HybridConnectionEventSubscriptionDestinationARM

type HybridConnectionEventSubscriptionDestinationARM struct {
	EndpointType HybridConnectionEventSubscriptionDestinationEndpointType   `json:"endpointType,omitempty"`
	Properties   *HybridConnectionEventSubscriptionDestinationPropertiesARM `json:"properties,omitempty"`
}

Deprecated version of HybridConnectionEventSubscriptionDestination. Use v1beta20200601.HybridConnectionEventSubscriptionDestination instead

func (*HybridConnectionEventSubscriptionDestinationARM) DeepCopy

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

func (*HybridConnectionEventSubscriptionDestinationARM) DeepCopyInto

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

type HybridConnectionEventSubscriptionDestinationEndpointType

type HybridConnectionEventSubscriptionDestinationEndpointType string

Deprecated version of HybridConnectionEventSubscriptionDestinationEndpointType. Use v1beta20200601.HybridConnectionEventSubscriptionDestinationEndpointType instead +kubebuilder:validation:Enum={"HybridConnection"}

type HybridConnectionEventSubscriptionDestinationProperties

type HybridConnectionEventSubscriptionDestinationProperties struct {
	ResourceReference *genruntime.ResourceReference `armReference:"ResourceId" json:"resourceReference,omitempty"`
}

Deprecated version of HybridConnectionEventSubscriptionDestinationProperties. Use v1beta20200601.HybridConnectionEventSubscriptionDestinationProperties instead

func (*HybridConnectionEventSubscriptionDestinationProperties) AssignPropertiesFromHybridConnectionEventSubscriptionDestinationProperties

func (properties *HybridConnectionEventSubscriptionDestinationProperties) AssignPropertiesFromHybridConnectionEventSubscriptionDestinationProperties(source *alpha20200601s.HybridConnectionEventSubscriptionDestinationProperties) error

AssignPropertiesFromHybridConnectionEventSubscriptionDestinationProperties populates our HybridConnectionEventSubscriptionDestinationProperties from the provided source HybridConnectionEventSubscriptionDestinationProperties

func (*HybridConnectionEventSubscriptionDestinationProperties) AssignPropertiesToHybridConnectionEventSubscriptionDestinationProperties

func (properties *HybridConnectionEventSubscriptionDestinationProperties) AssignPropertiesToHybridConnectionEventSubscriptionDestinationProperties(destination *alpha20200601s.HybridConnectionEventSubscriptionDestinationProperties) error

AssignPropertiesToHybridConnectionEventSubscriptionDestinationProperties populates the provided destination HybridConnectionEventSubscriptionDestinationProperties from our HybridConnectionEventSubscriptionDestinationProperties

func (*HybridConnectionEventSubscriptionDestinationProperties) ConvertToARM

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*HybridConnectionEventSubscriptionDestinationProperties) DeepCopy

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

func (*HybridConnectionEventSubscriptionDestinationProperties) DeepCopyInto

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

func (*HybridConnectionEventSubscriptionDestinationProperties) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*HybridConnectionEventSubscriptionDestinationProperties) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type HybridConnectionEventSubscriptionDestinationPropertiesARM

type HybridConnectionEventSubscriptionDestinationPropertiesARM struct {
	ResourceId *string `json:"resourceId,omitempty"`
}

Deprecated version of HybridConnectionEventSubscriptionDestinationProperties. Use v1beta20200601.HybridConnectionEventSubscriptionDestinationProperties instead

func (*HybridConnectionEventSubscriptionDestinationPropertiesARM) DeepCopy

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

func (*HybridConnectionEventSubscriptionDestinationPropertiesARM) DeepCopyInto

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

type InboundIpRule

type InboundIpRule struct {
	Action *InboundIpRuleAction `json:"action,omitempty"`
	IpMask *string              `json:"ipMask,omitempty"`
}

Deprecated version of InboundIpRule. Use v1beta20200601.InboundIpRule instead

func (*InboundIpRule) AssignPropertiesFromInboundIpRule

func (rule *InboundIpRule) AssignPropertiesFromInboundIpRule(source *alpha20200601s.InboundIpRule) error

AssignPropertiesFromInboundIpRule populates our InboundIpRule from the provided source InboundIpRule

func (*InboundIpRule) AssignPropertiesToInboundIpRule

func (rule *InboundIpRule) AssignPropertiesToInboundIpRule(destination *alpha20200601s.InboundIpRule) error

AssignPropertiesToInboundIpRule populates the provided destination InboundIpRule from our InboundIpRule

func (*InboundIpRule) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*InboundIpRule) DeepCopy

func (in *InboundIpRule) DeepCopy() *InboundIpRule

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

func (*InboundIpRule) DeepCopyInto

func (in *InboundIpRule) DeepCopyInto(out *InboundIpRule)

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

func (*InboundIpRule) NewEmptyARMValue

func (rule *InboundIpRule) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*InboundIpRule) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type InboundIpRuleARM

type InboundIpRuleARM struct {
	Action *InboundIpRuleAction `json:"action,omitempty"`
	IpMask *string              `json:"ipMask,omitempty"`
}

Deprecated version of InboundIpRule. Use v1beta20200601.InboundIpRule instead

func (*InboundIpRuleARM) DeepCopy

func (in *InboundIpRuleARM) DeepCopy() *InboundIpRuleARM

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

func (*InboundIpRuleARM) DeepCopyInto

func (in *InboundIpRuleARM) DeepCopyInto(out *InboundIpRuleARM)

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

type InboundIpRuleAction

type InboundIpRuleAction string

Deprecated version of InboundIpRuleAction. Use v1beta20200601.InboundIpRuleAction instead +kubebuilder:validation:Enum={"Allow"}

type InboundIpRuleStatusAction

type InboundIpRuleStatusAction string

Deprecated version of InboundIpRuleStatusAction. Use v1beta20200601.InboundIpRuleStatusAction instead

type InboundIpRule_Status

type InboundIpRule_Status struct {
	Action *InboundIpRuleStatusAction `json:"action,omitempty"`
	IpMask *string                    `json:"ipMask,omitempty"`
}

Deprecated version of InboundIpRule_Status. Use v1beta20200601.InboundIpRule_Status instead

func (*InboundIpRule_Status) AssignPropertiesFromInboundIpRuleStatus

func (rule *InboundIpRule_Status) AssignPropertiesFromInboundIpRuleStatus(source *alpha20200601s.InboundIpRule_Status) error

AssignPropertiesFromInboundIpRuleStatus populates our InboundIpRule_Status from the provided source InboundIpRule_Status

func (*InboundIpRule_Status) AssignPropertiesToInboundIpRuleStatus

func (rule *InboundIpRule_Status) AssignPropertiesToInboundIpRuleStatus(destination *alpha20200601s.InboundIpRule_Status) error

AssignPropertiesToInboundIpRuleStatus populates the provided destination InboundIpRule_Status from our InboundIpRule_Status

func (*InboundIpRule_Status) DeepCopy

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

func (*InboundIpRule_Status) DeepCopyInto

func (in *InboundIpRule_Status) DeepCopyInto(out *InboundIpRule_Status)

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

func (*InboundIpRule_Status) NewEmptyARMValue

func (rule *InboundIpRule_Status) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*InboundIpRule_Status) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type InboundIpRule_StatusARM

type InboundIpRule_StatusARM struct {
	Action *InboundIpRuleStatusAction `json:"action,omitempty"`
	IpMask *string                    `json:"ipMask,omitempty"`
}

Deprecated version of InboundIpRule_Status. Use v1beta20200601.InboundIpRule_Status instead

func (*InboundIpRule_StatusARM) DeepCopy

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

func (*InboundIpRule_StatusARM) DeepCopyInto

func (in *InboundIpRule_StatusARM) DeepCopyInto(out *InboundIpRule_StatusARM)

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

type InputSchemaMappingStatusInputSchemaMappingType

type InputSchemaMappingStatusInputSchemaMappingType string

Deprecated version of InputSchemaMappingStatusInputSchemaMappingType. Use v1beta20200601.InputSchemaMappingStatusInputSchemaMappingType instead

type InputSchemaMapping_Status

type InputSchemaMapping_Status struct {
	InputSchemaMappingType *InputSchemaMappingStatusInputSchemaMappingType `json:"inputSchemaMappingType,omitempty"`
}

Deprecated version of InputSchemaMapping_Status. Use v1beta20200601.InputSchemaMapping_Status instead

func (*InputSchemaMapping_Status) AssignPropertiesFromInputSchemaMappingStatus

func (mapping *InputSchemaMapping_Status) AssignPropertiesFromInputSchemaMappingStatus(source *alpha20200601s.InputSchemaMapping_Status) error

AssignPropertiesFromInputSchemaMappingStatus populates our InputSchemaMapping_Status from the provided source InputSchemaMapping_Status

func (*InputSchemaMapping_Status) AssignPropertiesToInputSchemaMappingStatus

func (mapping *InputSchemaMapping_Status) AssignPropertiesToInputSchemaMappingStatus(destination *alpha20200601s.InputSchemaMapping_Status) error

AssignPropertiesToInputSchemaMappingStatus populates the provided destination InputSchemaMapping_Status from our InputSchemaMapping_Status

func (*InputSchemaMapping_Status) DeepCopy

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

func (*InputSchemaMapping_Status) DeepCopyInto

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

func (*InputSchemaMapping_Status) NewEmptyARMValue

func (mapping *InputSchemaMapping_Status) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*InputSchemaMapping_Status) PopulateFromARM

func (mapping *InputSchemaMapping_Status) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type InputSchemaMapping_StatusARM

type InputSchemaMapping_StatusARM struct {
	InputSchemaMappingType *InputSchemaMappingStatusInputSchemaMappingType `json:"inputSchemaMappingType,omitempty"`
}

Deprecated version of InputSchemaMapping_Status. Use v1beta20200601.InputSchemaMapping_Status instead

func (*InputSchemaMapping_StatusARM) DeepCopy

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

func (*InputSchemaMapping_StatusARM) DeepCopyInto

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

type JsonField

type JsonField struct {
	SourceField *string `json:"sourceField,omitempty"`
}

Deprecated version of JsonField. Use v1beta20200601.JsonField instead

func (*JsonField) AssignPropertiesFromJsonField

func (field *JsonField) AssignPropertiesFromJsonField(source *alpha20200601s.JsonField) error

AssignPropertiesFromJsonField populates our JsonField from the provided source JsonField

func (*JsonField) AssignPropertiesToJsonField

func (field *JsonField) AssignPropertiesToJsonField(destination *alpha20200601s.JsonField) error

AssignPropertiesToJsonField populates the provided destination JsonField from our JsonField

func (*JsonField) ConvertToARM

func (field *JsonField) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*JsonField) DeepCopy

func (in *JsonField) DeepCopy() *JsonField

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

func (*JsonField) DeepCopyInto

func (in *JsonField) DeepCopyInto(out *JsonField)

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

func (*JsonField) NewEmptyARMValue

func (field *JsonField) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*JsonField) PopulateFromARM

func (field *JsonField) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type JsonFieldARM

type JsonFieldARM struct {
	SourceField *string `json:"sourceField,omitempty"`
}

Deprecated version of JsonField. Use v1beta20200601.JsonField instead

func (*JsonFieldARM) DeepCopy

func (in *JsonFieldARM) DeepCopy() *JsonFieldARM

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

func (*JsonFieldARM) DeepCopyInto

func (in *JsonFieldARM) DeepCopyInto(out *JsonFieldARM)

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

type JsonFieldWithDefault

type JsonFieldWithDefault struct {
	DefaultValue *string `json:"defaultValue,omitempty"`
	SourceField  *string `json:"sourceField,omitempty"`
}

Deprecated version of JsonFieldWithDefault. Use v1beta20200601.JsonFieldWithDefault instead

func (*JsonFieldWithDefault) AssignPropertiesFromJsonFieldWithDefault

func (withDefault *JsonFieldWithDefault) AssignPropertiesFromJsonFieldWithDefault(source *alpha20200601s.JsonFieldWithDefault) error

AssignPropertiesFromJsonFieldWithDefault populates our JsonFieldWithDefault from the provided source JsonFieldWithDefault

func (*JsonFieldWithDefault) AssignPropertiesToJsonFieldWithDefault

func (withDefault *JsonFieldWithDefault) AssignPropertiesToJsonFieldWithDefault(destination *alpha20200601s.JsonFieldWithDefault) error

AssignPropertiesToJsonFieldWithDefault populates the provided destination JsonFieldWithDefault from our JsonFieldWithDefault

func (*JsonFieldWithDefault) ConvertToARM

func (withDefault *JsonFieldWithDefault) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*JsonFieldWithDefault) DeepCopy

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

func (*JsonFieldWithDefault) DeepCopyInto

func (in *JsonFieldWithDefault) DeepCopyInto(out *JsonFieldWithDefault)

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

func (*JsonFieldWithDefault) NewEmptyARMValue

func (withDefault *JsonFieldWithDefault) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*JsonFieldWithDefault) PopulateFromARM

func (withDefault *JsonFieldWithDefault) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type JsonFieldWithDefaultARM

type JsonFieldWithDefaultARM struct {
	DefaultValue *string `json:"defaultValue,omitempty"`
	SourceField  *string `json:"sourceField,omitempty"`
}

Deprecated version of JsonFieldWithDefault. Use v1beta20200601.JsonFieldWithDefault instead

func (*JsonFieldWithDefaultARM) DeepCopy

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

func (*JsonFieldWithDefaultARM) DeepCopyInto

func (in *JsonFieldWithDefaultARM) DeepCopyInto(out *JsonFieldWithDefaultARM)

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

type JsonInputSchemaMapping

type JsonInputSchemaMapping struct {
	// +kubebuilder:validation:Required
	InputSchemaMappingType *JsonInputSchemaMappingInputSchemaMappingType `json:"inputSchemaMappingType,omitempty"`
	Properties             *JsonInputSchemaMappingProperties             `json:"properties,omitempty"`
}

Deprecated version of JsonInputSchemaMapping. Use v1beta20200601.JsonInputSchemaMapping instead

func (*JsonInputSchemaMapping) AssignPropertiesFromJsonInputSchemaMapping

func (mapping *JsonInputSchemaMapping) AssignPropertiesFromJsonInputSchemaMapping(source *alpha20200601s.JsonInputSchemaMapping) error

AssignPropertiesFromJsonInputSchemaMapping populates our JsonInputSchemaMapping from the provided source JsonInputSchemaMapping

func (*JsonInputSchemaMapping) AssignPropertiesToJsonInputSchemaMapping

func (mapping *JsonInputSchemaMapping) AssignPropertiesToJsonInputSchemaMapping(destination *alpha20200601s.JsonInputSchemaMapping) error

AssignPropertiesToJsonInputSchemaMapping populates the provided destination JsonInputSchemaMapping from our JsonInputSchemaMapping

func (*JsonInputSchemaMapping) ConvertToARM

func (mapping *JsonInputSchemaMapping) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*JsonInputSchemaMapping) DeepCopy

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

func (*JsonInputSchemaMapping) DeepCopyInto

func (in *JsonInputSchemaMapping) DeepCopyInto(out *JsonInputSchemaMapping)

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

func (*JsonInputSchemaMapping) NewEmptyARMValue

func (mapping *JsonInputSchemaMapping) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*JsonInputSchemaMapping) PopulateFromARM

func (mapping *JsonInputSchemaMapping) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type JsonInputSchemaMappingARM

type JsonInputSchemaMappingARM struct {
	InputSchemaMappingType *JsonInputSchemaMappingInputSchemaMappingType `json:"inputSchemaMappingType,omitempty"`
	Properties             *JsonInputSchemaMappingPropertiesARM          `json:"properties,omitempty"`
}

Deprecated version of JsonInputSchemaMapping. Use v1beta20200601.JsonInputSchemaMapping instead

func (*JsonInputSchemaMappingARM) DeepCopy

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

func (*JsonInputSchemaMappingARM) DeepCopyInto

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

type JsonInputSchemaMappingInputSchemaMappingType

type JsonInputSchemaMappingInputSchemaMappingType string

Deprecated version of JsonInputSchemaMappingInputSchemaMappingType. Use v1beta20200601.JsonInputSchemaMappingInputSchemaMappingType instead +kubebuilder:validation:Enum={"Json"}

type JsonInputSchemaMappingProperties

type JsonInputSchemaMappingProperties struct {
	DataVersion *JsonFieldWithDefault `json:"dataVersion,omitempty"`
	EventTime   *JsonField            `json:"eventTime,omitempty"`
	EventType   *JsonFieldWithDefault `json:"eventType,omitempty"`
	Id          *JsonField            `json:"id,omitempty"`
	Subject     *JsonFieldWithDefault `json:"subject,omitempty"`
	Topic       *JsonField            `json:"topic,omitempty"`
}

Deprecated version of JsonInputSchemaMappingProperties. Use v1beta20200601.JsonInputSchemaMappingProperties instead

func (*JsonInputSchemaMappingProperties) AssignPropertiesFromJsonInputSchemaMappingProperties

func (properties *JsonInputSchemaMappingProperties) AssignPropertiesFromJsonInputSchemaMappingProperties(source *alpha20200601s.JsonInputSchemaMappingProperties) error

AssignPropertiesFromJsonInputSchemaMappingProperties populates our JsonInputSchemaMappingProperties from the provided source JsonInputSchemaMappingProperties

func (*JsonInputSchemaMappingProperties) AssignPropertiesToJsonInputSchemaMappingProperties

func (properties *JsonInputSchemaMappingProperties) AssignPropertiesToJsonInputSchemaMappingProperties(destination *alpha20200601s.JsonInputSchemaMappingProperties) error

AssignPropertiesToJsonInputSchemaMappingProperties populates the provided destination JsonInputSchemaMappingProperties from our JsonInputSchemaMappingProperties

func (*JsonInputSchemaMappingProperties) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*JsonInputSchemaMappingProperties) DeepCopy

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

func (*JsonInputSchemaMappingProperties) DeepCopyInto

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

func (*JsonInputSchemaMappingProperties) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*JsonInputSchemaMappingProperties) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type JsonInputSchemaMappingPropertiesARM

type JsonInputSchemaMappingPropertiesARM struct {
	DataVersion *JsonFieldWithDefaultARM `json:"dataVersion,omitempty"`
	EventTime   *JsonFieldARM            `json:"eventTime,omitempty"`
	EventType   *JsonFieldWithDefaultARM `json:"eventType,omitempty"`
	Id          *JsonFieldARM            `json:"id,omitempty"`
	Subject     *JsonFieldWithDefaultARM `json:"subject,omitempty"`
	Topic       *JsonFieldARM            `json:"topic,omitempty"`
}

Deprecated version of JsonInputSchemaMappingProperties. Use v1beta20200601.JsonInputSchemaMappingProperties instead

func (*JsonInputSchemaMappingPropertiesARM) DeepCopy

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

func (*JsonInputSchemaMappingPropertiesARM) DeepCopyInto

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

type PrivateEndpointConnection_Status_Domain_SubResourceEmbedded

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

Deprecated version of PrivateEndpointConnection_Status_Domain_SubResourceEmbedded. Use v1beta20200601.PrivateEndpointConnection_Status_Domain_SubResourceEmbedded instead

func (*PrivateEndpointConnection_Status_Domain_SubResourceEmbedded) AssignPropertiesFromPrivateEndpointConnectionStatusDomainSubResourceEmbedded

func (embedded *PrivateEndpointConnection_Status_Domain_SubResourceEmbedded) AssignPropertiesFromPrivateEndpointConnectionStatusDomainSubResourceEmbedded(source *alpha20200601s.PrivateEndpointConnection_Status_Domain_SubResourceEmbedded) error

AssignPropertiesFromPrivateEndpointConnectionStatusDomainSubResourceEmbedded populates our PrivateEndpointConnection_Status_Domain_SubResourceEmbedded from the provided source PrivateEndpointConnection_Status_Domain_SubResourceEmbedded

func (*PrivateEndpointConnection_Status_Domain_SubResourceEmbedded) AssignPropertiesToPrivateEndpointConnectionStatusDomainSubResourceEmbedded

func (embedded *PrivateEndpointConnection_Status_Domain_SubResourceEmbedded) AssignPropertiesToPrivateEndpointConnectionStatusDomainSubResourceEmbedded(destination *alpha20200601s.PrivateEndpointConnection_Status_Domain_SubResourceEmbedded) error

AssignPropertiesToPrivateEndpointConnectionStatusDomainSubResourceEmbedded populates the provided destination PrivateEndpointConnection_Status_Domain_SubResourceEmbedded from our PrivateEndpointConnection_Status_Domain_SubResourceEmbedded

func (*PrivateEndpointConnection_Status_Domain_SubResourceEmbedded) DeepCopy

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

func (*PrivateEndpointConnection_Status_Domain_SubResourceEmbedded) DeepCopyInto

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

func (*PrivateEndpointConnection_Status_Domain_SubResourceEmbedded) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*PrivateEndpointConnection_Status_Domain_SubResourceEmbedded) PopulateFromARM

func (embedded *PrivateEndpointConnection_Status_Domain_SubResourceEmbedded) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type PrivateEndpointConnection_Status_Domain_SubResourceEmbeddedARM

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

Deprecated version of PrivateEndpointConnection_Status_Domain_SubResourceEmbedded. Use v1beta20200601.PrivateEndpointConnection_Status_Domain_SubResourceEmbedded instead

func (*PrivateEndpointConnection_Status_Domain_SubResourceEmbeddedARM) DeepCopy

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

func (*PrivateEndpointConnection_Status_Domain_SubResourceEmbeddedARM) DeepCopyInto

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

type PrivateEndpointConnection_Status_Topic_SubResourceEmbedded

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

Deprecated version of PrivateEndpointConnection_Status_Topic_SubResourceEmbedded. Use v1beta20200601.PrivateEndpointConnection_Status_Topic_SubResourceEmbedded instead

func (*PrivateEndpointConnection_Status_Topic_SubResourceEmbedded) AssignPropertiesFromPrivateEndpointConnectionStatusTopicSubResourceEmbedded

func (embedded *PrivateEndpointConnection_Status_Topic_SubResourceEmbedded) AssignPropertiesFromPrivateEndpointConnectionStatusTopicSubResourceEmbedded(source *alpha20200601s.PrivateEndpointConnection_Status_Topic_SubResourceEmbedded) error

AssignPropertiesFromPrivateEndpointConnectionStatusTopicSubResourceEmbedded populates our PrivateEndpointConnection_Status_Topic_SubResourceEmbedded from the provided source PrivateEndpointConnection_Status_Topic_SubResourceEmbedded

func (*PrivateEndpointConnection_Status_Topic_SubResourceEmbedded) AssignPropertiesToPrivateEndpointConnectionStatusTopicSubResourceEmbedded

func (embedded *PrivateEndpointConnection_Status_Topic_SubResourceEmbedded) AssignPropertiesToPrivateEndpointConnectionStatusTopicSubResourceEmbedded(destination *alpha20200601s.PrivateEndpointConnection_Status_Topic_SubResourceEmbedded) error

AssignPropertiesToPrivateEndpointConnectionStatusTopicSubResourceEmbedded populates the provided destination PrivateEndpointConnection_Status_Topic_SubResourceEmbedded from our PrivateEndpointConnection_Status_Topic_SubResourceEmbedded

func (*PrivateEndpointConnection_Status_Topic_SubResourceEmbedded) DeepCopy

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

func (*PrivateEndpointConnection_Status_Topic_SubResourceEmbedded) DeepCopyInto

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

func (*PrivateEndpointConnection_Status_Topic_SubResourceEmbedded) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*PrivateEndpointConnection_Status_Topic_SubResourceEmbedded) PopulateFromARM

func (embedded *PrivateEndpointConnection_Status_Topic_SubResourceEmbedded) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type PrivateEndpointConnection_Status_Topic_SubResourceEmbeddedARM

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

Deprecated version of PrivateEndpointConnection_Status_Topic_SubResourceEmbedded. Use v1beta20200601.PrivateEndpointConnection_Status_Topic_SubResourceEmbedded instead

func (*PrivateEndpointConnection_Status_Topic_SubResourceEmbeddedARM) DeepCopy

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

func (*PrivateEndpointConnection_Status_Topic_SubResourceEmbeddedARM) DeepCopyInto

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

type RetryPolicy

type RetryPolicy struct {
	EventTimeToLiveInMinutes *int `json:"eventTimeToLiveInMinutes,omitempty"`
	MaxDeliveryAttempts      *int `json:"maxDeliveryAttempts,omitempty"`
}

Deprecated version of RetryPolicy. Use v1beta20200601.RetryPolicy instead

func (*RetryPolicy) AssignPropertiesFromRetryPolicy

func (policy *RetryPolicy) AssignPropertiesFromRetryPolicy(source *alpha20200601s.RetryPolicy) error

AssignPropertiesFromRetryPolicy populates our RetryPolicy from the provided source RetryPolicy

func (*RetryPolicy) AssignPropertiesToRetryPolicy

func (policy *RetryPolicy) AssignPropertiesToRetryPolicy(destination *alpha20200601s.RetryPolicy) error

AssignPropertiesToRetryPolicy populates the provided destination RetryPolicy from our RetryPolicy

func (*RetryPolicy) ConvertToARM

func (policy *RetryPolicy) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*RetryPolicy) DeepCopy

func (in *RetryPolicy) DeepCopy() *RetryPolicy

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

func (*RetryPolicy) DeepCopyInto

func (in *RetryPolicy) DeepCopyInto(out *RetryPolicy)

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

func (*RetryPolicy) NewEmptyARMValue

func (policy *RetryPolicy) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*RetryPolicy) PopulateFromARM

func (policy *RetryPolicy) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type RetryPolicyARM

type RetryPolicyARM struct {
	EventTimeToLiveInMinutes *int `json:"eventTimeToLiveInMinutes,omitempty"`
	MaxDeliveryAttempts      *int `json:"maxDeliveryAttempts,omitempty"`
}

Deprecated version of RetryPolicy. Use v1beta20200601.RetryPolicy instead

func (*RetryPolicyARM) DeepCopy

func (in *RetryPolicyARM) DeepCopy() *RetryPolicyARM

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

func (*RetryPolicyARM) DeepCopyInto

func (in *RetryPolicyARM) DeepCopyInto(out *RetryPolicyARM)

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

type RetryPolicy_Status

type RetryPolicy_Status struct {
	EventTimeToLiveInMinutes *int `json:"eventTimeToLiveInMinutes,omitempty"`
	MaxDeliveryAttempts      *int `json:"maxDeliveryAttempts,omitempty"`
}

Deprecated version of RetryPolicy_Status. Use v1beta20200601.RetryPolicy_Status instead

func (*RetryPolicy_Status) AssignPropertiesFromRetryPolicyStatus

func (policy *RetryPolicy_Status) AssignPropertiesFromRetryPolicyStatus(source *alpha20200601s.RetryPolicy_Status) error

AssignPropertiesFromRetryPolicyStatus populates our RetryPolicy_Status from the provided source RetryPolicy_Status

func (*RetryPolicy_Status) AssignPropertiesToRetryPolicyStatus

func (policy *RetryPolicy_Status) AssignPropertiesToRetryPolicyStatus(destination *alpha20200601s.RetryPolicy_Status) error

AssignPropertiesToRetryPolicyStatus populates the provided destination RetryPolicy_Status from our RetryPolicy_Status

func (*RetryPolicy_Status) DeepCopy

func (in *RetryPolicy_Status) DeepCopy() *RetryPolicy_Status

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

func (*RetryPolicy_Status) DeepCopyInto

func (in *RetryPolicy_Status) DeepCopyInto(out *RetryPolicy_Status)

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

func (*RetryPolicy_Status) NewEmptyARMValue

func (policy *RetryPolicy_Status) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*RetryPolicy_Status) PopulateFromARM

func (policy *RetryPolicy_Status) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type RetryPolicy_StatusARM

type RetryPolicy_StatusARM struct {
	EventTimeToLiveInMinutes *int `json:"eventTimeToLiveInMinutes,omitempty"`
	MaxDeliveryAttempts      *int `json:"maxDeliveryAttempts,omitempty"`
}

Deprecated version of RetryPolicy_Status. Use v1beta20200601.RetryPolicy_Status instead

func (*RetryPolicy_StatusARM) DeepCopy

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

func (*RetryPolicy_StatusARM) DeepCopyInto

func (in *RetryPolicy_StatusARM) DeepCopyInto(out *RetryPolicy_StatusARM)

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

type ServiceBusQueueEventSubscriptionDestination

type ServiceBusQueueEventSubscriptionDestination struct {
	// +kubebuilder:validation:Required
	EndpointType *ServiceBusQueueEventSubscriptionDestinationEndpointType `json:"endpointType,omitempty"`
	Properties   *ServiceBusQueueEventSubscriptionDestinationProperties   `json:"properties,omitempty"`
}

Deprecated version of ServiceBusQueueEventSubscriptionDestination. Use v1beta20200601.ServiceBusQueueEventSubscriptionDestination instead

func (*ServiceBusQueueEventSubscriptionDestination) AssignPropertiesFromServiceBusQueueEventSubscriptionDestination

func (destination *ServiceBusQueueEventSubscriptionDestination) AssignPropertiesFromServiceBusQueueEventSubscriptionDestination(source *alpha20200601s.ServiceBusQueueEventSubscriptionDestination) error

AssignPropertiesFromServiceBusQueueEventSubscriptionDestination populates our ServiceBusQueueEventSubscriptionDestination from the provided source ServiceBusQueueEventSubscriptionDestination

func (*ServiceBusQueueEventSubscriptionDestination) AssignPropertiesToServiceBusQueueEventSubscriptionDestination

func (destination *ServiceBusQueueEventSubscriptionDestination) AssignPropertiesToServiceBusQueueEventSubscriptionDestination(target *alpha20200601s.ServiceBusQueueEventSubscriptionDestination) error

AssignPropertiesToServiceBusQueueEventSubscriptionDestination populates the provided destination ServiceBusQueueEventSubscriptionDestination from our ServiceBusQueueEventSubscriptionDestination

func (*ServiceBusQueueEventSubscriptionDestination) ConvertToARM

func (destination *ServiceBusQueueEventSubscriptionDestination) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*ServiceBusQueueEventSubscriptionDestination) DeepCopy

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

func (*ServiceBusQueueEventSubscriptionDestination) DeepCopyInto

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

func (*ServiceBusQueueEventSubscriptionDestination) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ServiceBusQueueEventSubscriptionDestination) PopulateFromARM

func (destination *ServiceBusQueueEventSubscriptionDestination) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ServiceBusQueueEventSubscriptionDestinationARM

type ServiceBusQueueEventSubscriptionDestinationARM struct {
	EndpointType ServiceBusQueueEventSubscriptionDestinationEndpointType   `json:"endpointType,omitempty"`
	Properties   *ServiceBusQueueEventSubscriptionDestinationPropertiesARM `json:"properties,omitempty"`
}

Deprecated version of ServiceBusQueueEventSubscriptionDestination. Use v1beta20200601.ServiceBusQueueEventSubscriptionDestination instead

func (*ServiceBusQueueEventSubscriptionDestinationARM) DeepCopy

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

func (*ServiceBusQueueEventSubscriptionDestinationARM) DeepCopyInto

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

type ServiceBusQueueEventSubscriptionDestinationEndpointType

type ServiceBusQueueEventSubscriptionDestinationEndpointType string

Deprecated version of ServiceBusQueueEventSubscriptionDestinationEndpointType. Use v1beta20200601.ServiceBusQueueEventSubscriptionDestinationEndpointType instead +kubebuilder:validation:Enum={"ServiceBusQueue"}

type ServiceBusQueueEventSubscriptionDestinationProperties

type ServiceBusQueueEventSubscriptionDestinationProperties struct {
	ResourceReference *genruntime.ResourceReference `armReference:"ResourceId" json:"resourceReference,omitempty"`
}

Deprecated version of ServiceBusQueueEventSubscriptionDestinationProperties. Use v1beta20200601.ServiceBusQueueEventSubscriptionDestinationProperties instead

func (*ServiceBusQueueEventSubscriptionDestinationProperties) AssignPropertiesFromServiceBusQueueEventSubscriptionDestinationProperties

func (properties *ServiceBusQueueEventSubscriptionDestinationProperties) AssignPropertiesFromServiceBusQueueEventSubscriptionDestinationProperties(source *alpha20200601s.ServiceBusQueueEventSubscriptionDestinationProperties) error

AssignPropertiesFromServiceBusQueueEventSubscriptionDestinationProperties populates our ServiceBusQueueEventSubscriptionDestinationProperties from the provided source ServiceBusQueueEventSubscriptionDestinationProperties

func (*ServiceBusQueueEventSubscriptionDestinationProperties) AssignPropertiesToServiceBusQueueEventSubscriptionDestinationProperties

func (properties *ServiceBusQueueEventSubscriptionDestinationProperties) AssignPropertiesToServiceBusQueueEventSubscriptionDestinationProperties(destination *alpha20200601s.ServiceBusQueueEventSubscriptionDestinationProperties) error

AssignPropertiesToServiceBusQueueEventSubscriptionDestinationProperties populates the provided destination ServiceBusQueueEventSubscriptionDestinationProperties from our ServiceBusQueueEventSubscriptionDestinationProperties

func (*ServiceBusQueueEventSubscriptionDestinationProperties) ConvertToARM

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*ServiceBusQueueEventSubscriptionDestinationProperties) DeepCopy

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

func (*ServiceBusQueueEventSubscriptionDestinationProperties) DeepCopyInto

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

func (*ServiceBusQueueEventSubscriptionDestinationProperties) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ServiceBusQueueEventSubscriptionDestinationProperties) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ServiceBusQueueEventSubscriptionDestinationPropertiesARM

type ServiceBusQueueEventSubscriptionDestinationPropertiesARM struct {
	ResourceId *string `json:"resourceId,omitempty"`
}

Deprecated version of ServiceBusQueueEventSubscriptionDestinationProperties. Use v1beta20200601.ServiceBusQueueEventSubscriptionDestinationProperties instead

func (*ServiceBusQueueEventSubscriptionDestinationPropertiesARM) DeepCopy

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

func (*ServiceBusQueueEventSubscriptionDestinationPropertiesARM) DeepCopyInto

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

type ServiceBusTopicEventSubscriptionDestination

type ServiceBusTopicEventSubscriptionDestination struct {
	// +kubebuilder:validation:Required
	EndpointType *ServiceBusTopicEventSubscriptionDestinationEndpointType `json:"endpointType,omitempty"`
	Properties   *ServiceBusTopicEventSubscriptionDestinationProperties   `json:"properties,omitempty"`
}

Deprecated version of ServiceBusTopicEventSubscriptionDestination. Use v1beta20200601.ServiceBusTopicEventSubscriptionDestination instead

func (*ServiceBusTopicEventSubscriptionDestination) AssignPropertiesFromServiceBusTopicEventSubscriptionDestination

func (destination *ServiceBusTopicEventSubscriptionDestination) AssignPropertiesFromServiceBusTopicEventSubscriptionDestination(source *alpha20200601s.ServiceBusTopicEventSubscriptionDestination) error

AssignPropertiesFromServiceBusTopicEventSubscriptionDestination populates our ServiceBusTopicEventSubscriptionDestination from the provided source ServiceBusTopicEventSubscriptionDestination

func (*ServiceBusTopicEventSubscriptionDestination) AssignPropertiesToServiceBusTopicEventSubscriptionDestination

func (destination *ServiceBusTopicEventSubscriptionDestination) AssignPropertiesToServiceBusTopicEventSubscriptionDestination(target *alpha20200601s.ServiceBusTopicEventSubscriptionDestination) error

AssignPropertiesToServiceBusTopicEventSubscriptionDestination populates the provided destination ServiceBusTopicEventSubscriptionDestination from our ServiceBusTopicEventSubscriptionDestination

func (*ServiceBusTopicEventSubscriptionDestination) ConvertToARM

func (destination *ServiceBusTopicEventSubscriptionDestination) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*ServiceBusTopicEventSubscriptionDestination) DeepCopy

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

func (*ServiceBusTopicEventSubscriptionDestination) DeepCopyInto

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

func (*ServiceBusTopicEventSubscriptionDestination) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ServiceBusTopicEventSubscriptionDestination) PopulateFromARM

func (destination *ServiceBusTopicEventSubscriptionDestination) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ServiceBusTopicEventSubscriptionDestinationARM

type ServiceBusTopicEventSubscriptionDestinationARM struct {
	EndpointType ServiceBusTopicEventSubscriptionDestinationEndpointType   `json:"endpointType,omitempty"`
	Properties   *ServiceBusTopicEventSubscriptionDestinationPropertiesARM `json:"properties,omitempty"`
}

Deprecated version of ServiceBusTopicEventSubscriptionDestination. Use v1beta20200601.ServiceBusTopicEventSubscriptionDestination instead

func (*ServiceBusTopicEventSubscriptionDestinationARM) DeepCopy

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

func (*ServiceBusTopicEventSubscriptionDestinationARM) DeepCopyInto

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

type ServiceBusTopicEventSubscriptionDestinationEndpointType

type ServiceBusTopicEventSubscriptionDestinationEndpointType string

Deprecated version of ServiceBusTopicEventSubscriptionDestinationEndpointType. Use v1beta20200601.ServiceBusTopicEventSubscriptionDestinationEndpointType instead +kubebuilder:validation:Enum={"ServiceBusTopic"}

type ServiceBusTopicEventSubscriptionDestinationProperties

type ServiceBusTopicEventSubscriptionDestinationProperties struct {
	ResourceReference *genruntime.ResourceReference `armReference:"ResourceId" json:"resourceReference,omitempty"`
}

Deprecated version of ServiceBusTopicEventSubscriptionDestinationProperties. Use v1beta20200601.ServiceBusTopicEventSubscriptionDestinationProperties instead

func (*ServiceBusTopicEventSubscriptionDestinationProperties) AssignPropertiesFromServiceBusTopicEventSubscriptionDestinationProperties

func (properties *ServiceBusTopicEventSubscriptionDestinationProperties) AssignPropertiesFromServiceBusTopicEventSubscriptionDestinationProperties(source *alpha20200601s.ServiceBusTopicEventSubscriptionDestinationProperties) error

AssignPropertiesFromServiceBusTopicEventSubscriptionDestinationProperties populates our ServiceBusTopicEventSubscriptionDestinationProperties from the provided source ServiceBusTopicEventSubscriptionDestinationProperties

func (*ServiceBusTopicEventSubscriptionDestinationProperties) AssignPropertiesToServiceBusTopicEventSubscriptionDestinationProperties

func (properties *ServiceBusTopicEventSubscriptionDestinationProperties) AssignPropertiesToServiceBusTopicEventSubscriptionDestinationProperties(destination *alpha20200601s.ServiceBusTopicEventSubscriptionDestinationProperties) error

AssignPropertiesToServiceBusTopicEventSubscriptionDestinationProperties populates the provided destination ServiceBusTopicEventSubscriptionDestinationProperties from our ServiceBusTopicEventSubscriptionDestinationProperties

func (*ServiceBusTopicEventSubscriptionDestinationProperties) ConvertToARM

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*ServiceBusTopicEventSubscriptionDestinationProperties) DeepCopy

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

func (*ServiceBusTopicEventSubscriptionDestinationProperties) DeepCopyInto

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

func (*ServiceBusTopicEventSubscriptionDestinationProperties) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ServiceBusTopicEventSubscriptionDestinationProperties) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ServiceBusTopicEventSubscriptionDestinationPropertiesARM

type ServiceBusTopicEventSubscriptionDestinationPropertiesARM struct {
	ResourceId *string `json:"resourceId,omitempty"`
}

Deprecated version of ServiceBusTopicEventSubscriptionDestinationProperties. Use v1beta20200601.ServiceBusTopicEventSubscriptionDestinationProperties instead

func (*ServiceBusTopicEventSubscriptionDestinationPropertiesARM) DeepCopy

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

func (*ServiceBusTopicEventSubscriptionDestinationPropertiesARM) DeepCopyInto

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

type StorageBlobDeadLetterDestination

type StorageBlobDeadLetterDestination struct {
	// +kubebuilder:validation:Required
	EndpointType *StorageBlobDeadLetterDestinationEndpointType `json:"endpointType,omitempty"`
	Properties   *StorageBlobDeadLetterDestinationProperties   `json:"properties,omitempty"`
}

Deprecated version of StorageBlobDeadLetterDestination. Use v1beta20200601.StorageBlobDeadLetterDestination instead

func (*StorageBlobDeadLetterDestination) AssignPropertiesFromStorageBlobDeadLetterDestination

func (destination *StorageBlobDeadLetterDestination) AssignPropertiesFromStorageBlobDeadLetterDestination(source *alpha20200601s.StorageBlobDeadLetterDestination) error

AssignPropertiesFromStorageBlobDeadLetterDestination populates our StorageBlobDeadLetterDestination from the provided source StorageBlobDeadLetterDestination

func (*StorageBlobDeadLetterDestination) AssignPropertiesToStorageBlobDeadLetterDestination

func (destination *StorageBlobDeadLetterDestination) AssignPropertiesToStorageBlobDeadLetterDestination(target *alpha20200601s.StorageBlobDeadLetterDestination) error

AssignPropertiesToStorageBlobDeadLetterDestination populates the provided destination StorageBlobDeadLetterDestination from our StorageBlobDeadLetterDestination

func (*StorageBlobDeadLetterDestination) ConvertToARM

func (destination *StorageBlobDeadLetterDestination) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*StorageBlobDeadLetterDestination) DeepCopy

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

func (*StorageBlobDeadLetterDestination) DeepCopyInto

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

func (*StorageBlobDeadLetterDestination) NewEmptyARMValue

func (destination *StorageBlobDeadLetterDestination) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*StorageBlobDeadLetterDestination) PopulateFromARM

func (destination *StorageBlobDeadLetterDestination) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type StorageBlobDeadLetterDestinationARM

type StorageBlobDeadLetterDestinationARM struct {
	EndpointType *StorageBlobDeadLetterDestinationEndpointType  `json:"endpointType,omitempty"`
	Properties   *StorageBlobDeadLetterDestinationPropertiesARM `json:"properties,omitempty"`
}

Deprecated version of StorageBlobDeadLetterDestination. Use v1beta20200601.StorageBlobDeadLetterDestination instead

func (*StorageBlobDeadLetterDestinationARM) DeepCopy

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

func (*StorageBlobDeadLetterDestinationARM) DeepCopyInto

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

type StorageBlobDeadLetterDestinationEndpointType

type StorageBlobDeadLetterDestinationEndpointType string

Deprecated version of StorageBlobDeadLetterDestinationEndpointType. Use v1beta20200601.StorageBlobDeadLetterDestinationEndpointType instead +kubebuilder:validation:Enum={"StorageBlob"}

type StorageBlobDeadLetterDestinationProperties

type StorageBlobDeadLetterDestinationProperties struct {
	BlobContainerName *string                       `json:"blobContainerName,omitempty"`
	ResourceReference *genruntime.ResourceReference `armReference:"ResourceId" json:"resourceReference,omitempty"`
}

Deprecated version of StorageBlobDeadLetterDestinationProperties. Use v1beta20200601.StorageBlobDeadLetterDestinationProperties instead

func (*StorageBlobDeadLetterDestinationProperties) AssignPropertiesFromStorageBlobDeadLetterDestinationProperties

func (properties *StorageBlobDeadLetterDestinationProperties) AssignPropertiesFromStorageBlobDeadLetterDestinationProperties(source *alpha20200601s.StorageBlobDeadLetterDestinationProperties) error

AssignPropertiesFromStorageBlobDeadLetterDestinationProperties populates our StorageBlobDeadLetterDestinationProperties from the provided source StorageBlobDeadLetterDestinationProperties

func (*StorageBlobDeadLetterDestinationProperties) AssignPropertiesToStorageBlobDeadLetterDestinationProperties

func (properties *StorageBlobDeadLetterDestinationProperties) AssignPropertiesToStorageBlobDeadLetterDestinationProperties(destination *alpha20200601s.StorageBlobDeadLetterDestinationProperties) error

AssignPropertiesToStorageBlobDeadLetterDestinationProperties populates the provided destination StorageBlobDeadLetterDestinationProperties from our StorageBlobDeadLetterDestinationProperties

func (*StorageBlobDeadLetterDestinationProperties) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*StorageBlobDeadLetterDestinationProperties) DeepCopy

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

func (*StorageBlobDeadLetterDestinationProperties) DeepCopyInto

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

func (*StorageBlobDeadLetterDestinationProperties) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*StorageBlobDeadLetterDestinationProperties) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type StorageBlobDeadLetterDestinationPropertiesARM

type StorageBlobDeadLetterDestinationPropertiesARM struct {
	BlobContainerName *string `json:"blobContainerName,omitempty"`
	ResourceId        *string `json:"resourceId,omitempty"`
}

Deprecated version of StorageBlobDeadLetterDestinationProperties. Use v1beta20200601.StorageBlobDeadLetterDestinationProperties instead

func (*StorageBlobDeadLetterDestinationPropertiesARM) DeepCopy

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

func (*StorageBlobDeadLetterDestinationPropertiesARM) DeepCopyInto

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

type StorageQueueEventSubscriptionDestination

type StorageQueueEventSubscriptionDestination struct {
	// +kubebuilder:validation:Required
	EndpointType *StorageQueueEventSubscriptionDestinationEndpointType `json:"endpointType,omitempty"`
	Properties   *StorageQueueEventSubscriptionDestinationProperties   `json:"properties,omitempty"`
}

Deprecated version of StorageQueueEventSubscriptionDestination. Use v1beta20200601.StorageQueueEventSubscriptionDestination instead

func (*StorageQueueEventSubscriptionDestination) AssignPropertiesFromStorageQueueEventSubscriptionDestination

func (destination *StorageQueueEventSubscriptionDestination) AssignPropertiesFromStorageQueueEventSubscriptionDestination(source *alpha20200601s.StorageQueueEventSubscriptionDestination) error

AssignPropertiesFromStorageQueueEventSubscriptionDestination populates our StorageQueueEventSubscriptionDestination from the provided source StorageQueueEventSubscriptionDestination

func (*StorageQueueEventSubscriptionDestination) AssignPropertiesToStorageQueueEventSubscriptionDestination

func (destination *StorageQueueEventSubscriptionDestination) AssignPropertiesToStorageQueueEventSubscriptionDestination(target *alpha20200601s.StorageQueueEventSubscriptionDestination) error

AssignPropertiesToStorageQueueEventSubscriptionDestination populates the provided destination StorageQueueEventSubscriptionDestination from our StorageQueueEventSubscriptionDestination

func (*StorageQueueEventSubscriptionDestination) ConvertToARM

func (destination *StorageQueueEventSubscriptionDestination) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*StorageQueueEventSubscriptionDestination) DeepCopy

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

func (*StorageQueueEventSubscriptionDestination) DeepCopyInto

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

func (*StorageQueueEventSubscriptionDestination) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*StorageQueueEventSubscriptionDestination) PopulateFromARM

func (destination *StorageQueueEventSubscriptionDestination) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type StorageQueueEventSubscriptionDestinationARM

type StorageQueueEventSubscriptionDestinationARM struct {
	EndpointType StorageQueueEventSubscriptionDestinationEndpointType   `json:"endpointType,omitempty"`
	Properties   *StorageQueueEventSubscriptionDestinationPropertiesARM `json:"properties,omitempty"`
}

Deprecated version of StorageQueueEventSubscriptionDestination. Use v1beta20200601.StorageQueueEventSubscriptionDestination instead

func (*StorageQueueEventSubscriptionDestinationARM) DeepCopy

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

func (*StorageQueueEventSubscriptionDestinationARM) DeepCopyInto

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

type StorageQueueEventSubscriptionDestinationEndpointType

type StorageQueueEventSubscriptionDestinationEndpointType string

Deprecated version of StorageQueueEventSubscriptionDestinationEndpointType. Use v1beta20200601.StorageQueueEventSubscriptionDestinationEndpointType instead +kubebuilder:validation:Enum={"StorageQueue"}

type StorageQueueEventSubscriptionDestinationProperties

type StorageQueueEventSubscriptionDestinationProperties struct {
	QueueName         *string                       `json:"queueName,omitempty"`
	ResourceReference *genruntime.ResourceReference `armReference:"ResourceId" json:"resourceReference,omitempty"`
}

Deprecated version of StorageQueueEventSubscriptionDestinationProperties. Use v1beta20200601.StorageQueueEventSubscriptionDestinationProperties instead

func (*StorageQueueEventSubscriptionDestinationProperties) AssignPropertiesFromStorageQueueEventSubscriptionDestinationProperties

func (properties *StorageQueueEventSubscriptionDestinationProperties) AssignPropertiesFromStorageQueueEventSubscriptionDestinationProperties(source *alpha20200601s.StorageQueueEventSubscriptionDestinationProperties) error

AssignPropertiesFromStorageQueueEventSubscriptionDestinationProperties populates our StorageQueueEventSubscriptionDestinationProperties from the provided source StorageQueueEventSubscriptionDestinationProperties

func (*StorageQueueEventSubscriptionDestinationProperties) AssignPropertiesToStorageQueueEventSubscriptionDestinationProperties

func (properties *StorageQueueEventSubscriptionDestinationProperties) AssignPropertiesToStorageQueueEventSubscriptionDestinationProperties(destination *alpha20200601s.StorageQueueEventSubscriptionDestinationProperties) error

AssignPropertiesToStorageQueueEventSubscriptionDestinationProperties populates the provided destination StorageQueueEventSubscriptionDestinationProperties from our StorageQueueEventSubscriptionDestinationProperties

func (*StorageQueueEventSubscriptionDestinationProperties) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*StorageQueueEventSubscriptionDestinationProperties) DeepCopy

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

func (*StorageQueueEventSubscriptionDestinationProperties) DeepCopyInto

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

func (*StorageQueueEventSubscriptionDestinationProperties) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*StorageQueueEventSubscriptionDestinationProperties) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type StorageQueueEventSubscriptionDestinationPropertiesARM

type StorageQueueEventSubscriptionDestinationPropertiesARM struct {
	QueueName  *string `json:"queueName,omitempty"`
	ResourceId *string `json:"resourceId,omitempty"`
}

Deprecated version of StorageQueueEventSubscriptionDestinationProperties. Use v1beta20200601.StorageQueueEventSubscriptionDestinationProperties instead

func (*StorageQueueEventSubscriptionDestinationPropertiesARM) DeepCopy

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

func (*StorageQueueEventSubscriptionDestinationPropertiesARM) DeepCopyInto

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

type SystemDataStatusCreatedByType

type SystemDataStatusCreatedByType string

Deprecated version of SystemDataStatusCreatedByType. Use v1beta20200601.SystemDataStatusCreatedByType instead

type SystemDataStatusLastModifiedByType

type SystemDataStatusLastModifiedByType string

Deprecated version of SystemDataStatusLastModifiedByType. Use v1beta20200601.SystemDataStatusLastModifiedByType instead

type SystemData_Status

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

Deprecated version of SystemData_Status. Use v1beta20200601.SystemData_Status instead

func (*SystemData_Status) AssignPropertiesFromSystemDataStatus

func (data *SystemData_Status) AssignPropertiesFromSystemDataStatus(source *alpha20200601s.SystemData_Status) error

AssignPropertiesFromSystemDataStatus populates our SystemData_Status from the provided source SystemData_Status

func (*SystemData_Status) AssignPropertiesToSystemDataStatus

func (data *SystemData_Status) AssignPropertiesToSystemDataStatus(destination *alpha20200601s.SystemData_Status) error

AssignPropertiesToSystemDataStatus 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_StatusARM

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

Deprecated version of SystemData_Status. Use v1beta20200601.SystemData_Status instead

func (*SystemData_StatusARM) DeepCopy

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

func (*SystemData_StatusARM) DeepCopyInto

func (in *SystemData_StatusARM) DeepCopyInto(out *SystemData_StatusARM)

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

type Topic

type Topic struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Topics_Spec  `json:"spec,omitempty"`
	Status            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 Topic. Use v1beta20200601.Topic instead

func (*Topic) AssignPropertiesFromTopic

func (topic *Topic) AssignPropertiesFromTopic(source *alpha20200601s.Topic) error

AssignPropertiesFromTopic populates our Topic from the provided source Topic

func (*Topic) AssignPropertiesToTopic

func (topic *Topic) AssignPropertiesToTopic(destination *alpha20200601s.Topic) error

AssignPropertiesToTopic populates the provided destination Topic from our Topic

func (*Topic) AzureName

func (topic *Topic) AzureName() string

AzureName returns the Azure name of the resource

func (*Topic) ConvertFrom

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

ConvertFrom populates our Topic from the provided hub Topic

func (*Topic) ConvertTo

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

ConvertTo populates the provided hub Topic from our Topic

func (*Topic) DeepCopy

func (in *Topic) DeepCopy() *Topic

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

func (*Topic) DeepCopyInto

func (in *Topic) DeepCopyInto(out *Topic)

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

func (*Topic) DeepCopyObject

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

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

func (*Topic) Default

func (topic *Topic) Default()

Default applies defaults to the Topic resource

func (Topic) GetAPIVersion

func (topic Topic) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2020-06-01"

func (*Topic) GetConditions

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

GetConditions returns the conditions of the resource

func (*Topic) GetResourceKind

func (topic *Topic) GetResourceKind() genruntime.ResourceKind

GetResourceKind returns the kind of the resource

func (*Topic) GetSpec

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

GetSpec returns the specification of this resource

func (*Topic) GetStatus

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

GetStatus returns the status of this resource

func (*Topic) GetType

func (topic *Topic) GetType() string

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

func (*Topic) NewEmptyStatus

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

NewEmptyStatus returns a new empty (blank) status

func (*Topic) OriginalGVK

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

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

func (*Topic) Owner

func (topic *Topic) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner, or nil if there is no owner

func (*Topic) SetConditions

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

SetConditions sets the conditions on the resource status

func (*Topic) SetStatus

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

SetStatus sets the status of this resource

func (*Topic) ValidateCreate

func (topic *Topic) ValidateCreate() error

ValidateCreate validates the creation of the resource

func (*Topic) ValidateDelete

func (topic *Topic) ValidateDelete() error

ValidateDelete validates the deletion of the resource

func (*Topic) ValidateUpdate

func (topic *Topic) ValidateUpdate(old runtime.Object) error

ValidateUpdate validates an update of the resource

type TopicList

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

+kubebuilder:object:root=true Deprecated version of Topic. Use v1beta20200601.Topic instead

func (*TopicList) DeepCopy

func (in *TopicList) DeepCopy() *TopicList

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

func (*TopicList) DeepCopyInto

func (in *TopicList) DeepCopyInto(out *TopicList)

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

func (*TopicList) DeepCopyObject

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

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

type TopicPropertiesStatusInputSchema

type TopicPropertiesStatusInputSchema string

Deprecated version of TopicPropertiesStatusInputSchema. Use v1beta20200601.TopicPropertiesStatusInputSchema instead

type TopicPropertiesStatusProvisioningState

type TopicPropertiesStatusProvisioningState string

Deprecated version of TopicPropertiesStatusProvisioningState. Use v1beta20200601.TopicPropertiesStatusProvisioningState instead

type TopicPropertiesStatusPublicNetworkAccess

type TopicPropertiesStatusPublicNetworkAccess string

Deprecated version of TopicPropertiesStatusPublicNetworkAccess. Use v1beta20200601.TopicPropertiesStatusPublicNetworkAccess instead

type TopicProperties_StatusARM

type TopicProperties_StatusARM struct {
	Endpoint                   *string                                                         `json:"endpoint,omitempty"`
	InboundIpRules             []InboundIpRule_StatusARM                                       `json:"inboundIpRules,omitempty"`
	InputSchema                *TopicPropertiesStatusInputSchema                               `json:"inputSchema,omitempty"`
	InputSchemaMapping         *InputSchemaMapping_StatusARM                                   `json:"inputSchemaMapping,omitempty"`
	MetricResourceId           *string                                                         `json:"metricResourceId,omitempty"`
	PrivateEndpointConnections []PrivateEndpointConnection_Status_Topic_SubResourceEmbeddedARM `json:"privateEndpointConnections,omitempty"`
	ProvisioningState          *TopicPropertiesStatusProvisioningState                         `json:"provisioningState,omitempty"`
	PublicNetworkAccess        *TopicPropertiesStatusPublicNetworkAccess                       `json:"publicNetworkAccess,omitempty"`
}

Deprecated version of TopicProperties_Status. Use v1beta20200601.TopicProperties_Status instead

func (*TopicProperties_StatusARM) DeepCopy

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

func (*TopicProperties_StatusARM) DeepCopyInto

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

type Topic_Status

type Topic_Status struct {
	// Conditions: The observed state of the resource
	Conditions                 []conditions.Condition                                       `json:"conditions,omitempty"`
	Endpoint                   *string                                                      `json:"endpoint,omitempty"`
	Id                         *string                                                      `json:"id,omitempty"`
	InboundIpRules             []InboundIpRule_Status                                       `json:"inboundIpRules,omitempty"`
	InputSchema                *TopicPropertiesStatusInputSchema                            `json:"inputSchema,omitempty"`
	InputSchemaMapping         *InputSchemaMapping_Status                                   `json:"inputSchemaMapping,omitempty"`
	Location                   *string                                                      `json:"location,omitempty"`
	MetricResourceId           *string                                                      `json:"metricResourceId,omitempty"`
	Name                       *string                                                      `json:"name,omitempty"`
	PrivateEndpointConnections []PrivateEndpointConnection_Status_Topic_SubResourceEmbedded `json:"privateEndpointConnections,omitempty"`
	ProvisioningState          *TopicPropertiesStatusProvisioningState                      `json:"provisioningState,omitempty"`
	PublicNetworkAccess        *TopicPropertiesStatusPublicNetworkAccess                    `json:"publicNetworkAccess,omitempty"`
	SystemData                 *SystemData_Status                                           `json:"systemData,omitempty"`
	Tags                       map[string]string                                            `json:"tags,omitempty"`
	Type                       *string                                                      `json:"type,omitempty"`
}

Deprecated version of Topic_Status. Use v1beta20200601.Topic_Status instead

func (*Topic_Status) AssignPropertiesFromTopicStatus

func (topic *Topic_Status) AssignPropertiesFromTopicStatus(source *alpha20200601s.Topic_Status) error

AssignPropertiesFromTopicStatus populates our Topic_Status from the provided source Topic_Status

func (*Topic_Status) AssignPropertiesToTopicStatus

func (topic *Topic_Status) AssignPropertiesToTopicStatus(destination *alpha20200601s.Topic_Status) error

AssignPropertiesToTopicStatus populates the provided destination Topic_Status from our Topic_Status

func (*Topic_Status) ConvertStatusFrom

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

ConvertStatusFrom populates our Topic_Status from the provided source

func (*Topic_Status) ConvertStatusTo

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

ConvertStatusTo populates the provided destination from our Topic_Status

func (*Topic_Status) DeepCopy

func (in *Topic_Status) DeepCopy() *Topic_Status

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

func (*Topic_Status) DeepCopyInto

func (in *Topic_Status) DeepCopyInto(out *Topic_Status)

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

func (*Topic_Status) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Topic_Status) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Topic_StatusARM

type Topic_StatusARM struct {
	Id         *string                    `json:"id,omitempty"`
	Location   *string                    `json:"location,omitempty"`
	Name       *string                    `json:"name,omitempty"`
	Properties *TopicProperties_StatusARM `json:"properties,omitempty"`
	SystemData *SystemData_StatusARM      `json:"systemData,omitempty"`
	Tags       map[string]string          `json:"tags,omitempty"`
	Type       *string                    `json:"type,omitempty"`
}

Deprecated version of Topic_Status. Use v1beta20200601.Topic_Status instead

func (*Topic_StatusARM) DeepCopy

func (in *Topic_StatusARM) DeepCopy() *Topic_StatusARM

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

func (*Topic_StatusARM) DeepCopyInto

func (in *Topic_StatusARM) DeepCopyInto(out *Topic_StatusARM)

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

type Topics_Spec

type Topics_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"`
	Location  *string `json:"location,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"`
	Tags  map[string]string                  `json:"tags,omitempty"`
}

func (*Topics_Spec) AssignPropertiesFromTopicsSpec

func (topics *Topics_Spec) AssignPropertiesFromTopicsSpec(source *alpha20200601s.Topics_Spec) error

AssignPropertiesFromTopicsSpec populates our Topics_Spec from the provided source Topics_Spec

func (*Topics_Spec) AssignPropertiesToTopicsSpec

func (topics *Topics_Spec) AssignPropertiesToTopicsSpec(destination *alpha20200601s.Topics_Spec) error

AssignPropertiesToTopicsSpec populates the provided destination Topics_Spec from our Topics_Spec

func (*Topics_Spec) ConvertSpecFrom

func (topics *Topics_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our Topics_Spec from the provided source

func (*Topics_Spec) ConvertSpecTo

func (topics *Topics_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our Topics_Spec

func (*Topics_Spec) ConvertToARM

func (topics *Topics_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Topics_Spec) DeepCopy

func (in *Topics_Spec) DeepCopy() *Topics_Spec

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

func (*Topics_Spec) DeepCopyInto

func (in *Topics_Spec) DeepCopyInto(out *Topics_Spec)

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

func (*Topics_Spec) NewEmptyARMValue

func (topics *Topics_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Topics_Spec) OriginalVersion

func (topics *Topics_Spec) OriginalVersion() string

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

func (*Topics_Spec) PopulateFromARM

func (topics *Topics_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*Topics_Spec) SetAzureName

func (topics *Topics_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type Topics_SpecARM

type Topics_SpecARM struct {
	Location *string           `json:"location,omitempty"`
	Name     string            `json:"name,omitempty"`
	Tags     map[string]string `json:"tags,omitempty"`
}

Deprecated version of Topics_Spec. Use v1beta20200601.Topics_Spec instead

func (*Topics_SpecARM) DeepCopy

func (in *Topics_SpecARM) DeepCopy() *Topics_SpecARM

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

func (*Topics_SpecARM) DeepCopyInto

func (in *Topics_SpecARM) DeepCopyInto(out *Topics_SpecARM)

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

func (Topics_SpecARM) GetAPIVersion

func (topics Topics_SpecARM) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2020-06-01"

func (*Topics_SpecARM) GetName

func (topics *Topics_SpecARM) GetName() string

GetName returns the Name of the resource

func (*Topics_SpecARM) GetType

func (topics *Topics_SpecARM) GetType() string

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

type WebHookEventSubscriptionDestination

type WebHookEventSubscriptionDestination struct {
	// +kubebuilder:validation:Required
	EndpointType *WebHookEventSubscriptionDestinationEndpointType `json:"endpointType,omitempty"`
	Properties   *WebHookEventSubscriptionDestinationProperties   `json:"properties,omitempty"`
}

Deprecated version of WebHookEventSubscriptionDestination. Use v1beta20200601.WebHookEventSubscriptionDestination instead

func (*WebHookEventSubscriptionDestination) AssignPropertiesFromWebHookEventSubscriptionDestination

func (destination *WebHookEventSubscriptionDestination) AssignPropertiesFromWebHookEventSubscriptionDestination(source *alpha20200601s.WebHookEventSubscriptionDestination) error

AssignPropertiesFromWebHookEventSubscriptionDestination populates our WebHookEventSubscriptionDestination from the provided source WebHookEventSubscriptionDestination

func (*WebHookEventSubscriptionDestination) AssignPropertiesToWebHookEventSubscriptionDestination

func (destination *WebHookEventSubscriptionDestination) AssignPropertiesToWebHookEventSubscriptionDestination(target *alpha20200601s.WebHookEventSubscriptionDestination) error

AssignPropertiesToWebHookEventSubscriptionDestination populates the provided destination WebHookEventSubscriptionDestination from our WebHookEventSubscriptionDestination

func (*WebHookEventSubscriptionDestination) ConvertToARM

func (destination *WebHookEventSubscriptionDestination) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*WebHookEventSubscriptionDestination) DeepCopy

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

func (*WebHookEventSubscriptionDestination) DeepCopyInto

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

func (*WebHookEventSubscriptionDestination) NewEmptyARMValue

func (destination *WebHookEventSubscriptionDestination) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebHookEventSubscriptionDestination) PopulateFromARM

func (destination *WebHookEventSubscriptionDestination) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebHookEventSubscriptionDestinationARM

type WebHookEventSubscriptionDestinationARM struct {
	EndpointType WebHookEventSubscriptionDestinationEndpointType   `json:"endpointType,omitempty"`
	Properties   *WebHookEventSubscriptionDestinationPropertiesARM `json:"properties,omitempty"`
}

Deprecated version of WebHookEventSubscriptionDestination. Use v1beta20200601.WebHookEventSubscriptionDestination instead

func (*WebHookEventSubscriptionDestinationARM) DeepCopy

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

func (*WebHookEventSubscriptionDestinationARM) DeepCopyInto

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

type WebHookEventSubscriptionDestinationEndpointType

type WebHookEventSubscriptionDestinationEndpointType string

Deprecated version of WebHookEventSubscriptionDestinationEndpointType. Use v1beta20200601.WebHookEventSubscriptionDestinationEndpointType instead +kubebuilder:validation:Enum={"WebHook"}

type WebHookEventSubscriptionDestinationProperties

type WebHookEventSubscriptionDestinationProperties struct {
	AzureActiveDirectoryApplicationIdOrUri *string `json:"azureActiveDirectoryApplicationIdOrUri,omitempty"`
	AzureActiveDirectoryTenantId           *string `json:"azureActiveDirectoryTenantId,omitempty"`
	EndpointUrl                            *string `json:"endpointUrl,omitempty"`
	MaxEventsPerBatch                      *int    `json:"maxEventsPerBatch,omitempty"`
	PreferredBatchSizeInKilobytes          *int    `json:"preferredBatchSizeInKilobytes,omitempty"`
}

Deprecated version of WebHookEventSubscriptionDestinationProperties. Use v1beta20200601.WebHookEventSubscriptionDestinationProperties instead

func (*WebHookEventSubscriptionDestinationProperties) AssignPropertiesFromWebHookEventSubscriptionDestinationProperties

func (properties *WebHookEventSubscriptionDestinationProperties) AssignPropertiesFromWebHookEventSubscriptionDestinationProperties(source *alpha20200601s.WebHookEventSubscriptionDestinationProperties) error

AssignPropertiesFromWebHookEventSubscriptionDestinationProperties populates our WebHookEventSubscriptionDestinationProperties from the provided source WebHookEventSubscriptionDestinationProperties

func (*WebHookEventSubscriptionDestinationProperties) AssignPropertiesToWebHookEventSubscriptionDestinationProperties

func (properties *WebHookEventSubscriptionDestinationProperties) AssignPropertiesToWebHookEventSubscriptionDestinationProperties(destination *alpha20200601s.WebHookEventSubscriptionDestinationProperties) error

AssignPropertiesToWebHookEventSubscriptionDestinationProperties populates the provided destination WebHookEventSubscriptionDestinationProperties from our WebHookEventSubscriptionDestinationProperties

func (*WebHookEventSubscriptionDestinationProperties) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*WebHookEventSubscriptionDestinationProperties) DeepCopy

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

func (*WebHookEventSubscriptionDestinationProperties) DeepCopyInto

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

func (*WebHookEventSubscriptionDestinationProperties) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebHookEventSubscriptionDestinationProperties) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebHookEventSubscriptionDestinationPropertiesARM

type WebHookEventSubscriptionDestinationPropertiesARM struct {
	AzureActiveDirectoryApplicationIdOrUri *string `json:"azureActiveDirectoryApplicationIdOrUri,omitempty"`
	AzureActiveDirectoryTenantId           *string `json:"azureActiveDirectoryTenantId,omitempty"`
	EndpointUrl                            *string `json:"endpointUrl,omitempty"`
	MaxEventsPerBatch                      *int    `json:"maxEventsPerBatch,omitempty"`
	PreferredBatchSizeInKilobytes          *int    `json:"preferredBatchSizeInKilobytes,omitempty"`
}

Deprecated version of WebHookEventSubscriptionDestinationProperties. Use v1beta20200601.WebHookEventSubscriptionDestinationProperties instead

func (*WebHookEventSubscriptionDestinationPropertiesARM) DeepCopy

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

func (*WebHookEventSubscriptionDestinationPropertiesARM) 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