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