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=data.azure.jet.crossplane.io +versionName=v1alpha1

Index

Constants

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

Package type metadata.

Variables

View Source
var (
	FactoryLinkedServiceCosmosDBMongoapi_Kind             = "FactoryLinkedServiceCosmosDBMongoapi"
	FactoryLinkedServiceCosmosDBMongoapi_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: FactoryLinkedServiceCosmosDBMongoapi_Kind}.String()
	FactoryLinkedServiceCosmosDBMongoapi_KindAPIVersion   = FactoryLinkedServiceCosmosDBMongoapi_Kind + "." + CRDGroupVersion.String()
	FactoryLinkedServiceCosmosDBMongoapi_GroupVersionKind = CRDGroupVersion.WithKind(FactoryLinkedServiceCosmosDBMongoapi_Kind)
)

Repository type metadata.

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

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

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

Functions

This section is empty.

Types

type FactoryLinkedServiceCosmosDBMongoapi

type FactoryLinkedServiceCosmosDBMongoapi struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              FactoryLinkedServiceCosmosDBMongoapiSpec   `json:"spec"`
	Status            FactoryLinkedServiceCosmosDBMongoapiStatus `json:"status,omitempty"`
}

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

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

func (*FactoryLinkedServiceCosmosDBMongoapi) DeepCopyInto

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

func (*FactoryLinkedServiceCosmosDBMongoapi) DeepCopyObject

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

func (*FactoryLinkedServiceCosmosDBMongoapi) GetCondition

GetCondition of this FactoryLinkedServiceCosmosDBMongoapi.

func (*FactoryLinkedServiceCosmosDBMongoapi) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this FactoryLinkedServiceCosmosDBMongoapi

func (*FactoryLinkedServiceCosmosDBMongoapi) GetDeletionPolicy

GetDeletionPolicy of this FactoryLinkedServiceCosmosDBMongoapi.

func (*FactoryLinkedServiceCosmosDBMongoapi) GetID

GetID returns ID of underlying Terraform resource of this FactoryLinkedServiceCosmosDBMongoapi

func (*FactoryLinkedServiceCosmosDBMongoapi) GetObservation

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

GetObservation of this FactoryLinkedServiceCosmosDBMongoapi

func (*FactoryLinkedServiceCosmosDBMongoapi) GetParameters

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

GetParameters of this FactoryLinkedServiceCosmosDBMongoapi

func (*FactoryLinkedServiceCosmosDBMongoapi) GetProviderConfigReference

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

GetProviderConfigReference of this FactoryLinkedServiceCosmosDBMongoapi.

func (*FactoryLinkedServiceCosmosDBMongoapi) GetProviderReference

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

GetProviderReference of this FactoryLinkedServiceCosmosDBMongoapi. Deprecated: Use GetProviderConfigReference.

func (*FactoryLinkedServiceCosmosDBMongoapi) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this FactoryLinkedServiceCosmosDBMongoapi.

func (*FactoryLinkedServiceCosmosDBMongoapi) GetTerraformResourceType

func (mg *FactoryLinkedServiceCosmosDBMongoapi) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this FactoryLinkedServiceCosmosDBMongoapi

func (*FactoryLinkedServiceCosmosDBMongoapi) GetTerraformSchemaVersion

func (tr *FactoryLinkedServiceCosmosDBMongoapi) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*FactoryLinkedServiceCosmosDBMongoapi) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this FactoryLinkedServiceCosmosDBMongoapi.

func (*FactoryLinkedServiceCosmosDBMongoapi) LateInitialize

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

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

func (*FactoryLinkedServiceCosmosDBMongoapi) ResolveReferences

ResolveReferences of this FactoryLinkedServiceCosmosDBMongoapi.

func (*FactoryLinkedServiceCosmosDBMongoapi) SetConditions

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

SetConditions of this FactoryLinkedServiceCosmosDBMongoapi.

func (*FactoryLinkedServiceCosmosDBMongoapi) SetDeletionPolicy

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

SetDeletionPolicy of this FactoryLinkedServiceCosmosDBMongoapi.

func (*FactoryLinkedServiceCosmosDBMongoapi) SetObservation

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

SetObservation for this FactoryLinkedServiceCosmosDBMongoapi

func (*FactoryLinkedServiceCosmosDBMongoapi) SetParameters

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

SetParameters for this FactoryLinkedServiceCosmosDBMongoapi

func (*FactoryLinkedServiceCosmosDBMongoapi) SetProviderConfigReference

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

SetProviderConfigReference of this FactoryLinkedServiceCosmosDBMongoapi.

func (*FactoryLinkedServiceCosmosDBMongoapi) SetProviderReference

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

SetProviderReference of this FactoryLinkedServiceCosmosDBMongoapi. Deprecated: Use SetProviderConfigReference.

func (*FactoryLinkedServiceCosmosDBMongoapi) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this FactoryLinkedServiceCosmosDBMongoapi.

func (*FactoryLinkedServiceCosmosDBMongoapi) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this FactoryLinkedServiceCosmosDBMongoapi.

type FactoryLinkedServiceCosmosDBMongoapiList

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

FactoryLinkedServiceCosmosDBMongoapiList contains a list of FactoryLinkedServiceCosmosDBMongoapis

func (*FactoryLinkedServiceCosmosDBMongoapiList) DeepCopy

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

func (*FactoryLinkedServiceCosmosDBMongoapiList) DeepCopyInto

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

func (*FactoryLinkedServiceCosmosDBMongoapiList) DeepCopyObject

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

func (*FactoryLinkedServiceCosmosDBMongoapiList) GetItems

GetItems of this FactoryLinkedServiceCosmosDBMongoapiList.

type FactoryLinkedServiceCosmosDBMongoapiObservation

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

func (*FactoryLinkedServiceCosmosDBMongoapiObservation) DeepCopy

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

func (*FactoryLinkedServiceCosmosDBMongoapiObservation) DeepCopyInto

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

type FactoryLinkedServiceCosmosDBMongoapiParameters

type FactoryLinkedServiceCosmosDBMongoapiParameters struct {

	// +kubebuilder:validation:Optional
	AdditionalProperties map[string]*string `json:"additionalProperties,omitempty" tf:"additional_properties,omitempty"`

	// +kubebuilder:validation:Optional
	Annotations []*string `json:"annotations,omitempty" tf:"annotations,omitempty"`

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

	// +kubebuilder:validation:Required
	DataFactoryName *string `json:"dataFactoryName" tf:"data_factory_name,omitempty"`

	// +kubebuilder:validation:Optional
	Database *string `json:"database,omitempty" tf:"database,omitempty"`

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

	// +kubebuilder:validation:Optional
	IntegrationRuntimeName *string `json:"integrationRuntimeName,omitempty" tf:"integration_runtime_name,omitempty"`

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

	// +kubebuilder:validation:Optional
	Parameters map[string]*string `json:"parameters,omitempty" tf:"parameters,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
	ServerVersionIs32OrHigher *bool `json:"serverVersionIs32OrHigher,omitempty" tf:"server_version_is_32_or_higher,omitempty"`
}

func (*FactoryLinkedServiceCosmosDBMongoapiParameters) DeepCopy

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

func (*FactoryLinkedServiceCosmosDBMongoapiParameters) DeepCopyInto

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

type FactoryLinkedServiceCosmosDBMongoapiSpec

type FactoryLinkedServiceCosmosDBMongoapiSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     FactoryLinkedServiceCosmosDBMongoapiParameters `json:"forProvider"`
}

FactoryLinkedServiceCosmosDBMongoapiSpec defines the desired state of FactoryLinkedServiceCosmosDBMongoapi

func (*FactoryLinkedServiceCosmosDBMongoapiSpec) DeepCopy

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

func (*FactoryLinkedServiceCosmosDBMongoapiSpec) DeepCopyInto

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

type FactoryLinkedServiceCosmosDBMongoapiStatus

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

FactoryLinkedServiceCosmosDBMongoapiStatus defines the observed state of FactoryLinkedServiceCosmosDBMongoapi.

func (*FactoryLinkedServiceCosmosDBMongoapiStatus) DeepCopy

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

func (*FactoryLinkedServiceCosmosDBMongoapiStatus) DeepCopyInto

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL