Documentation ¶
Overview ¶
+groupName=data.mongodbatlas.kubeform.com
Index ¶
- Variables
- func GetDecoder() map[string]jsoniter.ValDecoder
- func GetEncoder() map[string]jsoniter.ValEncoder
- func Kind(kind string) schema.GroupKind
- func Resource(resource string) schema.GroupResource
- type Lake
- func (in *Lake) DeepCopy() *Lake
- func (in *Lake) DeepCopyInto(out *Lake)
- func (in *Lake) DeepCopyObject() runtime.Object
- func (r *Lake) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Lake) ValidateCreate() error
- func (r *Lake) ValidateDelete() error
- func (r *Lake) ValidateUpdate(old runtime.Object) error
- type LakeList
- type LakeSpec
- type LakeSpecAws
- type LakeSpecAwsCodec
- type LakeSpecDataProcessRegion
- type LakeSpecDataProcessRegionCodec
- type LakeSpecResource
- type LakeSpecStorageDatabases
- type LakeSpecStorageDatabasesCollections
- type LakeSpecStorageDatabasesCollectionsDataSources
- type LakeSpecStorageDatabasesViews
- type LakeSpecStorageStores
- type LakeStatus
Constants ¶
This section is empty.
Variables ¶
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 )
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 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 ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Lake.
func (*Lake) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Lake) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Lake) SetupWebhookWithManager ¶
func (*Lake) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Lake) ValidateDelete ¶
ValidateDelete 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 ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LakeList.
func (*LakeList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LakeList) DeepCopyObject ¶
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 ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LakeSpec.
func (*LakeSpec) DeepCopyInto ¶
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)
type LakeSpecDataProcessRegion ¶
type LakeSpecDataProcessRegion struct { CloudProvider *string `json:"cloudProvider" tf:"cloud_provider"` Region *string `json:"region" tf:"region"` }
func (*LakeSpecDataProcessRegion) DeepCopy ¶
func (in *LakeSpecDataProcessRegion) DeepCopy() *LakeSpecDataProcessRegion
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LakeSpecDataProcessRegion.
func (*LakeSpecDataProcessRegion) DeepCopyInto ¶
func (in *LakeSpecDataProcessRegion) DeepCopyInto(out *LakeSpecDataProcessRegion)
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) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
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 ¶
func (in *LakeSpecStorageDatabases) DeepCopy() *LakeSpecStorageDatabases
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 ¶
func (in *LakeSpecStorageDatabasesCollections) DeepCopy() *LakeSpecStorageDatabasesCollections
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LakeSpecStorageDatabasesCollections.
func (*LakeSpecStorageDatabasesCollections) DeepCopyInto ¶
func (in *LakeSpecStorageDatabasesCollections) DeepCopyInto(out *LakeSpecStorageDatabasesCollections)
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 ¶
func (in *LakeSpecStorageDatabasesCollectionsDataSources) DeepCopy() *LakeSpecStorageDatabasesCollectionsDataSources
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LakeSpecStorageDatabasesCollectionsDataSources.
func (*LakeSpecStorageDatabasesCollectionsDataSources) DeepCopyInto ¶
func (in *LakeSpecStorageDatabasesCollectionsDataSources) DeepCopyInto(out *LakeSpecStorageDatabasesCollectionsDataSources)
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 ¶
func (in *LakeSpecStorageDatabasesViews) DeepCopy() *LakeSpecStorageDatabasesViews
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LakeSpecStorageDatabasesViews.
func (*LakeSpecStorageDatabasesViews) DeepCopyInto ¶
func (in *LakeSpecStorageDatabasesViews) DeepCopyInto(out *LakeSpecStorageDatabasesViews)
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 ¶
func (in *LakeSpecStorageStores) DeepCopy() *LakeSpecStorageStores
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.