v1alpha1

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=global.mongodbatlas.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "global.mongodbatlas.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	ClusterConfig_Kind             = "ClusterConfig"
	ClusterConfig_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ClusterConfig_Kind}.String()
	ClusterConfig_KindAPIVersion   = ClusterConfig_Kind + "." + CRDGroupVersion.String()
	ClusterConfig_GroupVersionKind = CRDGroupVersion.WithKind(ClusterConfig_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 ClusterConfig

type ClusterConfig struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ClusterConfigSpec   `json:"spec"`
	Status            ClusterConfigStatus `json:"status,omitempty"`
}

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

func (in *ClusterConfig) DeepCopy() *ClusterConfig

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

func (*ClusterConfig) DeepCopyInto

func (in *ClusterConfig) DeepCopyInto(out *ClusterConfig)

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

func (*ClusterConfig) DeepCopyObject

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

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

func (*ClusterConfig) GetCondition

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

GetCondition of this ClusterConfig.

func (*ClusterConfig) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ClusterConfig

func (*ClusterConfig) GetDeletionPolicy

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

GetDeletionPolicy of this ClusterConfig.

func (*ClusterConfig) GetID

func (tr *ClusterConfig) GetID() string

GetID returns ID of underlying Terraform resource of this ClusterConfig

func (*ClusterConfig) GetObservation

func (tr *ClusterConfig) GetObservation() (map[string]any, error)

GetObservation of this ClusterConfig

func (*ClusterConfig) GetParameters

func (tr *ClusterConfig) GetParameters() (map[string]any, error)

GetParameters of this ClusterConfig

func (*ClusterConfig) GetProviderConfigReference

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

GetProviderConfigReference of this ClusterConfig.

func (*ClusterConfig) GetProviderReference

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

GetProviderReference of this ClusterConfig. Deprecated: Use GetProviderConfigReference.

func (*ClusterConfig) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this ClusterConfig.

func (*ClusterConfig) GetTerraformResourceType

func (mg *ClusterConfig) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ClusterConfig

func (*ClusterConfig) GetTerraformSchemaVersion

func (tr *ClusterConfig) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ClusterConfig) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ClusterConfig.

func (*ClusterConfig) LateInitialize

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

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

func (*ClusterConfig) ResolveReferences

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

ResolveReferences of this ClusterConfig.

func (*ClusterConfig) SetConditions

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

SetConditions of this ClusterConfig.

func (*ClusterConfig) SetDeletionPolicy

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

SetDeletionPolicy of this ClusterConfig.

func (*ClusterConfig) SetObservation

func (tr *ClusterConfig) SetObservation(obs map[string]any) error

SetObservation for this ClusterConfig

func (*ClusterConfig) SetParameters

func (tr *ClusterConfig) SetParameters(params map[string]any) error

SetParameters for this ClusterConfig

func (*ClusterConfig) SetProviderConfigReference

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

SetProviderConfigReference of this ClusterConfig.

func (*ClusterConfig) SetProviderReference

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

SetProviderReference of this ClusterConfig. Deprecated: Use SetProviderConfigReference.

func (*ClusterConfig) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this ClusterConfig.

func (*ClusterConfig) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ClusterConfig.

type ClusterConfigList

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

ClusterConfigList contains a list of ClusterConfigs

func (*ClusterConfigList) DeepCopy

func (in *ClusterConfigList) DeepCopy() *ClusterConfigList

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

func (*ClusterConfigList) DeepCopyInto

func (in *ClusterConfigList) DeepCopyInto(out *ClusterConfigList)

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

func (*ClusterConfigList) DeepCopyObject

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

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

func (*ClusterConfigList) GetItems

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

GetItems of this ClusterConfigList.

type ClusterConfigObservation

type ClusterConfigObservation struct {
	CustomZoneMapping map[string]*string `json:"customZoneMapping,omitempty" tf:"custom_zone_mapping,omitempty"`

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

func (*ClusterConfigObservation) DeepCopy

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

func (*ClusterConfigObservation) DeepCopyInto

func (in *ClusterConfigObservation) DeepCopyInto(out *ClusterConfigObservation)

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

type ClusterConfigParameters

type ClusterConfigParameters struct {

	// +kubebuilder:validation:Required
	ClusterName *string `json:"clusterName" tf:"cluster_name,omitempty"`

	// +kubebuilder:validation:Optional
	CustomZoneMappings []CustomZoneMappingsParameters `json:"customZoneMappings,omitempty" tf:"custom_zone_mappings,omitempty"`

	// +kubebuilder:validation:Optional
	ManagedNamespaces []ManagedNamespacesParameters `json:"managedNamespaces,omitempty" tf:"managed_namespaces,omitempty"`

	// +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:"-"`
}

func (*ClusterConfigParameters) DeepCopy

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

func (*ClusterConfigParameters) DeepCopyInto

func (in *ClusterConfigParameters) DeepCopyInto(out *ClusterConfigParameters)

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

type ClusterConfigSpec

type ClusterConfigSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ClusterConfigParameters `json:"forProvider"`
}

ClusterConfigSpec defines the desired state of ClusterConfig

func (*ClusterConfigSpec) DeepCopy

func (in *ClusterConfigSpec) DeepCopy() *ClusterConfigSpec

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

func (*ClusterConfigSpec) DeepCopyInto

func (in *ClusterConfigSpec) DeepCopyInto(out *ClusterConfigSpec)

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

type ClusterConfigStatus

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

ClusterConfigStatus defines the observed state of ClusterConfig.

func (*ClusterConfigStatus) DeepCopy

func (in *ClusterConfigStatus) DeepCopy() *ClusterConfigStatus

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

func (*ClusterConfigStatus) DeepCopyInto

func (in *ClusterConfigStatus) DeepCopyInto(out *ClusterConfigStatus)

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

type CustomZoneMappingsObservation

type CustomZoneMappingsObservation struct {
}

func (*CustomZoneMappingsObservation) DeepCopy

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

func (*CustomZoneMappingsObservation) DeepCopyInto

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

type CustomZoneMappingsParameters

type CustomZoneMappingsParameters struct {

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

	// +kubebuilder:validation:Optional
	Zone *string `json:"zone,omitempty" tf:"zone,omitempty"`
}

func (*CustomZoneMappingsParameters) DeepCopy

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

func (*CustomZoneMappingsParameters) DeepCopyInto

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

type ManagedNamespacesObservation

type ManagedNamespacesObservation struct {
}

func (*ManagedNamespacesObservation) DeepCopy

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

func (*ManagedNamespacesObservation) DeepCopyInto

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

type ManagedNamespacesParameters

type ManagedNamespacesParameters struct {

	// +kubebuilder:validation:Required
	Collection *string `json:"collection" tf:"collection,omitempty"`

	// +kubebuilder:validation:Required
	CustomShardKey *string `json:"customShardKey" tf:"custom_shard_key,omitempty"`

	// +kubebuilder:validation:Required
	DB *string `json:"db" tf:"db,omitempty"`

	// +kubebuilder:validation:Optional
	IsCustomShardKeyHashed *bool `json:"isCustomShardKeyHashed,omitempty" tf:"is_custom_shard_key_hashed,omitempty"`

	// +kubebuilder:validation:Optional
	IsShardKeyUnique *bool `json:"isShardKeyUnique,omitempty" tf:"is_shard_key_unique,omitempty"`
}

func (*ManagedNamespacesParameters) DeepCopy

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

func (*ManagedNamespacesParameters) 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