Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=third.mongodbatlas.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type PartyIntegration
- func (in *PartyIntegration) DeepCopy() *PartyIntegration
- func (in *PartyIntegration) DeepCopyInto(out *PartyIntegration)
- func (in *PartyIntegration) DeepCopyObject() runtime.Object
- func (mg *PartyIntegration) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *PartyIntegration) GetConnectionDetailsMapping() map[string]string
- func (mg *PartyIntegration) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *PartyIntegration) GetID() string
- func (tr *PartyIntegration) GetObservation() (map[string]any, error)
- func (tr *PartyIntegration) GetParameters() (map[string]any, error)
- func (mg *PartyIntegration) GetProviderConfigReference() *xpv1.Reference
- func (mg *PartyIntegration) GetProviderReference() *xpv1.Reference
- func (mg *PartyIntegration) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *PartyIntegration) GetTerraformResourceType() string
- func (tr *PartyIntegration) GetTerraformSchemaVersion() int
- func (mg *PartyIntegration) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *PartyIntegration) LateInitialize(attrs []byte) (bool, error)
- func (mg *PartyIntegration) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *PartyIntegration) SetConditions(c ...xpv1.Condition)
- func (mg *PartyIntegration) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *PartyIntegration) SetObservation(obs map[string]any) error
- func (tr *PartyIntegration) SetParameters(params map[string]any) error
- func (mg *PartyIntegration) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *PartyIntegration) SetProviderReference(r *xpv1.Reference)
- func (mg *PartyIntegration) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *PartyIntegration) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type PartyIntegrationList
- type PartyIntegrationObservation
- type PartyIntegrationParameters
- type PartyIntegrationSpec
- type PartyIntegrationStatus
Constants ¶
const ( CRDGroup = "third.mongodbatlas.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( // CRDGroupVersion is the API Group Version used to register the objects CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
var ( PartyIntegration_Kind = "PartyIntegration" PartyIntegration_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: PartyIntegration_Kind}.String() PartyIntegration_KindAPIVersion = PartyIntegration_Kind + "." + CRDGroupVersion.String() PartyIntegration_GroupVersionKind = CRDGroupVersion.WithKind(PartyIntegration_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type PartyIntegration ¶
type PartyIntegration struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec PartyIntegrationSpec `json:"spec"` Status PartyIntegrationStatus `json:"status,omitempty"` }
PartyIntegration is the Schema for the PartyIntegrations API. <no value> +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,mongodbatlas}
func (*PartyIntegration) DeepCopy ¶
func (in *PartyIntegration) DeepCopy() *PartyIntegration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PartyIntegration.
func (*PartyIntegration) DeepCopyInto ¶
func (in *PartyIntegration) DeepCopyInto(out *PartyIntegration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PartyIntegration) DeepCopyObject ¶
func (in *PartyIntegration) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*PartyIntegration) GetCondition ¶
func (mg *PartyIntegration) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this PartyIntegration.
func (*PartyIntegration) GetConnectionDetailsMapping ¶
func (tr *PartyIntegration) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this PartyIntegration
func (*PartyIntegration) GetDeletionPolicy ¶
func (mg *PartyIntegration) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this PartyIntegration.
func (*PartyIntegration) GetID ¶
func (tr *PartyIntegration) GetID() string
GetID returns ID of underlying Terraform resource of this PartyIntegration
func (*PartyIntegration) GetObservation ¶
func (tr *PartyIntegration) GetObservation() (map[string]any, error)
GetObservation of this PartyIntegration
func (*PartyIntegration) GetParameters ¶
func (tr *PartyIntegration) GetParameters() (map[string]any, error)
GetParameters of this PartyIntegration
func (*PartyIntegration) GetProviderConfigReference ¶
func (mg *PartyIntegration) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this PartyIntegration.
func (*PartyIntegration) GetProviderReference ¶
func (mg *PartyIntegration) GetProviderReference() *xpv1.Reference
GetProviderReference of this PartyIntegration. Deprecated: Use GetProviderConfigReference.
func (*PartyIntegration) GetPublishConnectionDetailsTo ¶
func (mg *PartyIntegration) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this PartyIntegration.
func (*PartyIntegration) GetTerraformResourceType ¶
func (mg *PartyIntegration) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this PartyIntegration
func (*PartyIntegration) GetTerraformSchemaVersion ¶
func (tr *PartyIntegration) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*PartyIntegration) GetWriteConnectionSecretToReference ¶
func (mg *PartyIntegration) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this PartyIntegration.
func (*PartyIntegration) LateInitialize ¶
func (tr *PartyIntegration) LateInitialize(attrs []byte) (bool, error)
LateInitialize this PartyIntegration using its observed tfState. returns True if there are any spec changes for the resource.
func (*PartyIntegration) ResolveReferences ¶
ResolveReferences of this PartyIntegration.
func (*PartyIntegration) SetConditions ¶
func (mg *PartyIntegration) SetConditions(c ...xpv1.Condition)
SetConditions of this PartyIntegration.
func (*PartyIntegration) SetDeletionPolicy ¶
func (mg *PartyIntegration) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this PartyIntegration.
func (*PartyIntegration) SetObservation ¶
func (tr *PartyIntegration) SetObservation(obs map[string]any) error
SetObservation for this PartyIntegration
func (*PartyIntegration) SetParameters ¶
func (tr *PartyIntegration) SetParameters(params map[string]any) error
SetParameters for this PartyIntegration
func (*PartyIntegration) SetProviderConfigReference ¶
func (mg *PartyIntegration) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this PartyIntegration.
func (*PartyIntegration) SetProviderReference ¶
func (mg *PartyIntegration) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this PartyIntegration. Deprecated: Use SetProviderConfigReference.
func (*PartyIntegration) SetPublishConnectionDetailsTo ¶
func (mg *PartyIntegration) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this PartyIntegration.
func (*PartyIntegration) SetWriteConnectionSecretToReference ¶
func (mg *PartyIntegration) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this PartyIntegration.
type PartyIntegrationList ¶
type PartyIntegrationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []PartyIntegration `json:"items"` }
PartyIntegrationList contains a list of PartyIntegrations
func (*PartyIntegrationList) DeepCopy ¶
func (in *PartyIntegrationList) DeepCopy() *PartyIntegrationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PartyIntegrationList.
func (*PartyIntegrationList) DeepCopyInto ¶
func (in *PartyIntegrationList) DeepCopyInto(out *PartyIntegrationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PartyIntegrationList) DeepCopyObject ¶
func (in *PartyIntegrationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*PartyIntegrationList) GetItems ¶
func (l *PartyIntegrationList) GetItems() []resource.Managed
GetItems of this PartyIntegrationList.
type PartyIntegrationObservation ¶
type PartyIntegrationObservation struct {
ID *string `json:"id,omitempty" tf:"id,omitempty"`
}
func (*PartyIntegrationObservation) DeepCopy ¶
func (in *PartyIntegrationObservation) DeepCopy() *PartyIntegrationObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PartyIntegrationObservation.
func (*PartyIntegrationObservation) DeepCopyInto ¶
func (in *PartyIntegrationObservation) DeepCopyInto(out *PartyIntegrationObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PartyIntegrationParameters ¶
type PartyIntegrationParameters struct { // +kubebuilder:validation:Optional APIKeySecretRef *v1.SecretKeySelector `json:"apiKeySecretRef,omitempty" tf:"-"` // +kubebuilder:validation:Optional APITokenSecretRef *v1.SecretKeySelector `json:"apiTokenSecretRef,omitempty" tf:"-"` // +kubebuilder:validation:Optional AccountID *string `json:"accountId,omitempty" tf:"account_id,omitempty"` // +kubebuilder:validation:Optional ChannelName *string `json:"channelName,omitempty" tf:"channel_name,omitempty"` // +kubebuilder:validation:Optional Enabled *bool `json:"enabled,omitempty" tf:"enabled,omitempty"` // +kubebuilder:validation:Optional FlowName *string `json:"flowName,omitempty" tf:"flow_name,omitempty"` // +kubebuilder:validation:Optional LicenseKeySecretRef *v1.SecretKeySelector `json:"licenseKeySecretRef,omitempty" tf:"-"` // +kubebuilder:validation:Optional MicrosoftTeamsWebhookURLSecretRef *v1.SecretKeySelector `json:"microsoftTeamsWebhookUrlSecretRef,omitempty" tf:"-"` // +kubebuilder:validation:Optional OrgName *string `json:"orgName,omitempty" tf:"org_name,omitempty"` // +kubebuilder:validation:Optional PasswordSecretRef *v1.SecretKeySelector `json:"passwordSecretRef,omitempty" tf:"-"` // +crossplane:generate:reference:type=github.com/crossplane-contrib/provider-mongodbatlas/apis/mongodbatlas/v1alpha1.Project // +crossplane:generate:reference:extractor=github.com/crossplane-contrib/provider-mongodbatlas/config/common.ExtractResourceID() // +kubebuilder:validation:Optional ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"` // Reference to a Project in mongodbatlas to populate projectId. // +kubebuilder:validation:Optional ProjectIDRef *v1.Reference `json:"projectIdRef,omitempty" tf:"-"` // Selector for a Project in mongodbatlas to populate projectId. // +kubebuilder:validation:Optional ProjectIDSelector *v1.Selector `json:"projectIdSelector,omitempty" tf:"-"` // +kubebuilder:validation:Optional ReadTokenSecretRef *v1.SecretKeySelector `json:"readTokenSecretRef,omitempty" tf:"-"` // +kubebuilder:validation:Optional Region *string `json:"region,omitempty" tf:"region,omitempty"` // +kubebuilder:validation:Optional RoutingKeySecretRef *v1.SecretKeySelector `json:"routingKeySecretRef,omitempty" tf:"-"` // +kubebuilder:validation:Optional Scheme *string `json:"scheme,omitempty" tf:"scheme,omitempty"` // +kubebuilder:validation:Optional SecretSecretRef *v1.SecretKeySelector `json:"secretSecretRef,omitempty" tf:"-"` // +kubebuilder:validation:Optional ServiceDiscoverySecretRef *v1.SecretKeySelector `json:"serviceDiscoverySecretRef,omitempty" tf:"-"` // +kubebuilder:validation:Optional ServiceKeySecretRef *v1.SecretKeySelector `json:"serviceKeySecretRef,omitempty" tf:"-"` // +kubebuilder:validation:Optional TeamName *string `json:"teamName,omitempty" tf:"team_name,omitempty"` // +kubebuilder:validation:Required Type *string `json:"type" tf:"type,omitempty"` // +kubebuilder:validation:Optional URL *string `json:"url,omitempty" tf:"url,omitempty"` // +kubebuilder:validation:Optional UserNameSecretRef *v1.SecretKeySelector `json:"userNameSecretRef,omitempty" tf:"-"` // +kubebuilder:validation:Optional WriteTokenSecretRef *v1.SecretKeySelector `json:"writeTokenSecretRef,omitempty" tf:"-"` }
func (*PartyIntegrationParameters) DeepCopy ¶
func (in *PartyIntegrationParameters) DeepCopy() *PartyIntegrationParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PartyIntegrationParameters.
func (*PartyIntegrationParameters) DeepCopyInto ¶
func (in *PartyIntegrationParameters) DeepCopyInto(out *PartyIntegrationParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PartyIntegrationSpec ¶
type PartyIntegrationSpec struct { v1.ResourceSpec `json:",inline"` ForProvider PartyIntegrationParameters `json:"forProvider"` }
PartyIntegrationSpec defines the desired state of PartyIntegration
func (*PartyIntegrationSpec) DeepCopy ¶
func (in *PartyIntegrationSpec) DeepCopy() *PartyIntegrationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PartyIntegrationSpec.
func (*PartyIntegrationSpec) DeepCopyInto ¶
func (in *PartyIntegrationSpec) DeepCopyInto(out *PartyIntegrationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PartyIntegrationStatus ¶
type PartyIntegrationStatus struct { v1.ResourceStatus `json:",inline"` AtProvider PartyIntegrationObservation `json:"atProvider,omitempty"` }
PartyIntegrationStatus defines the observed state of PartyIntegration.
func (*PartyIntegrationStatus) DeepCopy ¶
func (in *PartyIntegrationStatus) DeepCopy() *PartyIntegrationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PartyIntegrationStatus.
func (*PartyIntegrationStatus) DeepCopyInto ¶
func (in *PartyIntegrationStatus) DeepCopyInto(out *PartyIntegrationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.