Documentation
¶
Overview ¶
+kubebuilder:object:generate=true +groupName=iot.azure.jet.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type TimeSeriesInsightsEventSourceEventHub
- func (in *TimeSeriesInsightsEventSourceEventHub) DeepCopy() *TimeSeriesInsightsEventSourceEventHub
- func (in *TimeSeriesInsightsEventSourceEventHub) DeepCopyInto(out *TimeSeriesInsightsEventSourceEventHub)
- func (in *TimeSeriesInsightsEventSourceEventHub) DeepCopyObject() runtime.Object
- func (mg *TimeSeriesInsightsEventSourceEventHub) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *TimeSeriesInsightsEventSourceEventHub) GetConnectionDetailsMapping() map[string]string
- func (mg *TimeSeriesInsightsEventSourceEventHub) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *TimeSeriesInsightsEventSourceEventHub) GetID() string
- func (tr *TimeSeriesInsightsEventSourceEventHub) GetObservation() (map[string]interface{}, error)
- func (tr *TimeSeriesInsightsEventSourceEventHub) GetParameters() (map[string]interface{}, error)
- func (mg *TimeSeriesInsightsEventSourceEventHub) GetProviderConfigReference() *xpv1.Reference
- func (mg *TimeSeriesInsightsEventSourceEventHub) GetProviderReference() *xpv1.Reference
- func (mg *TimeSeriesInsightsEventSourceEventHub) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *TimeSeriesInsightsEventSourceEventHub) GetTerraformResourceType() string
- func (tr *TimeSeriesInsightsEventSourceEventHub) GetTerraformSchemaVersion() int
- func (mg *TimeSeriesInsightsEventSourceEventHub) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *TimeSeriesInsightsEventSourceEventHub) LateInitialize(attrs []byte) (bool, error)
- func (mg *TimeSeriesInsightsEventSourceEventHub) SetConditions(c ...xpv1.Condition)
- func (mg *TimeSeriesInsightsEventSourceEventHub) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *TimeSeriesInsightsEventSourceEventHub) SetObservation(obs map[string]interface{}) error
- func (tr *TimeSeriesInsightsEventSourceEventHub) SetParameters(params map[string]interface{}) error
- func (mg *TimeSeriesInsightsEventSourceEventHub) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *TimeSeriesInsightsEventSourceEventHub) SetProviderReference(r *xpv1.Reference)
- func (mg *TimeSeriesInsightsEventSourceEventHub) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *TimeSeriesInsightsEventSourceEventHub) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type TimeSeriesInsightsEventSourceEventHubList
- func (in *TimeSeriesInsightsEventSourceEventHubList) DeepCopy() *TimeSeriesInsightsEventSourceEventHubList
- func (in *TimeSeriesInsightsEventSourceEventHubList) DeepCopyInto(out *TimeSeriesInsightsEventSourceEventHubList)
- func (in *TimeSeriesInsightsEventSourceEventHubList) DeepCopyObject() runtime.Object
- func (l *TimeSeriesInsightsEventSourceEventHubList) GetItems() []resource.Managed
- type TimeSeriesInsightsEventSourceEventHubObservation
- type TimeSeriesInsightsEventSourceEventHubParameters
- type TimeSeriesInsightsEventSourceEventHubSpec
- type TimeSeriesInsightsEventSourceEventHubStatus
Constants ¶
const ( CRDGroup = "iot.azure.jet.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
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 )
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 ¶
func (in *TimeSeriesInsightsEventSourceEventHub) DeepCopy() *TimeSeriesInsightsEventSourceEventHub
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TimeSeriesInsightsEventSourceEventHub.
func (*TimeSeriesInsightsEventSourceEventHub) DeepCopyInto ¶
func (in *TimeSeriesInsightsEventSourceEventHub) DeepCopyInto(out *TimeSeriesInsightsEventSourceEventHub)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TimeSeriesInsightsEventSourceEventHub) DeepCopyObject ¶
func (in *TimeSeriesInsightsEventSourceEventHub) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*TimeSeriesInsightsEventSourceEventHub) GetCondition ¶
func (mg *TimeSeriesInsightsEventSourceEventHub) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this TimeSeriesInsightsEventSourceEventHub.
func (*TimeSeriesInsightsEventSourceEventHub) GetConnectionDetailsMapping ¶
func (tr *TimeSeriesInsightsEventSourceEventHub) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this TimeSeriesInsightsEventSourceEventHub
func (*TimeSeriesInsightsEventSourceEventHub) GetDeletionPolicy ¶
func (mg *TimeSeriesInsightsEventSourceEventHub) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this TimeSeriesInsightsEventSourceEventHub.
func (*TimeSeriesInsightsEventSourceEventHub) GetID ¶
func (tr *TimeSeriesInsightsEventSourceEventHub) GetID() string
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 ¶
func (mg *TimeSeriesInsightsEventSourceEventHub) SetDeletionPolicy(r xpv1.DeletionPolicy)
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 ¶
func (in *TimeSeriesInsightsEventSourceEventHubList) DeepCopy() *TimeSeriesInsightsEventSourceEventHubList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TimeSeriesInsightsEventSourceEventHubList.
func (*TimeSeriesInsightsEventSourceEventHubList) DeepCopyInto ¶
func (in *TimeSeriesInsightsEventSourceEventHubList) DeepCopyInto(out *TimeSeriesInsightsEventSourceEventHubList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TimeSeriesInsightsEventSourceEventHubList) DeepCopyObject ¶
func (in *TimeSeriesInsightsEventSourceEventHubList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*TimeSeriesInsightsEventSourceEventHubList) GetItems ¶
func (l *TimeSeriesInsightsEventSourceEventHubList) GetItems() []resource.Managed
GetItems of this TimeSeriesInsightsEventSourceEventHubList.
type TimeSeriesInsightsEventSourceEventHubObservation ¶
type TimeSeriesInsightsEventSourceEventHubObservation struct {
ID *string `json:"id,omitempty" tf:"id,omitempty"`
}
func (*TimeSeriesInsightsEventSourceEventHubObservation) DeepCopy ¶
func (in *TimeSeriesInsightsEventSourceEventHubObservation) DeepCopy() *TimeSeriesInsightsEventSourceEventHubObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TimeSeriesInsightsEventSourceEventHubObservation.
func (*TimeSeriesInsightsEventSourceEventHubObservation) DeepCopyInto ¶
func (in *TimeSeriesInsightsEventSourceEventHubObservation) DeepCopyInto(out *TimeSeriesInsightsEventSourceEventHubObservation)
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"` SharedAccessKey *string `json:"sharedAccessKey" tf:"shared_access_key,omitempty"` 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 ¶
func (in *TimeSeriesInsightsEventSourceEventHubParameters) DeepCopy() *TimeSeriesInsightsEventSourceEventHubParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TimeSeriesInsightsEventSourceEventHubParameters.
func (*TimeSeriesInsightsEventSourceEventHubParameters) DeepCopyInto ¶
func (in *TimeSeriesInsightsEventSourceEventHubParameters) DeepCopyInto(out *TimeSeriesInsightsEventSourceEventHubParameters)
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 ¶
func (in *TimeSeriesInsightsEventSourceEventHubSpec) DeepCopy() *TimeSeriesInsightsEventSourceEventHubSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TimeSeriesInsightsEventSourceEventHubSpec.
func (*TimeSeriesInsightsEventSourceEventHubSpec) DeepCopyInto ¶
func (in *TimeSeriesInsightsEventSourceEventHubSpec) DeepCopyInto(out *TimeSeriesInsightsEventSourceEventHubSpec)
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 ¶
func (in *TimeSeriesInsightsEventSourceEventHubStatus) DeepCopy() *TimeSeriesInsightsEventSourceEventHubStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TimeSeriesInsightsEventSourceEventHubStatus.
func (*TimeSeriesInsightsEventSourceEventHubStatus) DeepCopyInto ¶
func (in *TimeSeriesInsightsEventSourceEventHubStatus) DeepCopyInto(out *TimeSeriesInsightsEventSourceEventHubStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.