v1alpha2

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2022 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=eventhub.azure.jet.crossplane.io +versionName=v1alpha2

Index

Constants

View Source
const (
	CRDGroup   = "eventhub.azure.jet.crossplane.io"
	CRDVersion = "v1alpha2"
)

Package type metadata.

Variables

View Source
var (
	AuthorizationRule_Kind             = "AuthorizationRule"
	AuthorizationRule_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: AuthorizationRule_Kind}.String()
	AuthorizationRule_KindAPIVersion   = AuthorizationRule_Kind + "." + CRDGroupVersion.String()
	AuthorizationRule_GroupVersionKind = CRDGroupVersion.WithKind(AuthorizationRule_Kind)
)

Repository type metadata.

View Source
var (
	ConsumerGroup_Kind             = "ConsumerGroup"
	ConsumerGroup_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ConsumerGroup_Kind}.String()
	ConsumerGroup_KindAPIVersion   = ConsumerGroup_Kind + "." + CRDGroupVersion.String()
	ConsumerGroup_GroupVersionKind = CRDGroupVersion.WithKind(ConsumerGroup_Kind)
)

Repository type metadata.

View Source
var (
	EventHub_Kind             = "EventHub"
	EventHub_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: EventHub_Kind}.String()
	EventHub_KindAPIVersion   = EventHub_Kind + "." + CRDGroupVersion.String()
	EventHub_GroupVersionKind = CRDGroupVersion.WithKind(EventHub_Kind)
)

Repository type metadata.

View Source
var (
	EventHubNamespace_Kind             = "EventHubNamespace"
	EventHubNamespace_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: EventHubNamespace_Kind}.String()
	EventHubNamespace_KindAPIVersion   = EventHubNamespace_Kind + "." + CRDGroupVersion.String()
	EventHubNamespace_GroupVersionKind = CRDGroupVersion.WithKind(EventHubNamespace_Kind)
)

Repository type metadata.

View Source
var (
	// CRDGroupVersion is the API Group Version used to register the objects
	CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion}

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

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

Functions

This section is empty.

Types

type AuthorizationRule

type AuthorizationRule struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              AuthorizationRuleSpec   `json:"spec"`
	Status            AuthorizationRuleStatus `json:"status,omitempty"`
}

AuthorizationRule is the Schema for the AuthorizationRules API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azurejet}

func (*AuthorizationRule) DeepCopy

func (in *AuthorizationRule) DeepCopy() *AuthorizationRule

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

func (*AuthorizationRule) DeepCopyInto

func (in *AuthorizationRule) DeepCopyInto(out *AuthorizationRule)

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

func (*AuthorizationRule) DeepCopyObject

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

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

func (*AuthorizationRule) GetCondition

func (mg *AuthorizationRule) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this AuthorizationRule.

func (*AuthorizationRule) GetConnectionDetailsMapping

func (tr *AuthorizationRule) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this AuthorizationRule

func (*AuthorizationRule) GetDeletionPolicy

func (mg *AuthorizationRule) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this AuthorizationRule.

func (*AuthorizationRule) GetID

func (tr *AuthorizationRule) GetID() string

GetID returns ID of underlying Terraform resource of this AuthorizationRule

func (*AuthorizationRule) GetObservation

func (tr *AuthorizationRule) GetObservation() (map[string]interface{}, error)

GetObservation of this AuthorizationRule

func (*AuthorizationRule) GetParameters

func (tr *AuthorizationRule) GetParameters() (map[string]interface{}, error)

GetParameters of this AuthorizationRule

func (*AuthorizationRule) GetProviderConfigReference

func (mg *AuthorizationRule) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this AuthorizationRule.

func (*AuthorizationRule) GetProviderReference

func (mg *AuthorizationRule) GetProviderReference() *xpv1.Reference

GetProviderReference of this AuthorizationRule. Deprecated: Use GetProviderConfigReference.

func (*AuthorizationRule) GetPublishConnectionDetailsTo added in v0.10.0

func (mg *AuthorizationRule) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this AuthorizationRule.

func (*AuthorizationRule) GetTerraformResourceType

func (mg *AuthorizationRule) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this AuthorizationRule

func (*AuthorizationRule) GetTerraformSchemaVersion

func (tr *AuthorizationRule) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*AuthorizationRule) GetWriteConnectionSecretToReference

func (mg *AuthorizationRule) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this AuthorizationRule.

func (*AuthorizationRule) LateInitialize

func (tr *AuthorizationRule) LateInitialize(attrs []byte) (bool, error)

LateInitialize this AuthorizationRule using its observed tfState. returns True if there are any spec changes for the resource.

func (*AuthorizationRule) ResolveReferences

func (mg *AuthorizationRule) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this AuthorizationRule.

func (*AuthorizationRule) SetConditions

func (mg *AuthorizationRule) SetConditions(c ...xpv1.Condition)

SetConditions of this AuthorizationRule.

func (*AuthorizationRule) SetDeletionPolicy

func (mg *AuthorizationRule) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this AuthorizationRule.

func (*AuthorizationRule) SetObservation

func (tr *AuthorizationRule) SetObservation(obs map[string]interface{}) error

SetObservation for this AuthorizationRule

func (*AuthorizationRule) SetParameters

func (tr *AuthorizationRule) SetParameters(params map[string]interface{}) error

SetParameters for this AuthorizationRule

func (*AuthorizationRule) SetProviderConfigReference

func (mg *AuthorizationRule) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this AuthorizationRule.

func (*AuthorizationRule) SetProviderReference

func (mg *AuthorizationRule) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this AuthorizationRule. Deprecated: Use SetProviderConfigReference.

func (*AuthorizationRule) SetPublishConnectionDetailsTo added in v0.10.0

func (mg *AuthorizationRule) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this AuthorizationRule.

func (*AuthorizationRule) SetWriteConnectionSecretToReference

func (mg *AuthorizationRule) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this AuthorizationRule.

type AuthorizationRuleList

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

AuthorizationRuleList contains a list of AuthorizationRules

func (*AuthorizationRuleList) DeepCopy

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

func (*AuthorizationRuleList) DeepCopyInto

func (in *AuthorizationRuleList) DeepCopyInto(out *AuthorizationRuleList)

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

func (*AuthorizationRuleList) DeepCopyObject

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

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

func (*AuthorizationRuleList) GetItems

func (l *AuthorizationRuleList) GetItems() []resource.Managed

GetItems of this AuthorizationRuleList.

type AuthorizationRuleObservation

type AuthorizationRuleObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*AuthorizationRuleObservation) DeepCopy

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

func (*AuthorizationRuleObservation) DeepCopyInto

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

type AuthorizationRuleParameters

type AuthorizationRuleParameters struct {

	// +crossplane:generate:reference:type=EventHub
	// +kubebuilder:validation:Optional
	EventHubName *string `json:"eventhubName,omitempty" tf:"eventhub_name,omitempty"`

	// +kubebuilder:validation:Optional
	EventHubNameRef *v1.Reference `json:"eventHubNameRef,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	EventHubNameSelector *v1.Selector `json:"eventHubNameSelector,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	Listen *bool `json:"listen,omitempty" tf:"listen,omitempty"`

	// +kubebuilder:validation:Optional
	Manage *bool `json:"manage,omitempty" tf:"manage,omitempty"`

	// +crossplane:generate:reference:type=EventHubNamespace
	// +kubebuilder:validation:Optional
	NamespaceName *string `json:"namespaceName,omitempty" tf:"namespace_name,omitempty"`

	// +kubebuilder:validation:Optional
	NamespaceNameRef *v1.Reference `json:"namespaceNameRef,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	NamespaceNameSelector *v1.Selector `json:"namespaceNameSelector,omitempty" tf:"-"`

	// +crossplane:generate:reference:type=github.com/crossplane-contrib/provider-jet-azure/apis/azure/v1alpha2.ResourceGroup
	// +kubebuilder:validation:Optional
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// +kubebuilder:validation:Optional
	ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	Send *bool `json:"send,omitempty" tf:"send,omitempty"`
}

func (*AuthorizationRuleParameters) DeepCopy

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

func (*AuthorizationRuleParameters) DeepCopyInto

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

type AuthorizationRuleSpec

type AuthorizationRuleSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     AuthorizationRuleParameters `json:"forProvider"`
}

AuthorizationRuleSpec defines the desired state of AuthorizationRule

func (*AuthorizationRuleSpec) DeepCopy

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

func (*AuthorizationRuleSpec) DeepCopyInto

func (in *AuthorizationRuleSpec) DeepCopyInto(out *AuthorizationRuleSpec)

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

type AuthorizationRuleStatus

type AuthorizationRuleStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        AuthorizationRuleObservation `json:"atProvider,omitempty"`
}

AuthorizationRuleStatus defines the observed state of AuthorizationRule.

func (*AuthorizationRuleStatus) DeepCopy

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

func (*AuthorizationRuleStatus) DeepCopyInto

func (in *AuthorizationRuleStatus) DeepCopyInto(out *AuthorizationRuleStatus)

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

type CaptureDescriptionObservation

type CaptureDescriptionObservation struct {
}

func (*CaptureDescriptionObservation) DeepCopy

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

func (*CaptureDescriptionObservation) DeepCopyInto

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

type CaptureDescriptionParameters

type CaptureDescriptionParameters struct {

	// +kubebuilder:validation:Required
	Destination []DestinationParameters `json:"destination" tf:"destination,omitempty"`

	// +kubebuilder:validation:Required
	Enabled *bool `json:"enabled" tf:"enabled,omitempty"`

	// +kubebuilder:validation:Required
	Encoding *string `json:"encoding" tf:"encoding,omitempty"`

	// +kubebuilder:validation:Optional
	IntervalInSeconds *float64 `json:"intervalInSeconds,omitempty" tf:"interval_in_seconds,omitempty"`

	// +kubebuilder:validation:Optional
	SizeLimitInBytes *float64 `json:"sizeLimitInBytes,omitempty" tf:"size_limit_in_bytes,omitempty"`

	// +kubebuilder:validation:Optional
	SkipEmptyArchives *bool `json:"skipEmptyArchives,omitempty" tf:"skip_empty_archives,omitempty"`
}

func (*CaptureDescriptionParameters) DeepCopy

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

func (*CaptureDescriptionParameters) DeepCopyInto

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

type ConsumerGroup

type ConsumerGroup struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ConsumerGroupSpec   `json:"spec"`
	Status            ConsumerGroupStatus `json:"status,omitempty"`
}

ConsumerGroup is the Schema for the ConsumerGroups API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azurejet}

func (*ConsumerGroup) DeepCopy

func (in *ConsumerGroup) DeepCopy() *ConsumerGroup

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

func (*ConsumerGroup) DeepCopyInto

func (in *ConsumerGroup) DeepCopyInto(out *ConsumerGroup)

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

func (*ConsumerGroup) DeepCopyObject

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

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

func (*ConsumerGroup) GetCondition

func (mg *ConsumerGroup) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this ConsumerGroup.

func (*ConsumerGroup) GetConnectionDetailsMapping

func (tr *ConsumerGroup) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this ConsumerGroup

func (*ConsumerGroup) GetDeletionPolicy

func (mg *ConsumerGroup) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this ConsumerGroup.

func (*ConsumerGroup) GetID

func (tr *ConsumerGroup) GetID() string

GetID returns ID of underlying Terraform resource of this ConsumerGroup

func (*ConsumerGroup) GetObservation

func (tr *ConsumerGroup) GetObservation() (map[string]interface{}, error)

GetObservation of this ConsumerGroup

func (*ConsumerGroup) GetParameters

func (tr *ConsumerGroup) GetParameters() (map[string]interface{}, error)

GetParameters of this ConsumerGroup

func (*ConsumerGroup) GetProviderConfigReference

func (mg *ConsumerGroup) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this ConsumerGroup.

func (*ConsumerGroup) GetProviderReference

func (mg *ConsumerGroup) GetProviderReference() *xpv1.Reference

GetProviderReference of this ConsumerGroup. Deprecated: Use GetProviderConfigReference.

func (*ConsumerGroup) GetPublishConnectionDetailsTo added in v0.10.0

func (mg *ConsumerGroup) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this ConsumerGroup.

func (*ConsumerGroup) GetTerraformResourceType

func (mg *ConsumerGroup) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ConsumerGroup

func (*ConsumerGroup) GetTerraformSchemaVersion

func (tr *ConsumerGroup) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ConsumerGroup) GetWriteConnectionSecretToReference

func (mg *ConsumerGroup) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this ConsumerGroup.

func (*ConsumerGroup) LateInitialize

func (tr *ConsumerGroup) LateInitialize(attrs []byte) (bool, error)

LateInitialize this ConsumerGroup using its observed tfState. returns True if there are any spec changes for the resource.

func (*ConsumerGroup) ResolveReferences

func (mg *ConsumerGroup) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this ConsumerGroup.

func (*ConsumerGroup) SetConditions

func (mg *ConsumerGroup) SetConditions(c ...xpv1.Condition)

SetConditions of this ConsumerGroup.

func (*ConsumerGroup) SetDeletionPolicy

func (mg *ConsumerGroup) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this ConsumerGroup.

func (*ConsumerGroup) SetObservation

func (tr *ConsumerGroup) SetObservation(obs map[string]interface{}) error

SetObservation for this ConsumerGroup

func (*ConsumerGroup) SetParameters

func (tr *ConsumerGroup) SetParameters(params map[string]interface{}) error

SetParameters for this ConsumerGroup

func (*ConsumerGroup) SetProviderConfigReference

func (mg *ConsumerGroup) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this ConsumerGroup.

func (*ConsumerGroup) SetProviderReference

func (mg *ConsumerGroup) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this ConsumerGroup. Deprecated: Use SetProviderConfigReference.

func (*ConsumerGroup) SetPublishConnectionDetailsTo added in v0.10.0

func (mg *ConsumerGroup) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this ConsumerGroup.

func (*ConsumerGroup) SetWriteConnectionSecretToReference

func (mg *ConsumerGroup) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this ConsumerGroup.

type ConsumerGroupList

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

ConsumerGroupList contains a list of ConsumerGroups

func (*ConsumerGroupList) DeepCopy

func (in *ConsumerGroupList) DeepCopy() *ConsumerGroupList

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

func (*ConsumerGroupList) DeepCopyInto

func (in *ConsumerGroupList) DeepCopyInto(out *ConsumerGroupList)

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

func (*ConsumerGroupList) DeepCopyObject

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

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

func (*ConsumerGroupList) GetItems

func (l *ConsumerGroupList) GetItems() []resource.Managed

GetItems of this ConsumerGroupList.

type ConsumerGroupObservation

type ConsumerGroupObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*ConsumerGroupObservation) DeepCopy

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

func (*ConsumerGroupObservation) DeepCopyInto

func (in *ConsumerGroupObservation) DeepCopyInto(out *ConsumerGroupObservation)

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

type ConsumerGroupParameters

type ConsumerGroupParameters struct {

	// +crossplane:generate:reference:type=EventHub
	// +kubebuilder:validation:Optional
	EventHubName *string `json:"eventhubName,omitempty" tf:"eventhub_name,omitempty"`

	// +kubebuilder:validation:Optional
	EventHubNameRef *v1.Reference `json:"eventHubNameRef,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	EventHubNameSelector *v1.Selector `json:"eventHubNameSelector,omitempty" tf:"-"`

	// +crossplane:generate:reference:type=EventHubNamespace
	// +kubebuilder:validation:Optional
	NamespaceName *string `json:"namespaceName,omitempty" tf:"namespace_name,omitempty"`

	// +kubebuilder:validation:Optional
	NamespaceNameRef *v1.Reference `json:"namespaceNameRef,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	NamespaceNameSelector *v1.Selector `json:"namespaceNameSelector,omitempty" tf:"-"`

	// +crossplane:generate:reference:type=github.com/crossplane-contrib/provider-jet-azure/apis/azure/v1alpha2.ResourceGroup
	// +kubebuilder:validation:Optional
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// +kubebuilder:validation:Optional
	ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	UserMetadata *string `json:"userMetadata,omitempty" tf:"user_metadata,omitempty"`
}

func (*ConsumerGroupParameters) DeepCopy

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

func (*ConsumerGroupParameters) DeepCopyInto

func (in *ConsumerGroupParameters) DeepCopyInto(out *ConsumerGroupParameters)

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

type ConsumerGroupSpec

type ConsumerGroupSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ConsumerGroupParameters `json:"forProvider"`
}

ConsumerGroupSpec defines the desired state of ConsumerGroup

func (*ConsumerGroupSpec) DeepCopy

func (in *ConsumerGroupSpec) DeepCopy() *ConsumerGroupSpec

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

func (*ConsumerGroupSpec) DeepCopyInto

func (in *ConsumerGroupSpec) DeepCopyInto(out *ConsumerGroupSpec)

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

type ConsumerGroupStatus

type ConsumerGroupStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        ConsumerGroupObservation `json:"atProvider,omitempty"`
}

ConsumerGroupStatus defines the observed state of ConsumerGroup.

func (*ConsumerGroupStatus) DeepCopy

func (in *ConsumerGroupStatus) DeepCopy() *ConsumerGroupStatus

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

func (*ConsumerGroupStatus) DeepCopyInto

func (in *ConsumerGroupStatus) DeepCopyInto(out *ConsumerGroupStatus)

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

type DestinationObservation

type DestinationObservation struct {
}

func (*DestinationObservation) DeepCopy

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

func (*DestinationObservation) DeepCopyInto

func (in *DestinationObservation) DeepCopyInto(out *DestinationObservation)

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

type DestinationParameters

type DestinationParameters struct {

	// +kubebuilder:validation:Required
	ArchiveNameFormat *string `json:"archiveNameFormat" tf:"archive_name_format,omitempty"`

	// +kubebuilder:validation:Required
	BlobContainerName *string `json:"blobContainerName" tf:"blob_container_name,omitempty"`

	// +kubebuilder:validation:Required
	Name *string `json:"name" tf:"name,omitempty"`

	// +kubebuilder:validation:Required
	StorageAccountID *string `json:"storageAccountId" tf:"storage_account_id,omitempty"`
}

func (*DestinationParameters) DeepCopy

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

func (*DestinationParameters) DeepCopyInto

func (in *DestinationParameters) DeepCopyInto(out *DestinationParameters)

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

type EventHub

type EventHub struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              EventHubSpec   `json:"spec"`
	Status            EventHubStatus `json:"status,omitempty"`
}

EventHub is the Schema for the EventHubs API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azurejet}

func (*EventHub) DeepCopy

func (in *EventHub) DeepCopy() *EventHub

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

func (*EventHub) DeepCopyInto

func (in *EventHub) DeepCopyInto(out *EventHub)

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

func (*EventHub) DeepCopyObject

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

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

func (*EventHub) GetCondition

func (mg *EventHub) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this EventHub.

func (*EventHub) GetConnectionDetailsMapping

func (tr *EventHub) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this EventHub

func (*EventHub) GetDeletionPolicy

func (mg *EventHub) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this EventHub.

func (*EventHub) GetID

func (tr *EventHub) GetID() string

GetID returns ID of underlying Terraform resource of this EventHub

func (*EventHub) GetObservation

func (tr *EventHub) GetObservation() (map[string]interface{}, error)

GetObservation of this EventHub

func (*EventHub) GetParameters

func (tr *EventHub) GetParameters() (map[string]interface{}, error)

GetParameters of this EventHub

func (*EventHub) GetProviderConfigReference

func (mg *EventHub) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this EventHub.

func (*EventHub) GetProviderReference

func (mg *EventHub) GetProviderReference() *xpv1.Reference

GetProviderReference of this EventHub. Deprecated: Use GetProviderConfigReference.

func (*EventHub) GetPublishConnectionDetailsTo added in v0.10.0

func (mg *EventHub) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this EventHub.

func (*EventHub) GetTerraformResourceType

func (mg *EventHub) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this EventHub

func (*EventHub) GetTerraformSchemaVersion

func (tr *EventHub) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*EventHub) GetWriteConnectionSecretToReference

func (mg *EventHub) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this EventHub.

func (*EventHub) LateInitialize

func (tr *EventHub) LateInitialize(attrs []byte) (bool, error)

LateInitialize this EventHub using its observed tfState. returns True if there are any spec changes for the resource.

func (*EventHub) ResolveReferences

func (mg *EventHub) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this EventHub.

func (*EventHub) SetConditions

func (mg *EventHub) SetConditions(c ...xpv1.Condition)

SetConditions of this EventHub.

func (*EventHub) SetDeletionPolicy

func (mg *EventHub) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this EventHub.

func (*EventHub) SetObservation

func (tr *EventHub) SetObservation(obs map[string]interface{}) error

SetObservation for this EventHub

func (*EventHub) SetParameters

func (tr *EventHub) SetParameters(params map[string]interface{}) error

SetParameters for this EventHub

func (*EventHub) SetProviderConfigReference

func (mg *EventHub) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this EventHub.

func (*EventHub) SetProviderReference

func (mg *EventHub) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this EventHub. Deprecated: Use SetProviderConfigReference.

func (*EventHub) SetPublishConnectionDetailsTo added in v0.10.0

func (mg *EventHub) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this EventHub.

func (*EventHub) SetWriteConnectionSecretToReference

func (mg *EventHub) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this EventHub.

type EventHubList

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

EventHubList contains a list of EventHubs

func (*EventHubList) DeepCopy

func (in *EventHubList) DeepCopy() *EventHubList

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

func (*EventHubList) DeepCopyInto

func (in *EventHubList) DeepCopyInto(out *EventHubList)

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

func (*EventHubList) DeepCopyObject

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

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

func (*EventHubList) GetItems

func (l *EventHubList) GetItems() []resource.Managed

GetItems of this EventHubList.

type EventHubNamespace

type EventHubNamespace struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              EventHubNamespaceSpec   `json:"spec"`
	Status            EventHubNamespaceStatus `json:"status,omitempty"`
}

EventHubNamespace is the Schema for the EventHubNamespaces API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azurejet}

func (*EventHubNamespace) DeepCopy

func (in *EventHubNamespace) DeepCopy() *EventHubNamespace

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

func (*EventHubNamespace) DeepCopyInto

func (in *EventHubNamespace) DeepCopyInto(out *EventHubNamespace)

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

func (*EventHubNamespace) DeepCopyObject

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

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

func (*EventHubNamespace) GetCondition

func (mg *EventHubNamespace) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this EventHubNamespace.

func (*EventHubNamespace) GetConnectionDetailsMapping

func (tr *EventHubNamespace) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this EventHubNamespace

func (*EventHubNamespace) GetDeletionPolicy

func (mg *EventHubNamespace) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this EventHubNamespace.

func (*EventHubNamespace) GetID

func (tr *EventHubNamespace) GetID() string

GetID returns ID of underlying Terraform resource of this EventHubNamespace

func (*EventHubNamespace) GetObservation

func (tr *EventHubNamespace) GetObservation() (map[string]interface{}, error)

GetObservation of this EventHubNamespace

func (*EventHubNamespace) GetParameters

func (tr *EventHubNamespace) GetParameters() (map[string]interface{}, error)

GetParameters of this EventHubNamespace

func (*EventHubNamespace) GetProviderConfigReference

func (mg *EventHubNamespace) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this EventHubNamespace.

func (*EventHubNamespace) GetProviderReference

func (mg *EventHubNamespace) GetProviderReference() *xpv1.Reference

GetProviderReference of this EventHubNamespace. Deprecated: Use GetProviderConfigReference.

func (*EventHubNamespace) GetPublishConnectionDetailsTo added in v0.10.0

func (mg *EventHubNamespace) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this EventHubNamespace.

func (*EventHubNamespace) GetTerraformResourceType

func (mg *EventHubNamespace) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this EventHubNamespace

func (*EventHubNamespace) GetTerraformSchemaVersion

func (tr *EventHubNamespace) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*EventHubNamespace) GetWriteConnectionSecretToReference

func (mg *EventHubNamespace) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this EventHubNamespace.

func (*EventHubNamespace) LateInitialize

func (tr *EventHubNamespace) LateInitialize(attrs []byte) (bool, error)

LateInitialize this EventHubNamespace using its observed tfState. returns True if there are any spec changes for the resource.

func (*EventHubNamespace) ResolveReferences

func (mg *EventHubNamespace) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this EventHubNamespace.

func (*EventHubNamespace) SetConditions

func (mg *EventHubNamespace) SetConditions(c ...xpv1.Condition)

SetConditions of this EventHubNamespace.

func (*EventHubNamespace) SetDeletionPolicy

func (mg *EventHubNamespace) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this EventHubNamespace.

func (*EventHubNamespace) SetObservation

func (tr *EventHubNamespace) SetObservation(obs map[string]interface{}) error

SetObservation for this EventHubNamespace

func (*EventHubNamespace) SetParameters

func (tr *EventHubNamespace) SetParameters(params map[string]interface{}) error

SetParameters for this EventHubNamespace

func (*EventHubNamespace) SetProviderConfigReference

func (mg *EventHubNamespace) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this EventHubNamespace.

func (*EventHubNamespace) SetProviderReference

func (mg *EventHubNamespace) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this EventHubNamespace. Deprecated: Use SetProviderConfigReference.

func (*EventHubNamespace) SetPublishConnectionDetailsTo added in v0.10.0

func (mg *EventHubNamespace) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this EventHubNamespace.

func (*EventHubNamespace) SetWriteConnectionSecretToReference

func (mg *EventHubNamespace) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this EventHubNamespace.

type EventHubNamespaceList

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

EventHubNamespaceList contains a list of EventHubNamespaces

func (*EventHubNamespaceList) DeepCopy

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

func (*EventHubNamespaceList) DeepCopyInto

func (in *EventHubNamespaceList) DeepCopyInto(out *EventHubNamespaceList)

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

func (*EventHubNamespaceList) DeepCopyObject

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

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

func (*EventHubNamespaceList) GetItems

func (l *EventHubNamespaceList) GetItems() []resource.Managed

GetItems of this EventHubNamespaceList.

type EventHubNamespaceObservation

type EventHubNamespaceObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	Identity []IdentityObservation `json:"identity,omitempty" tf:"identity,omitempty"`
}

func (*EventHubNamespaceObservation) DeepCopy

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

func (*EventHubNamespaceObservation) DeepCopyInto

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

type EventHubNamespaceParameters

type EventHubNamespaceParameters struct {

	// +kubebuilder:validation:Optional
	AutoInflateEnabled *bool `json:"autoInflateEnabled,omitempty" tf:"auto_inflate_enabled,omitempty"`

	// +kubebuilder:validation:Optional
	Capacity *float64 `json:"capacity,omitempty" tf:"capacity,omitempty"`

	// +kubebuilder:validation:Optional
	DedicatedClusterID *string `json:"dedicatedClusterId,omitempty" tf:"dedicated_cluster_id,omitempty"`

	// +kubebuilder:validation:Optional
	Identity []IdentityParameters `json:"identity,omitempty" tf:"identity,omitempty"`

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

	// +kubebuilder:validation:Optional
	MaximumThroughputUnits *float64 `json:"maximumThroughputUnits,omitempty" tf:"maximum_throughput_units,omitempty"`

	// +kubebuilder:validation:Optional
	NetworkRulesets []NetworkRulesetsParameters `json:"networkRulesets,omitempty" tf:"network_rulesets,omitempty"`

	// +crossplane:generate:reference:type=github.com/crossplane-contrib/provider-jet-azure/apis/azure/v1alpha2.ResourceGroup
	// +kubebuilder:validation:Optional
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// +kubebuilder:validation:Optional
	ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"`

	// +kubebuilder:validation:Required
	Sku *string `json:"sku" tf:"sku,omitempty"`

	// +kubebuilder:validation:Optional
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`

	// +kubebuilder:validation:Optional
	ZoneRedundant *bool `json:"zoneRedundant,omitempty" tf:"zone_redundant,omitempty"`
}

func (*EventHubNamespaceParameters) DeepCopy

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

func (*EventHubNamespaceParameters) DeepCopyInto

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

type EventHubNamespaceSpec

type EventHubNamespaceSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     EventHubNamespaceParameters `json:"forProvider"`
}

EventHubNamespaceSpec defines the desired state of EventHubNamespace

func (*EventHubNamespaceSpec) DeepCopy

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

func (*EventHubNamespaceSpec) DeepCopyInto

func (in *EventHubNamespaceSpec) DeepCopyInto(out *EventHubNamespaceSpec)

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

type EventHubNamespaceStatus

type EventHubNamespaceStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        EventHubNamespaceObservation `json:"atProvider,omitempty"`
}

EventHubNamespaceStatus defines the observed state of EventHubNamespace.

func (*EventHubNamespaceStatus) DeepCopy

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

func (*EventHubNamespaceStatus) DeepCopyInto

func (in *EventHubNamespaceStatus) DeepCopyInto(out *EventHubNamespaceStatus)

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

type EventHubObservation

type EventHubObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	PartitionIds []*string `json:"partitionIds,omitempty" tf:"partition_ids,omitempty"`
}

func (*EventHubObservation) DeepCopy

func (in *EventHubObservation) DeepCopy() *EventHubObservation

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

func (*EventHubObservation) DeepCopyInto

func (in *EventHubObservation) DeepCopyInto(out *EventHubObservation)

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

type EventHubParameters

type EventHubParameters struct {

	// +kubebuilder:validation:Optional
	CaptureDescription []CaptureDescriptionParameters `json:"captureDescription,omitempty" tf:"capture_description,omitempty"`

	// +kubebuilder:validation:Required
	MessageRetention *float64 `json:"messageRetention" tf:"message_retention,omitempty"`

	// +crossplane:generate:reference:type=EventHubNamespace
	// +kubebuilder:validation:Optional
	NamespaceName *string `json:"namespaceName,omitempty" tf:"namespace_name,omitempty"`

	// +kubebuilder:validation:Optional
	NamespaceNameRef *v1.Reference `json:"namespaceNameRef,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	NamespaceNameSelector *v1.Selector `json:"namespaceNameSelector,omitempty" tf:"-"`

	// +kubebuilder:validation:Required
	PartitionCount *float64 `json:"partitionCount" tf:"partition_count,omitempty"`

	// +crossplane:generate:reference:type=github.com/crossplane-contrib/provider-jet-azure/apis/azure/v1alpha2.ResourceGroup
	// +kubebuilder:validation:Optional
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// +kubebuilder:validation:Optional
	ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	Status *string `json:"status,omitempty" tf:"status,omitempty"`
}

func (*EventHubParameters) DeepCopy

func (in *EventHubParameters) DeepCopy() *EventHubParameters

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

func (*EventHubParameters) DeepCopyInto

func (in *EventHubParameters) DeepCopyInto(out *EventHubParameters)

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

type EventHubSpec

type EventHubSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     EventHubParameters `json:"forProvider"`
}

EventHubSpec defines the desired state of EventHub

func (*EventHubSpec) DeepCopy

func (in *EventHubSpec) DeepCopy() *EventHubSpec

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

func (*EventHubSpec) DeepCopyInto

func (in *EventHubSpec) DeepCopyInto(out *EventHubSpec)

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

type EventHubStatus

type EventHubStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        EventHubObservation `json:"atProvider,omitempty"`
}

EventHubStatus defines the observed state of EventHub.

func (*EventHubStatus) DeepCopy

func (in *EventHubStatus) DeepCopy() *EventHubStatus

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

func (*EventHubStatus) DeepCopyInto

func (in *EventHubStatus) DeepCopyInto(out *EventHubStatus)

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

type IPRuleObservation

type IPRuleObservation struct {
}

func (*IPRuleObservation) DeepCopy

func (in *IPRuleObservation) DeepCopy() *IPRuleObservation

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

func (*IPRuleObservation) DeepCopyInto

func (in *IPRuleObservation) DeepCopyInto(out *IPRuleObservation)

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

type IPRuleParameters

type IPRuleParameters struct {

	// +kubebuilder:validation:Optional
	Action *string `json:"action,omitempty" tf:"action"`

	// +kubebuilder:validation:Optional
	IPMask *string `json:"ipMask,omitempty" tf:"ip_mask"`
}

func (*IPRuleParameters) DeepCopy

func (in *IPRuleParameters) DeepCopy() *IPRuleParameters

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

func (*IPRuleParameters) DeepCopyInto

func (in *IPRuleParameters) DeepCopyInto(out *IPRuleParameters)

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

type IdentityObservation

type IdentityObservation struct {
	PrincipalID *string `json:"principalId,omitempty" tf:"principal_id,omitempty"`

	TenantID *string `json:"tenantId,omitempty" tf:"tenant_id,omitempty"`
}

func (*IdentityObservation) DeepCopy

func (in *IdentityObservation) DeepCopy() *IdentityObservation

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

func (*IdentityObservation) DeepCopyInto

func (in *IdentityObservation) DeepCopyInto(out *IdentityObservation)

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

type IdentityParameters

type IdentityParameters struct {

	// +kubebuilder:validation:Optional
	Type *string `json:"type,omitempty" tf:"type,omitempty"`
}

func (*IdentityParameters) DeepCopy

func (in *IdentityParameters) DeepCopy() *IdentityParameters

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

func (*IdentityParameters) DeepCopyInto

func (in *IdentityParameters) DeepCopyInto(out *IdentityParameters)

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

type NetworkRulesetsObservation

type NetworkRulesetsObservation struct {
}

func (*NetworkRulesetsObservation) DeepCopy

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

func (*NetworkRulesetsObservation) DeepCopyInto

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

type NetworkRulesetsParameters

type NetworkRulesetsParameters struct {

	// +kubebuilder:validation:Optional
	DefaultAction *string `json:"defaultAction,omitempty" tf:"default_action"`

	// +kubebuilder:validation:Optional
	IPRule []IPRuleParameters `json:"ipRule,omitempty" tf:"ip_rule"`

	// +kubebuilder:validation:Optional
	TrustedServiceAccessEnabled *bool `json:"trustedServiceAccessEnabled,omitempty" tf:"trusted_service_access_enabled"`

	// +kubebuilder:validation:Optional
	VirtualNetworkRule []VirtualNetworkRuleParameters `json:"virtualNetworkRule,omitempty" tf:"virtual_network_rule"`
}

func (*NetworkRulesetsParameters) DeepCopy

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

func (*NetworkRulesetsParameters) DeepCopyInto

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

type VirtualNetworkRuleObservation

type VirtualNetworkRuleObservation struct {
}

func (*VirtualNetworkRuleObservation) DeepCopy

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

func (*VirtualNetworkRuleObservation) DeepCopyInto

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

type VirtualNetworkRuleParameters

type VirtualNetworkRuleParameters struct {

	// +kubebuilder:validation:Optional
	IgnoreMissingVirtualNetworkServiceEndpoint *bool `json:"ignoreMissingVirtualNetworkServiceEndpoint,omitempty" tf:"ignore_missing_virtual_network_service_endpoint"`

	// +crossplane:generate:reference:type=github.com/crossplane-contrib/provider-jet-azure/apis/network/v1alpha2.Subnet
	// +crossplane:generate:reference:extractor=github.com/crossplane-contrib/provider-jet-azure/apis/rconfig.ExtractResourceID()
	// +kubebuilder:validation:Optional
	SubnetID *string `json:"subnetId,omitempty" tf:"subnet_id"`

	// +kubebuilder:validation:Optional
	SubnetIDRef *v1.Reference `json:"subnetIdRef,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	SubnetIDSelector *v1.Selector `json:"subnetIdSelector,omitempty" tf:"-"`
}

func (*VirtualNetworkRuleParameters) DeepCopy

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

func (*VirtualNetworkRuleParameters) 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