v1alpha1

package
v0.12.0-preview 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: 9 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=iot.azure.jet.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "iot.azure.jet.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

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
)
View Source
var (
	TimeSeriesInsightsEventSourceEventHub_Kind             = "TimeSeriesInsightsEventSourceEventHub"
	TimeSeriesInsightsEventSourceEventHub_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: TimeSeriesInsightsEventSourceEventHub_Kind}.String()
	TimeSeriesInsightsEventSourceEventHub_KindAPIVersion   = TimeSeriesInsightsEventSourceEventHub_Kind + "." + CRDGroupVersion.String()
	TimeSeriesInsightsEventSourceEventHub_GroupVersionKind = CRDGroupVersion.WithKind(TimeSeriesInsightsEventSourceEventHub_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type TimeSeriesInsightsEventSourceEventHub

type TimeSeriesInsightsEventSourceEventHub struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              TimeSeriesInsightsEventSourceEventHubSpec   `json:"spec"`
	Status            TimeSeriesInsightsEventSourceEventHubStatus `json:"status,omitempty"`
}

TimeSeriesInsightsEventSourceEventHub is the Schema for the TimeSeriesInsightsEventSourceEventHubs 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 (*TimeSeriesInsightsEventSourceEventHub) DeepCopy

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

func (*TimeSeriesInsightsEventSourceEventHub) DeepCopyInto

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

func (*TimeSeriesInsightsEventSourceEventHub) DeepCopyObject

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

func (*TimeSeriesInsightsEventSourceEventHub) GetCondition

GetCondition of this TimeSeriesInsightsEventSourceEventHub.

func (*TimeSeriesInsightsEventSourceEventHub) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this TimeSeriesInsightsEventSourceEventHub

func (*TimeSeriesInsightsEventSourceEventHub) GetDeletionPolicy

GetDeletionPolicy of this TimeSeriesInsightsEventSourceEventHub.

func (*TimeSeriesInsightsEventSourceEventHub) GetID

GetID returns ID of underlying Terraform resource of this TimeSeriesInsightsEventSourceEventHub

func (*TimeSeriesInsightsEventSourceEventHub) GetObservation

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

GetObservation of this TimeSeriesInsightsEventSourceEventHub

func (*TimeSeriesInsightsEventSourceEventHub) GetParameters

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

GetParameters of this TimeSeriesInsightsEventSourceEventHub

func (*TimeSeriesInsightsEventSourceEventHub) GetProviderConfigReference

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

GetProviderConfigReference of this TimeSeriesInsightsEventSourceEventHub.

func (*TimeSeriesInsightsEventSourceEventHub) GetProviderReference

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

GetProviderReference of this TimeSeriesInsightsEventSourceEventHub. Deprecated: Use GetProviderConfigReference.

func (*TimeSeriesInsightsEventSourceEventHub) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this TimeSeriesInsightsEventSourceEventHub.

func (*TimeSeriesInsightsEventSourceEventHub) GetTerraformResourceType

func (mg *TimeSeriesInsightsEventSourceEventHub) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this TimeSeriesInsightsEventSourceEventHub

func (*TimeSeriesInsightsEventSourceEventHub) GetTerraformSchemaVersion

func (tr *TimeSeriesInsightsEventSourceEventHub) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*TimeSeriesInsightsEventSourceEventHub) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this TimeSeriesInsightsEventSourceEventHub.

func (*TimeSeriesInsightsEventSourceEventHub) LateInitialize

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

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

func (*TimeSeriesInsightsEventSourceEventHub) SetConditions

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

SetConditions of this TimeSeriesInsightsEventSourceEventHub.

func (*TimeSeriesInsightsEventSourceEventHub) SetDeletionPolicy

SetDeletionPolicy of this TimeSeriesInsightsEventSourceEventHub.

func (*TimeSeriesInsightsEventSourceEventHub) SetObservation

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

SetObservation for this TimeSeriesInsightsEventSourceEventHub

func (*TimeSeriesInsightsEventSourceEventHub) SetParameters

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

SetParameters for this TimeSeriesInsightsEventSourceEventHub

func (*TimeSeriesInsightsEventSourceEventHub) SetProviderConfigReference

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

SetProviderConfigReference of this TimeSeriesInsightsEventSourceEventHub.

func (*TimeSeriesInsightsEventSourceEventHub) SetProviderReference

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

SetProviderReference of this TimeSeriesInsightsEventSourceEventHub. Deprecated: Use SetProviderConfigReference.

func (*TimeSeriesInsightsEventSourceEventHub) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this TimeSeriesInsightsEventSourceEventHub.

func (*TimeSeriesInsightsEventSourceEventHub) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this TimeSeriesInsightsEventSourceEventHub.

type TimeSeriesInsightsEventSourceEventHubList

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

TimeSeriesInsightsEventSourceEventHubList contains a list of TimeSeriesInsightsEventSourceEventHubs

func (*TimeSeriesInsightsEventSourceEventHubList) DeepCopy

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

func (*TimeSeriesInsightsEventSourceEventHubList) DeepCopyInto

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

func (*TimeSeriesInsightsEventSourceEventHubList) DeepCopyObject

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

func (*TimeSeriesInsightsEventSourceEventHubList) GetItems

GetItems of this TimeSeriesInsightsEventSourceEventHubList.

type TimeSeriesInsightsEventSourceEventHubObservation

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

func (*TimeSeriesInsightsEventSourceEventHubObservation) DeepCopy

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

func (*TimeSeriesInsightsEventSourceEventHubObservation) DeepCopyInto

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

type TimeSeriesInsightsEventSourceEventHubParameters

type TimeSeriesInsightsEventSourceEventHubParameters struct {

	// +kubebuilder:validation:Required
	ConsumerGroupName *string `json:"consumerGroupName" tf:"consumer_group_name,omitempty"`

	// +kubebuilder:validation:Required
	EnvironmentID *string `json:"environmentId" tf:"environment_id,omitempty"`

	// +kubebuilder:validation:Required
	EventHubName *string `json:"eventhubName" tf:"eventhub_name,omitempty"`

	// +kubebuilder:validation:Required
	EventSourceResourceID *string `json:"eventSourceResourceId" tf:"event_source_resource_id,omitempty"`

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

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

	// +kubebuilder:validation:Required
	NamespaceName *string `json:"namespaceName" tf:"namespace_name,omitempty"`

	// +kubebuilder:validation:Required
	SharedAccessKey *string `json:"sharedAccessKey" tf:"shared_access_key,omitempty"`

	// +kubebuilder:validation:Required
	SharedAccessKeyName *string `json:"sharedAccessKeyName" tf:"shared_access_key_name,omitempty"`

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

	// +kubebuilder:validation:Optional
	TimestampPropertyName *string `json:"timestampPropertyName,omitempty" tf:"timestamp_property_name,omitempty"`
}

func (*TimeSeriesInsightsEventSourceEventHubParameters) DeepCopy

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

func (*TimeSeriesInsightsEventSourceEventHubParameters) DeepCopyInto

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

type TimeSeriesInsightsEventSourceEventHubSpec

type TimeSeriesInsightsEventSourceEventHubSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     TimeSeriesInsightsEventSourceEventHubParameters `json:"forProvider"`
}

TimeSeriesInsightsEventSourceEventHubSpec defines the desired state of TimeSeriesInsightsEventSourceEventHub

func (*TimeSeriesInsightsEventSourceEventHubSpec) DeepCopy

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

func (*TimeSeriesInsightsEventSourceEventHubSpec) DeepCopyInto

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

type TimeSeriesInsightsEventSourceEventHubStatus

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

TimeSeriesInsightsEventSourceEventHubStatus defines the observed state of TimeSeriesInsightsEventSourceEventHub.

func (*TimeSeriesInsightsEventSourceEventHubStatus) DeepCopy

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

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