v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

+groupName=data.mongodbatlas.kubeform.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api.
	// localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes.
	SchemeBuilder runtime.SchemeBuilder

	AddToScheme = localSchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: data.GroupName, Version: "v1alpha1"}

Functions

func GetDecoder

func GetDecoder() map[string]jsoniter.ValDecoder

func GetEncoder

func GetEncoder() map[string]jsoniter.ValEncoder

func Kind

func Kind(kind string) schema.GroupKind

Kind takes an unqualified kind and returns a Group qualified GroupKind

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type Lake

type Lake struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              LakeSpec   `json:"spec,omitempty"`
	Status            LakeStatus `json:"status,omitempty"`
}

func (*Lake) DeepCopy

func (in *Lake) DeepCopy() *Lake

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

func (*Lake) DeepCopyInto

func (in *Lake) DeepCopyInto(out *Lake)

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

func (*Lake) DeepCopyObject

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

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

func (*Lake) SetupWebhookWithManager

func (r *Lake) SetupWebhookWithManager(mgr ctrl.Manager) error

func (*Lake) ValidateCreate

func (r *Lake) ValidateCreate() error

ValidateCreate implements webhook.Validator so a webhook will be registered for the type

func (*Lake) ValidateDelete

func (r *Lake) ValidateDelete() error

ValidateDelete implements webhook.Validator so a webhook will be registered for the type

func (*Lake) ValidateUpdate

func (r *Lake) ValidateUpdate(old runtime.Object) error

ValidateUpdate implements webhook.Validator so a webhook will be registered for the type

type LakeList

type LakeList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of Lake CRD objects
	Items []Lake `json:"items,omitempty"`
}

LakeList is a list of Lakes

func (*LakeList) DeepCopy

func (in *LakeList) DeepCopy() *LakeList

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

func (*LakeList) DeepCopyInto

func (in *LakeList) DeepCopyInto(out *LakeList)

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

func (*LakeList) DeepCopyObject

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

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

type LakeSpec

type LakeSpec struct {
	State *LakeSpecResource `json:"state,omitempty" tf:"-"`

	Resource LakeSpecResource `json:"resource" tf:"resource"`

	UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"`

	TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"`

	ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"`

	BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"`
}

func (*LakeSpec) DeepCopy

func (in *LakeSpec) DeepCopy() *LakeSpec

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

func (*LakeSpec) DeepCopyInto

func (in *LakeSpec) DeepCopyInto(out *LakeSpec)

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

type LakeSpecAws

type LakeSpecAws struct {
	// +optional
	ExternalID *string `json:"externalID,omitempty" tf:"external_id"`
	// +optional
	IamAssumedRoleArn *string `json:"iamAssumedRoleArn,omitempty" tf:"iam_assumed_role_arn"`
	// +optional
	IamUserArn   *string `json:"iamUserArn,omitempty" tf:"iam_user_arn"`
	RoleID       *string `json:"roleID" tf:"role_id"`
	TestS3Bucket *string `json:"testS3Bucket" tf:"test_s3_bucket"`
}

func (*LakeSpecAws) DeepCopy

func (in *LakeSpecAws) DeepCopy() *LakeSpecAws

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

func (*LakeSpecAws) DeepCopyInto

func (in *LakeSpecAws) DeepCopyInto(out *LakeSpecAws)

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

type LakeSpecAwsCodec

type LakeSpecAwsCodec struct {
}

+k8s:deepcopy-gen=false

func (LakeSpecAwsCodec) Decode

func (LakeSpecAwsCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)

func (LakeSpecAwsCodec) Encode

func (LakeSpecAwsCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream)

func (LakeSpecAwsCodec) IsEmpty

func (LakeSpecAwsCodec) IsEmpty(ptr unsafe.Pointer) bool

type LakeSpecDataProcessRegion

type LakeSpecDataProcessRegion struct {
	CloudProvider *string `json:"cloudProvider" tf:"cloud_provider"`
	Region        *string `json:"region" tf:"region"`
}

func (*LakeSpecDataProcessRegion) DeepCopy

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

func (*LakeSpecDataProcessRegion) DeepCopyInto

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

type LakeSpecDataProcessRegionCodec

type LakeSpecDataProcessRegionCodec struct {
}

+k8s:deepcopy-gen=false

func (LakeSpecDataProcessRegionCodec) Decode

func (LakeSpecDataProcessRegionCodec) Encode

func (LakeSpecDataProcessRegionCodec) IsEmpty

type LakeSpecResource

type LakeSpecResource struct {
	ID string `json:"id,omitempty" tf:"id,omitempty"`

	Aws *LakeSpecAws `json:"aws" tf:"aws"`
	// +optional
	DataProcessRegion *LakeSpecDataProcessRegion `json:"dataProcessRegion,omitempty" tf:"data_process_region"`
	// +optional
	Hostnames []string `json:"hostnames,omitempty" tf:"hostnames"`
	Name      *string  `json:"name" tf:"name"`
	ProjectID *string  `json:"projectID" tf:"project_id"`
	// +optional
	State *string `json:"state,omitempty" tf:"state"`
	// +optional
	StorageDatabases []LakeSpecStorageDatabases `json:"storageDatabases,omitempty" tf:"storage_databases"`
	// +optional
	StorageStores []LakeSpecStorageStores `json:"storageStores,omitempty" tf:"storage_stores"`
}

func (*LakeSpecResource) DeepCopy

func (in *LakeSpecResource) DeepCopy() *LakeSpecResource

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

func (*LakeSpecResource) DeepCopyInto

func (in *LakeSpecResource) DeepCopyInto(out *LakeSpecResource)

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

type LakeSpecStorageDatabases

type LakeSpecStorageDatabases struct {
	// +optional
	Collections []LakeSpecStorageDatabasesCollections `json:"collections,omitempty" tf:"collections"`
	// +optional
	MaxWildcardCollections *int64 `json:"maxWildcardCollections,omitempty" tf:"max_wildcard_collections"`
	// +optional
	Name *string `json:"name,omitempty" tf:"name"`
	// +optional
	Views []LakeSpecStorageDatabasesViews `json:"views,omitempty" tf:"views"`
}

func (*LakeSpecStorageDatabases) DeepCopy

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

func (*LakeSpecStorageDatabases) DeepCopyInto

func (in *LakeSpecStorageDatabases) DeepCopyInto(out *LakeSpecStorageDatabases)

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

type LakeSpecStorageDatabasesCollections

type LakeSpecStorageDatabasesCollections struct {
	// +optional
	DataSources []LakeSpecStorageDatabasesCollectionsDataSources `json:"dataSources,omitempty" tf:"data_sources"`
	// +optional
	Name *string `json:"name,omitempty" tf:"name"`
}

func (*LakeSpecStorageDatabasesCollections) DeepCopy

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

func (*LakeSpecStorageDatabasesCollections) DeepCopyInto

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

type LakeSpecStorageDatabasesCollectionsDataSources

type LakeSpecStorageDatabasesCollectionsDataSources struct {
	// +optional
	DefaultFormat *string `json:"defaultFormat,omitempty" tf:"default_format"`
	// +optional
	Path *string `json:"path,omitempty" tf:"path"`
	// +optional
	StoreName *string `json:"storeName,omitempty" tf:"store_name"`
}

func (*LakeSpecStorageDatabasesCollectionsDataSources) DeepCopy

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

func (*LakeSpecStorageDatabasesCollectionsDataSources) DeepCopyInto

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

type LakeSpecStorageDatabasesViews

type LakeSpecStorageDatabasesViews struct {
	// +optional
	Name *string `json:"name,omitempty" tf:"name"`
	// +optional
	Pipeline *string `json:"pipeline,omitempty" tf:"pipeline"`
	// +optional
	Source *string `json:"source,omitempty" tf:"source"`
}

func (*LakeSpecStorageDatabasesViews) DeepCopy

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

func (*LakeSpecStorageDatabasesViews) DeepCopyInto

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

type LakeSpecStorageStores

type LakeSpecStorageStores struct {
	// +optional
	AdditionalStorageClasses []string `json:"additionalStorageClasses,omitempty" tf:"additional_storage_classes"`
	// +optional
	Bucket *string `json:"bucket,omitempty" tf:"bucket"`
	// +optional
	Delimiter *string `json:"delimiter,omitempty" tf:"delimiter"`
	// +optional
	IncludeTags *bool `json:"includeTags,omitempty" tf:"include_tags"`
	// +optional
	Name *string `json:"name,omitempty" tf:"name"`
	// +optional
	Prefix *string `json:"prefix,omitempty" tf:"prefix"`
	// +optional
	Provider *string `json:"provider,omitempty" tf:"provider"`
	// +optional
	Region *string `json:"region,omitempty" tf:"region"`
}

func (*LakeSpecStorageStores) DeepCopy

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

func (*LakeSpecStorageStores) DeepCopyInto

func (in *LakeSpecStorageStores) DeepCopyInto(out *LakeSpecStorageStores)

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

type LakeStatus

type LakeStatus struct {
	// Resource generation, which is updated on mutation by the API Server.
	// +optional
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`
	// +optional
	Phase status.Status `json:"phase,omitempty"`
	// +optional
	Conditions []kmapi.Condition `json:"conditions,omitempty"`
}

func (*LakeStatus) DeepCopy

func (in *LakeStatus) DeepCopy() *LakeStatus

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

func (*LakeStatus) DeepCopyInto

func (in *LakeStatus) DeepCopyInto(out *LakeStatus)

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