v1alpha1

package
v0.0.0-...-76fceb6 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2022 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=third.mongodba.jet.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "third.mongodba.jet.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

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 (
	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 +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,mongodbajet}

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]interface{}, error)

GetObservation of this PartyIntegration

func (*PartyIntegration) GetParameters

func (tr *PartyIntegration) GetParameters() (map[string]interface{}, 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) 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

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

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]interface{}) error

SetObservation for this PartyIntegration

func (*PartyIntegration) SetParameters

func (tr *PartyIntegration) SetParameters(params map[string]interface{}) 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) 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

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

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

func (*PartyIntegrationObservation) DeepCopyInto

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
	FlowName *string `json:"flowName,omitempty" tf:"flow_name,omitempty"`

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

	// +kubebuilder:validation:Optional
	OrgName *string `json:"orgName,omitempty" tf:"org_name,omitempty"`

	// +crossplane:generate:reference:type=github.com/timgchile/provider-jet-mongodba/apis/mongodba/v1alpha1.Project
	// +crossplane:generate:reference:extractor=github.com/timgchile/provider-jet-mongodba/config/common.ExtractResourceID()
	// +kubebuilder:validation:Optional
	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

	// +kubebuilder:validation:Optional
	ProjectIDRef *v1.Reference `json:"projectIdRef,omitempty" tf:"-"`

	// +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
	SecretSecretRef *v1.SecretKeySelector `json:"secretSecretRef,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
	WriteTokenSecretRef *v1.SecretKeySelector `json:"writeTokenSecretRef,omitempty" tf:"-"`
}

func (*PartyIntegrationParameters) DeepCopy

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

func (*PartyIntegrationParameters) DeepCopyInto

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

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

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.

Jump to

Keyboard shortcuts

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