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: 13 Imported by: 0

Documentation

Overview

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

Index

Constants

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

Package type metadata.

Variables

View Source
var (
	EndpointEventGrid_Kind             = "EndpointEventGrid"
	EndpointEventGrid_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: EndpointEventGrid_Kind}.String()
	EndpointEventGrid_KindAPIVersion   = EndpointEventGrid_Kind + "." + CRDGroupVersion.String()
	EndpointEventGrid_GroupVersionKind = CRDGroupVersion.WithKind(EndpointEventGrid_Kind)
)

Repository type metadata.

View Source
var (
	EndpointEventHub_Kind             = "EndpointEventHub"
	EndpointEventHub_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: EndpointEventHub_Kind}.String()
	EndpointEventHub_KindAPIVersion   = EndpointEventHub_Kind + "." + CRDGroupVersion.String()
	EndpointEventHub_GroupVersionKind = CRDGroupVersion.WithKind(EndpointEventHub_Kind)
)

Repository type metadata.

View Source
var (
	EndpointServiceBus_Kind             = "EndpointServiceBus"
	EndpointServiceBus_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: EndpointServiceBus_Kind}.String()
	EndpointServiceBus_KindAPIVersion   = EndpointServiceBus_Kind + "." + CRDGroupVersion.String()
	EndpointServiceBus_GroupVersionKind = CRDGroupVersion.WithKind(EndpointServiceBus_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
)
View Source
var (
	Instance_Kind             = "Instance"
	Instance_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Instance_Kind}.String()
	Instance_KindAPIVersion   = Instance_Kind + "." + CRDGroupVersion.String()
	Instance_GroupVersionKind = CRDGroupVersion.WithKind(Instance_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type EndpointEventGrid

type EndpointEventGrid struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              EndpointEventGridSpec   `json:"spec"`
	Status            EndpointEventGridStatus `json:"status,omitempty"`
}

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

func (in *EndpointEventGrid) DeepCopy() *EndpointEventGrid

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

func (*EndpointEventGrid) DeepCopyInto

func (in *EndpointEventGrid) DeepCopyInto(out *EndpointEventGrid)

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

func (*EndpointEventGrid) DeepCopyObject

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

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

func (*EndpointEventGrid) GetCondition

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

GetCondition of this EndpointEventGrid.

func (*EndpointEventGrid) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this EndpointEventGrid

func (*EndpointEventGrid) GetDeletionPolicy

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

GetDeletionPolicy of this EndpointEventGrid.

func (*EndpointEventGrid) GetID

func (tr *EndpointEventGrid) GetID() string

GetID returns ID of underlying Terraform resource of this EndpointEventGrid

func (*EndpointEventGrid) GetObservation

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

GetObservation of this EndpointEventGrid

func (*EndpointEventGrid) GetParameters

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

GetParameters of this EndpointEventGrid

func (*EndpointEventGrid) GetProviderConfigReference

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

GetProviderConfigReference of this EndpointEventGrid.

func (*EndpointEventGrid) GetProviderReference

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

GetProviderReference of this EndpointEventGrid. Deprecated: Use GetProviderConfigReference.

func (*EndpointEventGrid) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this EndpointEventGrid.

func (*EndpointEventGrid) GetTerraformResourceType

func (mg *EndpointEventGrid) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this EndpointEventGrid

func (*EndpointEventGrid) GetTerraformSchemaVersion

func (tr *EndpointEventGrid) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*EndpointEventGrid) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this EndpointEventGrid.

func (*EndpointEventGrid) LateInitialize

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

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

func (*EndpointEventGrid) SetConditions

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

SetConditions of this EndpointEventGrid.

func (*EndpointEventGrid) SetDeletionPolicy

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

SetDeletionPolicy of this EndpointEventGrid.

func (*EndpointEventGrid) SetObservation

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

SetObservation for this EndpointEventGrid

func (*EndpointEventGrid) SetParameters

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

SetParameters for this EndpointEventGrid

func (*EndpointEventGrid) SetProviderConfigReference

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

SetProviderConfigReference of this EndpointEventGrid.

func (*EndpointEventGrid) SetProviderReference

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

SetProviderReference of this EndpointEventGrid. Deprecated: Use SetProviderConfigReference.

func (*EndpointEventGrid) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this EndpointEventGrid.

func (*EndpointEventGrid) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this EndpointEventGrid.

type EndpointEventGridList

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

EndpointEventGridList contains a list of EndpointEventGrids

func (*EndpointEventGridList) DeepCopy

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

func (*EndpointEventGridList) DeepCopyInto

func (in *EndpointEventGridList) DeepCopyInto(out *EndpointEventGridList)

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

func (*EndpointEventGridList) DeepCopyObject

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

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

func (*EndpointEventGridList) GetItems

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

GetItems of this EndpointEventGridList.

type EndpointEventGridObservation

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

func (*EndpointEventGridObservation) DeepCopy

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

func (*EndpointEventGridObservation) DeepCopyInto

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

type EndpointEventGridParameters

type EndpointEventGridParameters struct {

	// +kubebuilder:validation:Optional
	DeadLetterStorageSecret *string `json:"deadLetterStorageSecret,omitempty" tf:"dead_letter_storage_secret,omitempty"`

	// +kubebuilder:validation:Required
	DigitalTwinsID *string `json:"digitalTwinsId" tf:"digital_twins_id,omitempty"`

	// +kubebuilder:validation:Required
	EventGridTopicEndpoint *string `json:"eventgridTopicEndpoint" tf:"eventgrid_topic_endpoint,omitempty"`

	// +kubebuilder:validation:Required
	EventGridTopicPrimaryAccessKey *string `json:"eventgridTopicPrimaryAccessKey" tf:"eventgrid_topic_primary_access_key,omitempty"`

	// +kubebuilder:validation:Required
	EventGridTopicSecondaryAccessKey *string `json:"eventgridTopicSecondaryAccessKey" tf:"eventgrid_topic_secondary_access_key,omitempty"`

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

func (*EndpointEventGridParameters) DeepCopy

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

func (*EndpointEventGridParameters) DeepCopyInto

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

type EndpointEventGridSpec

type EndpointEventGridSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     EndpointEventGridParameters `json:"forProvider"`
}

EndpointEventGridSpec defines the desired state of EndpointEventGrid

func (*EndpointEventGridSpec) DeepCopy

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

func (*EndpointEventGridSpec) DeepCopyInto

func (in *EndpointEventGridSpec) DeepCopyInto(out *EndpointEventGridSpec)

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

type EndpointEventGridStatus

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

EndpointEventGridStatus defines the observed state of EndpointEventGrid.

func (*EndpointEventGridStatus) DeepCopy

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

func (*EndpointEventGridStatus) DeepCopyInto

func (in *EndpointEventGridStatus) DeepCopyInto(out *EndpointEventGridStatus)

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

type EndpointEventHub

type EndpointEventHub struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              EndpointEventHubSpec   `json:"spec"`
	Status            EndpointEventHubStatus `json:"status,omitempty"`
}

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

func (in *EndpointEventHub) DeepCopy() *EndpointEventHub

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

func (*EndpointEventHub) DeepCopyInto

func (in *EndpointEventHub) DeepCopyInto(out *EndpointEventHub)

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

func (*EndpointEventHub) DeepCopyObject

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

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

func (*EndpointEventHub) GetCondition

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

GetCondition of this EndpointEventHub.

func (*EndpointEventHub) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this EndpointEventHub

func (*EndpointEventHub) GetDeletionPolicy

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

GetDeletionPolicy of this EndpointEventHub.

func (*EndpointEventHub) GetID

func (tr *EndpointEventHub) GetID() string

GetID returns ID of underlying Terraform resource of this EndpointEventHub

func (*EndpointEventHub) GetObservation

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

GetObservation of this EndpointEventHub

func (*EndpointEventHub) GetParameters

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

GetParameters of this EndpointEventHub

func (*EndpointEventHub) GetProviderConfigReference

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

GetProviderConfigReference of this EndpointEventHub.

func (*EndpointEventHub) GetProviderReference

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

GetProviderReference of this EndpointEventHub. Deprecated: Use GetProviderConfigReference.

func (*EndpointEventHub) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this EndpointEventHub.

func (*EndpointEventHub) GetTerraformResourceType

func (mg *EndpointEventHub) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this EndpointEventHub

func (*EndpointEventHub) GetTerraformSchemaVersion

func (tr *EndpointEventHub) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*EndpointEventHub) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this EndpointEventHub.

func (*EndpointEventHub) LateInitialize

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

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

func (*EndpointEventHub) SetConditions

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

SetConditions of this EndpointEventHub.

func (*EndpointEventHub) SetDeletionPolicy

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

SetDeletionPolicy of this EndpointEventHub.

func (*EndpointEventHub) SetObservation

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

SetObservation for this EndpointEventHub

func (*EndpointEventHub) SetParameters

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

SetParameters for this EndpointEventHub

func (*EndpointEventHub) SetProviderConfigReference

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

SetProviderConfigReference of this EndpointEventHub.

func (*EndpointEventHub) SetProviderReference

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

SetProviderReference of this EndpointEventHub. Deprecated: Use SetProviderConfigReference.

func (*EndpointEventHub) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this EndpointEventHub.

func (*EndpointEventHub) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this EndpointEventHub.

type EndpointEventHubList

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

EndpointEventHubList contains a list of EndpointEventHubs

func (*EndpointEventHubList) DeepCopy

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

func (*EndpointEventHubList) DeepCopyInto

func (in *EndpointEventHubList) DeepCopyInto(out *EndpointEventHubList)

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

func (*EndpointEventHubList) DeepCopyObject

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

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

func (*EndpointEventHubList) GetItems

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

GetItems of this EndpointEventHubList.

type EndpointEventHubObservation

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

func (*EndpointEventHubObservation) DeepCopy

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

func (*EndpointEventHubObservation) DeepCopyInto

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

type EndpointEventHubParameters

type EndpointEventHubParameters struct {

	// +kubebuilder:validation:Optional
	DeadLetterStorageSecretSecretRef *v1.SecretKeySelector `json:"deadLetterStorageSecretSecretRef,omitempty" tf:"-"`

	// +kubebuilder:validation:Required
	DigitalTwinsID *string `json:"digitalTwinsId" tf:"digital_twins_id,omitempty"`

	// +kubebuilder:validation:Required
	EventHubPrimaryConnectionStringSecretRef v1.SecretKeySelector `json:"eventHubPrimaryConnectionStringSecretRef" tf:"-"`

	// +kubebuilder:validation:Required
	EventHubSecondaryConnectionStringSecretRef v1.SecretKeySelector `json:"eventHubSecondaryConnectionStringSecretRef" tf:"-"`

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

func (*EndpointEventHubParameters) DeepCopy

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

func (*EndpointEventHubParameters) DeepCopyInto

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

type EndpointEventHubSpec

type EndpointEventHubSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     EndpointEventHubParameters `json:"forProvider"`
}

EndpointEventHubSpec defines the desired state of EndpointEventHub

func (*EndpointEventHubSpec) DeepCopy

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

func (*EndpointEventHubSpec) DeepCopyInto

func (in *EndpointEventHubSpec) DeepCopyInto(out *EndpointEventHubSpec)

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

type EndpointEventHubStatus

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

EndpointEventHubStatus defines the observed state of EndpointEventHub.

func (*EndpointEventHubStatus) DeepCopy

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

func (*EndpointEventHubStatus) DeepCopyInto

func (in *EndpointEventHubStatus) DeepCopyInto(out *EndpointEventHubStatus)

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

type EndpointServiceBus

type EndpointServiceBus struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              EndpointServiceBusSpec   `json:"spec"`
	Status            EndpointServiceBusStatus `json:"status,omitempty"`
}

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

func (in *EndpointServiceBus) DeepCopy() *EndpointServiceBus

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

func (*EndpointServiceBus) DeepCopyInto

func (in *EndpointServiceBus) DeepCopyInto(out *EndpointServiceBus)

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

func (*EndpointServiceBus) DeepCopyObject

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

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

func (*EndpointServiceBus) GetCondition

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

GetCondition of this EndpointServiceBus.

func (*EndpointServiceBus) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this EndpointServiceBus

func (*EndpointServiceBus) GetDeletionPolicy

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

GetDeletionPolicy of this EndpointServiceBus.

func (*EndpointServiceBus) GetID

func (tr *EndpointServiceBus) GetID() string

GetID returns ID of underlying Terraform resource of this EndpointServiceBus

func (*EndpointServiceBus) GetObservation

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

GetObservation of this EndpointServiceBus

func (*EndpointServiceBus) GetParameters

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

GetParameters of this EndpointServiceBus

func (*EndpointServiceBus) GetProviderConfigReference

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

GetProviderConfigReference of this EndpointServiceBus.

func (*EndpointServiceBus) GetProviderReference

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

GetProviderReference of this EndpointServiceBus. Deprecated: Use GetProviderConfigReference.

func (*EndpointServiceBus) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this EndpointServiceBus.

func (*EndpointServiceBus) GetTerraformResourceType

func (mg *EndpointServiceBus) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this EndpointServiceBus

func (*EndpointServiceBus) GetTerraformSchemaVersion

func (tr *EndpointServiceBus) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*EndpointServiceBus) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this EndpointServiceBus.

func (*EndpointServiceBus) LateInitialize

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

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

func (*EndpointServiceBus) SetConditions

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

SetConditions of this EndpointServiceBus.

func (*EndpointServiceBus) SetDeletionPolicy

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

SetDeletionPolicy of this EndpointServiceBus.

func (*EndpointServiceBus) SetObservation

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

SetObservation for this EndpointServiceBus

func (*EndpointServiceBus) SetParameters

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

SetParameters for this EndpointServiceBus

func (*EndpointServiceBus) SetProviderConfigReference

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

SetProviderConfigReference of this EndpointServiceBus.

func (*EndpointServiceBus) SetProviderReference

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

SetProviderReference of this EndpointServiceBus. Deprecated: Use SetProviderConfigReference.

func (*EndpointServiceBus) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this EndpointServiceBus.

func (*EndpointServiceBus) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this EndpointServiceBus.

type EndpointServiceBusList

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

EndpointServiceBusList contains a list of EndpointServiceBuss

func (*EndpointServiceBusList) DeepCopy

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

func (*EndpointServiceBusList) DeepCopyInto

func (in *EndpointServiceBusList) DeepCopyInto(out *EndpointServiceBusList)

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

func (*EndpointServiceBusList) DeepCopyObject

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

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

func (*EndpointServiceBusList) GetItems

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

GetItems of this EndpointServiceBusList.

type EndpointServiceBusObservation

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

func (*EndpointServiceBusObservation) DeepCopy

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

func (*EndpointServiceBusObservation) DeepCopyInto

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

type EndpointServiceBusParameters

type EndpointServiceBusParameters struct {

	// +kubebuilder:validation:Optional
	DeadLetterStorageSecretSecretRef *v1.SecretKeySelector `json:"deadLetterStorageSecretSecretRef,omitempty" tf:"-"`

	// +kubebuilder:validation:Required
	DigitalTwinsID *string `json:"digitalTwinsId" tf:"digital_twins_id,omitempty"`

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

	// +kubebuilder:validation:Required
	ServiceBusPrimaryConnectionStringSecretRef v1.SecretKeySelector `json:"serviceBusPrimaryConnectionStringSecretRef" tf:"-"`

	// +kubebuilder:validation:Required
	ServiceBusSecondaryConnectionStringSecretRef v1.SecretKeySelector `json:"serviceBusSecondaryConnectionStringSecretRef" tf:"-"`
}

func (*EndpointServiceBusParameters) DeepCopy

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

func (*EndpointServiceBusParameters) DeepCopyInto

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

type EndpointServiceBusSpec

type EndpointServiceBusSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     EndpointServiceBusParameters `json:"forProvider"`
}

EndpointServiceBusSpec defines the desired state of EndpointServiceBus

func (*EndpointServiceBusSpec) DeepCopy

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

func (*EndpointServiceBusSpec) DeepCopyInto

func (in *EndpointServiceBusSpec) DeepCopyInto(out *EndpointServiceBusSpec)

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

type EndpointServiceBusStatus

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

EndpointServiceBusStatus defines the observed state of EndpointServiceBus.

func (*EndpointServiceBusStatus) DeepCopy

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

func (*EndpointServiceBusStatus) DeepCopyInto

func (in *EndpointServiceBusStatus) DeepCopyInto(out *EndpointServiceBusStatus)

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

type Instance

type Instance struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              InstanceSpec   `json:"spec"`
	Status            InstanceStatus `json:"status,omitempty"`
}

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

func (in *Instance) DeepCopy() *Instance

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

func (*Instance) DeepCopyInto

func (in *Instance) DeepCopyInto(out *Instance)

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

func (*Instance) DeepCopyObject

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

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

func (*Instance) GetCondition

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

GetCondition of this Instance.

func (*Instance) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this Instance

func (*Instance) GetDeletionPolicy

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

GetDeletionPolicy of this Instance.

func (*Instance) GetID

func (tr *Instance) GetID() string

GetID returns ID of underlying Terraform resource of this Instance

func (*Instance) GetObservation

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

GetObservation of this Instance

func (*Instance) GetParameters

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

GetParameters of this Instance

func (*Instance) GetProviderConfigReference

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

GetProviderConfigReference of this Instance.

func (*Instance) GetProviderReference

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

GetProviderReference of this Instance. Deprecated: Use GetProviderConfigReference.

func (*Instance) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this Instance.

func (*Instance) GetTerraformResourceType

func (mg *Instance) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Instance

func (*Instance) GetTerraformSchemaVersion

func (tr *Instance) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Instance) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this Instance.

func (*Instance) LateInitialize

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

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

func (*Instance) ResolveReferences

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

ResolveReferences of this Instance.

func (*Instance) SetConditions

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

SetConditions of this Instance.

func (*Instance) SetDeletionPolicy

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

SetDeletionPolicy of this Instance.

func (*Instance) SetObservation

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

SetObservation for this Instance

func (*Instance) SetParameters

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

SetParameters for this Instance

func (*Instance) SetProviderConfigReference

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

SetProviderConfigReference of this Instance.

func (*Instance) SetProviderReference

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

SetProviderReference of this Instance. Deprecated: Use SetProviderConfigReference.

func (*Instance) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this Instance.

func (*Instance) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this Instance.

type InstanceList

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

InstanceList contains a list of Instances

func (*InstanceList) DeepCopy

func (in *InstanceList) DeepCopy() *InstanceList

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

func (*InstanceList) DeepCopyInto

func (in *InstanceList) DeepCopyInto(out *InstanceList)

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

func (*InstanceList) DeepCopyObject

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

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

func (*InstanceList) GetItems

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

GetItems of this InstanceList.

type InstanceObservation

type InstanceObservation struct {
	HostName *string `json:"hostName,omitempty" tf:"host_name,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*InstanceObservation) DeepCopy

func (in *InstanceObservation) DeepCopy() *InstanceObservation

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

func (*InstanceObservation) DeepCopyInto

func (in *InstanceObservation) DeepCopyInto(out *InstanceObservation)

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

type InstanceParameters

type InstanceParameters struct {

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

	// +kubebuilder:validation:Required
	Name *string `json:"name" tf:"name,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
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*InstanceParameters) DeepCopy

func (in *InstanceParameters) DeepCopy() *InstanceParameters

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

func (*InstanceParameters) DeepCopyInto

func (in *InstanceParameters) DeepCopyInto(out *InstanceParameters)

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

type InstanceSpec

type InstanceSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     InstanceParameters `json:"forProvider"`
}

InstanceSpec defines the desired state of Instance

func (*InstanceSpec) DeepCopy

func (in *InstanceSpec) DeepCopy() *InstanceSpec

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

func (*InstanceSpec) DeepCopyInto

func (in *InstanceSpec) DeepCopyInto(out *InstanceSpec)

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

type InstanceStatus

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

InstanceStatus defines the observed state of Instance.

func (*InstanceStatus) DeepCopy

func (in *InstanceStatus) DeepCopy() *InstanceStatus

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

func (*InstanceStatus) DeepCopyInto

func (in *InstanceStatus) DeepCopyInto(out *InstanceStatus)

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