v1alpha1

package
v0.7.1-preview Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

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

Index

Constants

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

Package type metadata.

Variables

View Source
var (
	AccessPolicy_Kind             = "AccessPolicy"
	AccessPolicy_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: AccessPolicy_Kind}.String()
	AccessPolicy_KindAPIVersion   = AccessPolicy_Kind + "." + CRDGroupVersion.String()
	AccessPolicy_GroupVersionKind = CRDGroupVersion.WithKind(AccessPolicy_Kind)
)

Repository type metadata.

View Source
var (
	EventSourceIOTHub_Kind             = "EventSourceIOTHub"
	EventSourceIOTHub_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: EventSourceIOTHub_Kind}.String()
	EventSourceIOTHub_KindAPIVersion   = EventSourceIOTHub_Kind + "." + CRDGroupVersion.String()
	EventSourceIOTHub_GroupVersionKind = CRDGroupVersion.WithKind(EventSourceIOTHub_Kind)
)

Repository type metadata.

View Source
var (
	Gen2Environment_Kind             = "Gen2Environment"
	Gen2Environment_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Gen2Environment_Kind}.String()
	Gen2Environment_KindAPIVersion   = Gen2Environment_Kind + "." + CRDGroupVersion.String()
	Gen2Environment_GroupVersionKind = CRDGroupVersion.WithKind(Gen2Environment_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 (
	ReferenceDataSet_Kind             = "ReferenceDataSet"
	ReferenceDataSet_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ReferenceDataSet_Kind}.String()
	ReferenceDataSet_KindAPIVersion   = ReferenceDataSet_Kind + "." + CRDGroupVersion.String()
	ReferenceDataSet_GroupVersionKind = CRDGroupVersion.WithKind(ReferenceDataSet_Kind)
)

Repository type metadata.

View Source
var (
	StandardEnvironment_Kind             = "StandardEnvironment"
	StandardEnvironment_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: StandardEnvironment_Kind}.String()
	StandardEnvironment_KindAPIVersion   = StandardEnvironment_Kind + "." + CRDGroupVersion.String()
	StandardEnvironment_GroupVersionKind = CRDGroupVersion.WithKind(StandardEnvironment_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type AccessPolicy

type AccessPolicy struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              AccessPolicySpec   `json:"spec"`
	Status            AccessPolicyStatus `json:"status,omitempty"`
}

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

func (in *AccessPolicy) DeepCopy() *AccessPolicy

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

func (*AccessPolicy) DeepCopyInto

func (in *AccessPolicy) DeepCopyInto(out *AccessPolicy)

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

func (*AccessPolicy) DeepCopyObject

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

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

func (*AccessPolicy) GetCondition

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

GetCondition of this AccessPolicy.

func (*AccessPolicy) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this AccessPolicy

func (*AccessPolicy) GetDeletionPolicy

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

GetDeletionPolicy of this AccessPolicy.

func (*AccessPolicy) GetID

func (tr *AccessPolicy) GetID() string

GetID returns ID of underlying Terraform resource of this AccessPolicy

func (*AccessPolicy) GetObservation

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

GetObservation of this AccessPolicy

func (*AccessPolicy) GetParameters

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

GetParameters of this AccessPolicy

func (*AccessPolicy) GetProviderConfigReference

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

GetProviderConfigReference of this AccessPolicy.

func (*AccessPolicy) GetProviderReference

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

GetProviderReference of this AccessPolicy. Deprecated: Use GetProviderConfigReference.

func (*AccessPolicy) GetTerraformResourceType

func (mg *AccessPolicy) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this AccessPolicy

func (*AccessPolicy) GetTerraformSchemaVersion

func (tr *AccessPolicy) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*AccessPolicy) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this AccessPolicy.

func (*AccessPolicy) LateInitialize

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

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

func (*AccessPolicy) SetConditions

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

SetConditions of this AccessPolicy.

func (*AccessPolicy) SetDeletionPolicy

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

SetDeletionPolicy of this AccessPolicy.

func (*AccessPolicy) SetObservation

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

SetObservation for this AccessPolicy

func (*AccessPolicy) SetParameters

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

SetParameters for this AccessPolicy

func (*AccessPolicy) SetProviderConfigReference

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

SetProviderConfigReference of this AccessPolicy.

func (*AccessPolicy) SetProviderReference

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

SetProviderReference of this AccessPolicy. Deprecated: Use SetProviderConfigReference.

func (*AccessPolicy) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this AccessPolicy.

type AccessPolicyList

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

AccessPolicyList contains a list of AccessPolicys

func (*AccessPolicyList) DeepCopy

func (in *AccessPolicyList) DeepCopy() *AccessPolicyList

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

func (*AccessPolicyList) DeepCopyInto

func (in *AccessPolicyList) DeepCopyInto(out *AccessPolicyList)

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

func (*AccessPolicyList) DeepCopyObject

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

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

func (*AccessPolicyList) GetItems

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

GetItems of this AccessPolicyList.

type AccessPolicyObservation

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

func (*AccessPolicyObservation) DeepCopy

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

func (*AccessPolicyObservation) DeepCopyInto

func (in *AccessPolicyObservation) DeepCopyInto(out *AccessPolicyObservation)

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

type AccessPolicyParameters

type AccessPolicyParameters struct {

	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

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

	// +kubebuilder:validation:Required
	PrincipalObjectID *string `json:"principalObjectId" tf:"principal_object_id,omitempty"`

	// +kubebuilder:validation:Required
	Roles []*string `json:"roles" tf:"roles,omitempty"`

	// +kubebuilder:validation:Required
	TimeSeriesInsightsEnvironmentID *string `json:"timeSeriesInsightsEnvironmentId" tf:"time_series_insights_environment_id,omitempty"`
}

func (*AccessPolicyParameters) DeepCopy

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

func (*AccessPolicyParameters) DeepCopyInto

func (in *AccessPolicyParameters) DeepCopyInto(out *AccessPolicyParameters)

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

type AccessPolicySpec

type AccessPolicySpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     AccessPolicyParameters `json:"forProvider"`
}

AccessPolicySpec defines the desired state of AccessPolicy

func (*AccessPolicySpec) DeepCopy

func (in *AccessPolicySpec) DeepCopy() *AccessPolicySpec

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

func (*AccessPolicySpec) DeepCopyInto

func (in *AccessPolicySpec) DeepCopyInto(out *AccessPolicySpec)

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

type AccessPolicyStatus

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

AccessPolicyStatus defines the observed state of AccessPolicy.

func (*AccessPolicyStatus) DeepCopy

func (in *AccessPolicyStatus) DeepCopy() *AccessPolicyStatus

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

func (*AccessPolicyStatus) DeepCopyInto

func (in *AccessPolicyStatus) DeepCopyInto(out *AccessPolicyStatus)

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

type EventSourceIOTHub

type EventSourceIOTHub struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              EventSourceIOTHubSpec   `json:"spec"`
	Status            EventSourceIOTHubStatus `json:"status,omitempty"`
}

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

func (in *EventSourceIOTHub) DeepCopy() *EventSourceIOTHub

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

func (*EventSourceIOTHub) DeepCopyInto

func (in *EventSourceIOTHub) DeepCopyInto(out *EventSourceIOTHub)

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

func (*EventSourceIOTHub) DeepCopyObject

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

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

func (*EventSourceIOTHub) GetCondition

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

GetCondition of this EventSourceIOTHub.

func (*EventSourceIOTHub) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this EventSourceIOTHub

func (*EventSourceIOTHub) GetDeletionPolicy

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

GetDeletionPolicy of this EventSourceIOTHub.

func (*EventSourceIOTHub) GetID

func (tr *EventSourceIOTHub) GetID() string

GetID returns ID of underlying Terraform resource of this EventSourceIOTHub

func (*EventSourceIOTHub) GetObservation

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

GetObservation of this EventSourceIOTHub

func (*EventSourceIOTHub) GetParameters

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

GetParameters of this EventSourceIOTHub

func (*EventSourceIOTHub) GetProviderConfigReference

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

GetProviderConfigReference of this EventSourceIOTHub.

func (*EventSourceIOTHub) GetProviderReference

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

GetProviderReference of this EventSourceIOTHub. Deprecated: Use GetProviderConfigReference.

func (*EventSourceIOTHub) GetTerraformResourceType

func (mg *EventSourceIOTHub) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this EventSourceIOTHub

func (*EventSourceIOTHub) GetTerraformSchemaVersion

func (tr *EventSourceIOTHub) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*EventSourceIOTHub) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this EventSourceIOTHub.

func (*EventSourceIOTHub) LateInitialize

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

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

func (*EventSourceIOTHub) SetConditions

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

SetConditions of this EventSourceIOTHub.

func (*EventSourceIOTHub) SetDeletionPolicy

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

SetDeletionPolicy of this EventSourceIOTHub.

func (*EventSourceIOTHub) SetObservation

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

SetObservation for this EventSourceIOTHub

func (*EventSourceIOTHub) SetParameters

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

SetParameters for this EventSourceIOTHub

func (*EventSourceIOTHub) SetProviderConfigReference

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

SetProviderConfigReference of this EventSourceIOTHub.

func (*EventSourceIOTHub) SetProviderReference

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

SetProviderReference of this EventSourceIOTHub. Deprecated: Use SetProviderConfigReference.

func (*EventSourceIOTHub) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this EventSourceIOTHub.

type EventSourceIOTHubList

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

EventSourceIOTHubList contains a list of EventSourceIOTHubs

func (*EventSourceIOTHubList) DeepCopy

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

func (*EventSourceIOTHubList) DeepCopyInto

func (in *EventSourceIOTHubList) DeepCopyInto(out *EventSourceIOTHubList)

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

func (*EventSourceIOTHubList) DeepCopyObject

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

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

func (*EventSourceIOTHubList) GetItems

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

GetItems of this EventSourceIOTHubList.

type EventSourceIOTHubObservation

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

func (*EventSourceIOTHubObservation) DeepCopy

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

func (*EventSourceIOTHubObservation) DeepCopyInto

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

type EventSourceIOTHubParameters

type EventSourceIOTHubParameters 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
	EventSourceResourceID *string `json:"eventSourceResourceId" tf:"event_source_resource_id,omitempty"`

	// +kubebuilder:validation:Required
	IOTHubName *string `json:"iothubName" tf:"iothub_name,omitempty"`

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

	// +kubebuilder:validation:Required
	Name *string `json:"name" tf:"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 (*EventSourceIOTHubParameters) DeepCopy

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

func (*EventSourceIOTHubParameters) DeepCopyInto

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

type EventSourceIOTHubSpec

type EventSourceIOTHubSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     EventSourceIOTHubParameters `json:"forProvider"`
}

EventSourceIOTHubSpec defines the desired state of EventSourceIOTHub

func (*EventSourceIOTHubSpec) DeepCopy

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

func (*EventSourceIOTHubSpec) DeepCopyInto

func (in *EventSourceIOTHubSpec) DeepCopyInto(out *EventSourceIOTHubSpec)

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

type EventSourceIOTHubStatus

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

EventSourceIOTHubStatus defines the observed state of EventSourceIOTHub.

func (*EventSourceIOTHubStatus) DeepCopy

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

func (*EventSourceIOTHubStatus) DeepCopyInto

func (in *EventSourceIOTHubStatus) DeepCopyInto(out *EventSourceIOTHubStatus)

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

type Gen2Environment

type Gen2Environment struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Gen2EnvironmentSpec   `json:"spec"`
	Status            Gen2EnvironmentStatus `json:"status,omitempty"`
}

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

func (in *Gen2Environment) DeepCopy() *Gen2Environment

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

func (*Gen2Environment) DeepCopyInto

func (in *Gen2Environment) DeepCopyInto(out *Gen2Environment)

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

func (*Gen2Environment) DeepCopyObject

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

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

func (*Gen2Environment) GetCondition

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

GetCondition of this Gen2Environment.

func (*Gen2Environment) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this Gen2Environment

func (*Gen2Environment) GetDeletionPolicy

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

GetDeletionPolicy of this Gen2Environment.

func (*Gen2Environment) GetID

func (tr *Gen2Environment) GetID() string

GetID returns ID of underlying Terraform resource of this Gen2Environment

func (*Gen2Environment) GetObservation

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

GetObservation of this Gen2Environment

func (*Gen2Environment) GetParameters

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

GetParameters of this Gen2Environment

func (*Gen2Environment) GetProviderConfigReference

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

GetProviderConfigReference of this Gen2Environment.

func (*Gen2Environment) GetProviderReference

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

GetProviderReference of this Gen2Environment. Deprecated: Use GetProviderConfigReference.

func (*Gen2Environment) GetTerraformResourceType

func (mg *Gen2Environment) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Gen2Environment

func (*Gen2Environment) GetTerraformSchemaVersion

func (tr *Gen2Environment) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Gen2Environment) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this Gen2Environment.

func (*Gen2Environment) LateInitialize

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

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

func (*Gen2Environment) ResolveReferences

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

ResolveReferences of this Gen2Environment.

func (*Gen2Environment) SetConditions

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

SetConditions of this Gen2Environment.

func (*Gen2Environment) SetDeletionPolicy

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

SetDeletionPolicy of this Gen2Environment.

func (*Gen2Environment) SetObservation

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

SetObservation for this Gen2Environment

func (*Gen2Environment) SetParameters

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

SetParameters for this Gen2Environment

func (*Gen2Environment) SetProviderConfigReference

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

SetProviderConfigReference of this Gen2Environment.

func (*Gen2Environment) SetProviderReference

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

SetProviderReference of this Gen2Environment. Deprecated: Use SetProviderConfigReference.

func (*Gen2Environment) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this Gen2Environment.

type Gen2EnvironmentList

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

Gen2EnvironmentList contains a list of Gen2Environments

func (*Gen2EnvironmentList) DeepCopy

func (in *Gen2EnvironmentList) DeepCopy() *Gen2EnvironmentList

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

func (*Gen2EnvironmentList) DeepCopyInto

func (in *Gen2EnvironmentList) DeepCopyInto(out *Gen2EnvironmentList)

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

func (*Gen2EnvironmentList) DeepCopyObject

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

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

func (*Gen2EnvironmentList) GetItems

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

GetItems of this Gen2EnvironmentList.

type Gen2EnvironmentObservation

type Gen2EnvironmentObservation struct {
	DataAccessFqdn *string `json:"dataAccessFqdn,omitempty" tf:"data_access_fqdn,omitempty"`

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

func (*Gen2EnvironmentObservation) DeepCopy

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

func (*Gen2EnvironmentObservation) DeepCopyInto

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

type Gen2EnvironmentParameters

type Gen2EnvironmentParameters struct {

	// +kubebuilder:validation:Required
	IDProperties []*string `json:"idProperties" tf:"id_properties,omitempty"`

	// +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:Required
	SkuName *string `json:"skuName" tf:"sku_name,omitempty"`

	// +kubebuilder:validation:Required
	Storage []StorageParameters `json:"storage" tf:"storage,omitempty"`

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

	// +kubebuilder:validation:Optional
	WarmStoreDataRetentionTime *string `json:"warmStoreDataRetentionTime,omitempty" tf:"warm_store_data_retention_time,omitempty"`
}

func (*Gen2EnvironmentParameters) DeepCopy

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

func (*Gen2EnvironmentParameters) DeepCopyInto

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

type Gen2EnvironmentSpec

type Gen2EnvironmentSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     Gen2EnvironmentParameters `json:"forProvider"`
}

Gen2EnvironmentSpec defines the desired state of Gen2Environment

func (*Gen2EnvironmentSpec) DeepCopy

func (in *Gen2EnvironmentSpec) DeepCopy() *Gen2EnvironmentSpec

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

func (*Gen2EnvironmentSpec) DeepCopyInto

func (in *Gen2EnvironmentSpec) DeepCopyInto(out *Gen2EnvironmentSpec)

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

type Gen2EnvironmentStatus

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

Gen2EnvironmentStatus defines the observed state of Gen2Environment.

func (*Gen2EnvironmentStatus) DeepCopy

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

func (*Gen2EnvironmentStatus) DeepCopyInto

func (in *Gen2EnvironmentStatus) DeepCopyInto(out *Gen2EnvironmentStatus)

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

type KeyPropertyObservation

type KeyPropertyObservation struct {
}

func (*KeyPropertyObservation) DeepCopy

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

func (*KeyPropertyObservation) DeepCopyInto

func (in *KeyPropertyObservation) DeepCopyInto(out *KeyPropertyObservation)

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

type KeyPropertyParameters

type KeyPropertyParameters struct {

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

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

func (*KeyPropertyParameters) DeepCopy

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

func (*KeyPropertyParameters) DeepCopyInto

func (in *KeyPropertyParameters) DeepCopyInto(out *KeyPropertyParameters)

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

type ReferenceDataSet

type ReferenceDataSet struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ReferenceDataSetSpec   `json:"spec"`
	Status            ReferenceDataSetStatus `json:"status,omitempty"`
}

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

func (in *ReferenceDataSet) DeepCopy() *ReferenceDataSet

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

func (*ReferenceDataSet) DeepCopyInto

func (in *ReferenceDataSet) DeepCopyInto(out *ReferenceDataSet)

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

func (*ReferenceDataSet) DeepCopyObject

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

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

func (*ReferenceDataSet) GetCondition

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

GetCondition of this ReferenceDataSet.

func (*ReferenceDataSet) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ReferenceDataSet

func (*ReferenceDataSet) GetDeletionPolicy

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

GetDeletionPolicy of this ReferenceDataSet.

func (*ReferenceDataSet) GetID

func (tr *ReferenceDataSet) GetID() string

GetID returns ID of underlying Terraform resource of this ReferenceDataSet

func (*ReferenceDataSet) GetObservation

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

GetObservation of this ReferenceDataSet

func (*ReferenceDataSet) GetParameters

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

GetParameters of this ReferenceDataSet

func (*ReferenceDataSet) GetProviderConfigReference

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

GetProviderConfigReference of this ReferenceDataSet.

func (*ReferenceDataSet) GetProviderReference

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

GetProviderReference of this ReferenceDataSet. Deprecated: Use GetProviderConfigReference.

func (*ReferenceDataSet) GetTerraformResourceType

func (mg *ReferenceDataSet) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ReferenceDataSet

func (*ReferenceDataSet) GetTerraformSchemaVersion

func (tr *ReferenceDataSet) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ReferenceDataSet) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ReferenceDataSet.

func (*ReferenceDataSet) LateInitialize

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

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

func (*ReferenceDataSet) SetConditions

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

SetConditions of this ReferenceDataSet.

func (*ReferenceDataSet) SetDeletionPolicy

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

SetDeletionPolicy of this ReferenceDataSet.

func (*ReferenceDataSet) SetObservation

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

SetObservation for this ReferenceDataSet

func (*ReferenceDataSet) SetParameters

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

SetParameters for this ReferenceDataSet

func (*ReferenceDataSet) SetProviderConfigReference

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

SetProviderConfigReference of this ReferenceDataSet.

func (*ReferenceDataSet) SetProviderReference

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

SetProviderReference of this ReferenceDataSet. Deprecated: Use SetProviderConfigReference.

func (*ReferenceDataSet) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ReferenceDataSet.

type ReferenceDataSetList

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

ReferenceDataSetList contains a list of ReferenceDataSets

func (*ReferenceDataSetList) DeepCopy

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

func (*ReferenceDataSetList) DeepCopyInto

func (in *ReferenceDataSetList) DeepCopyInto(out *ReferenceDataSetList)

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

func (*ReferenceDataSetList) DeepCopyObject

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

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

func (*ReferenceDataSetList) GetItems

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

GetItems of this ReferenceDataSetList.

type ReferenceDataSetObservation

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

func (*ReferenceDataSetObservation) DeepCopy

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

func (*ReferenceDataSetObservation) DeepCopyInto

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

type ReferenceDataSetParameters

type ReferenceDataSetParameters struct {

	// +kubebuilder:validation:Optional
	DataStringComparisonBehavior *string `json:"dataStringComparisonBehavior,omitempty" tf:"data_string_comparison_behavior,omitempty"`

	// +kubebuilder:validation:Required
	KeyProperty []KeyPropertyParameters `json:"keyProperty" tf:"key_property,omitempty"`

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

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

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

	// +kubebuilder:validation:Required
	TimeSeriesInsightsEnvironmentID *string `json:"timeSeriesInsightsEnvironmentId" tf:"time_series_insights_environment_id,omitempty"`
}

func (*ReferenceDataSetParameters) DeepCopy

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

func (*ReferenceDataSetParameters) DeepCopyInto

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

type ReferenceDataSetSpec

type ReferenceDataSetSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ReferenceDataSetParameters `json:"forProvider"`
}

ReferenceDataSetSpec defines the desired state of ReferenceDataSet

func (*ReferenceDataSetSpec) DeepCopy

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

func (*ReferenceDataSetSpec) DeepCopyInto

func (in *ReferenceDataSetSpec) DeepCopyInto(out *ReferenceDataSetSpec)

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

type ReferenceDataSetStatus

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

ReferenceDataSetStatus defines the observed state of ReferenceDataSet.

func (*ReferenceDataSetStatus) DeepCopy

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

func (*ReferenceDataSetStatus) DeepCopyInto

func (in *ReferenceDataSetStatus) DeepCopyInto(out *ReferenceDataSetStatus)

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

type StandardEnvironment

type StandardEnvironment struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              StandardEnvironmentSpec   `json:"spec"`
	Status            StandardEnvironmentStatus `json:"status,omitempty"`
}

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

func (in *StandardEnvironment) DeepCopy() *StandardEnvironment

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

func (*StandardEnvironment) DeepCopyInto

func (in *StandardEnvironment) DeepCopyInto(out *StandardEnvironment)

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

func (*StandardEnvironment) DeepCopyObject

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

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

func (*StandardEnvironment) GetCondition

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

GetCondition of this StandardEnvironment.

func (*StandardEnvironment) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this StandardEnvironment

func (*StandardEnvironment) GetDeletionPolicy

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

GetDeletionPolicy of this StandardEnvironment.

func (*StandardEnvironment) GetID

func (tr *StandardEnvironment) GetID() string

GetID returns ID of underlying Terraform resource of this StandardEnvironment

func (*StandardEnvironment) GetObservation

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

GetObservation of this StandardEnvironment

func (*StandardEnvironment) GetParameters

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

GetParameters of this StandardEnvironment

func (*StandardEnvironment) GetProviderConfigReference

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

GetProviderConfigReference of this StandardEnvironment.

func (*StandardEnvironment) GetProviderReference

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

GetProviderReference of this StandardEnvironment. Deprecated: Use GetProviderConfigReference.

func (*StandardEnvironment) GetTerraformResourceType

func (mg *StandardEnvironment) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this StandardEnvironment

func (*StandardEnvironment) GetTerraformSchemaVersion

func (tr *StandardEnvironment) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*StandardEnvironment) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this StandardEnvironment.

func (*StandardEnvironment) LateInitialize

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

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

func (*StandardEnvironment) ResolveReferences

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

ResolveReferences of this StandardEnvironment.

func (*StandardEnvironment) SetConditions

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

SetConditions of this StandardEnvironment.

func (*StandardEnvironment) SetDeletionPolicy

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

SetDeletionPolicy of this StandardEnvironment.

func (*StandardEnvironment) SetObservation

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

SetObservation for this StandardEnvironment

func (*StandardEnvironment) SetParameters

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

SetParameters for this StandardEnvironment

func (*StandardEnvironment) SetProviderConfigReference

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

SetProviderConfigReference of this StandardEnvironment.

func (*StandardEnvironment) SetProviderReference

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

SetProviderReference of this StandardEnvironment. Deprecated: Use SetProviderConfigReference.

func (*StandardEnvironment) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this StandardEnvironment.

type StandardEnvironmentList

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

StandardEnvironmentList contains a list of StandardEnvironments

func (*StandardEnvironmentList) DeepCopy

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

func (*StandardEnvironmentList) DeepCopyInto

func (in *StandardEnvironmentList) DeepCopyInto(out *StandardEnvironmentList)

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

func (*StandardEnvironmentList) DeepCopyObject

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

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

func (*StandardEnvironmentList) GetItems

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

GetItems of this StandardEnvironmentList.

type StandardEnvironmentObservation

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

func (*StandardEnvironmentObservation) DeepCopy

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

func (*StandardEnvironmentObservation) DeepCopyInto

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

type StandardEnvironmentParameters

type StandardEnvironmentParameters struct {

	// +kubebuilder:validation:Required
	DataRetentionTime *string `json:"dataRetentionTime" tf:"data_retention_time,omitempty"`

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

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

	// +kubebuilder:validation:Optional
	PartitionKey *string `json:"partitionKey,omitempty" tf:"partition_key,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
	SkuName *string `json:"skuName" tf:"sku_name,omitempty"`

	// +kubebuilder:validation:Optional
	StorageLimitExceededBehavior *string `json:"storageLimitExceededBehavior,omitempty" tf:"storage_limit_exceeded_behavior,omitempty"`

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

func (*StandardEnvironmentParameters) DeepCopy

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

func (*StandardEnvironmentParameters) DeepCopyInto

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

type StandardEnvironmentSpec

type StandardEnvironmentSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     StandardEnvironmentParameters `json:"forProvider"`
}

StandardEnvironmentSpec defines the desired state of StandardEnvironment

func (*StandardEnvironmentSpec) DeepCopy

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

func (*StandardEnvironmentSpec) DeepCopyInto

func (in *StandardEnvironmentSpec) DeepCopyInto(out *StandardEnvironmentSpec)

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

type StandardEnvironmentStatus

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

StandardEnvironmentStatus defines the observed state of StandardEnvironment.

func (*StandardEnvironmentStatus) DeepCopy

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

func (*StandardEnvironmentStatus) DeepCopyInto

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

type StorageObservation

type StorageObservation struct {
}

func (*StorageObservation) DeepCopy

func (in *StorageObservation) DeepCopy() *StorageObservation

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

func (*StorageObservation) DeepCopyInto

func (in *StorageObservation) DeepCopyInto(out *StorageObservation)

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

type StorageParameters

type StorageParameters struct {

	// +kubebuilder:validation:Required
	Key *string `json:"key" tf:"key,omitempty"`

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

func (*StorageParameters) DeepCopy

func (in *StorageParameters) DeepCopy() *StorageParameters

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

func (*StorageParameters) DeepCopyInto

func (in *StorageParameters) DeepCopyInto(out *StorageParameters)

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