Versions in this module Expand all Collapse all v0 v0.5.0 May 8, 2022 Changes in this version type ClusterSpecAdvancedConfiguration + DefaultReadConcern *string + DefaultWriteConcern *string type ClusterSpecResource + CloudBackup *bool + VersionReleaseSystem *string v0.4.0 Oct 29, 2021 Changes in this version type ClusterSpec + BackendRef *core.LocalObjectReference v0.3.0 Jul 30, 2021 Changes in this version + var AddToScheme = localSchemeBuilder.AddToScheme + var SchemeBuilder runtime.SchemeBuilder + var SchemeGroupVersion = schema.GroupVersion + 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 Cluster struct + Spec ClusterSpec + Status ClusterStatus + func (in *Cluster) DeepCopy() *Cluster + func (in *Cluster) DeepCopyInto(out *Cluster) + func (in *Cluster) DeepCopyObject() runtime.Object + func (r *Cluster) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *Cluster) ValidateCreate() error + func (r *Cluster) ValidateDelete() error + func (r *Cluster) ValidateUpdate(old runtime.Object) error + type ClusterList struct + Items []Cluster + func (in *ClusterList) DeepCopy() *ClusterList + func (in *ClusterList) DeepCopyInto(out *ClusterList) + func (in *ClusterList) DeepCopyObject() runtime.Object + type ClusterSpec struct + ProviderRef core.LocalObjectReference + Resource ClusterSpecResource + State *ClusterSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *ClusterSpec) DeepCopy() *ClusterSpec + func (in *ClusterSpec) DeepCopyInto(out *ClusterSpec) + type ClusterSpecAdvancedConfiguration struct + FailIndexKeyTooLong *bool + JavascriptEnabled *bool + MinimumEnabledTlsProtocol *string + NoTableScan *bool + OplogSizeMb *int64 + SampleRefreshIntervalBiConnector *int64 + SampleSizeBiConnector *int64 + func (in *ClusterSpecAdvancedConfiguration) DeepCopy() *ClusterSpecAdvancedConfiguration + func (in *ClusterSpecAdvancedConfiguration) DeepCopyInto(out *ClusterSpecAdvancedConfiguration) + type ClusterSpecAdvancedConfigurationCodec struct + func (ClusterSpecAdvancedConfigurationCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator) + func (ClusterSpecAdvancedConfigurationCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream) + func (ClusterSpecAdvancedConfigurationCodec) IsEmpty(ptr unsafe.Pointer) bool + type ClusterSpecBiConnectorConfig struct + Enabled *bool + ReadPreference *string + func (in *ClusterSpecBiConnectorConfig) DeepCopy() *ClusterSpecBiConnectorConfig + func (in *ClusterSpecBiConnectorConfig) DeepCopyInto(out *ClusterSpecBiConnectorConfig) + type ClusterSpecBiConnectorConfigCodec struct + func (ClusterSpecBiConnectorConfigCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator) + func (ClusterSpecBiConnectorConfigCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream) + func (ClusterSpecBiConnectorConfigCodec) IsEmpty(ptr unsafe.Pointer) bool + type ClusterSpecConnectionStrings struct + AwsPrivateLink map[string]string + AwsPrivateLinkSrv map[string]string + Private *string + PrivateEndpoint []ClusterSpecConnectionStringsPrivateEndpoint + PrivateSrv *string + Standard *string + StandardSrv *string + func (in *ClusterSpecConnectionStrings) DeepCopy() *ClusterSpecConnectionStrings + func (in *ClusterSpecConnectionStrings) DeepCopyInto(out *ClusterSpecConnectionStrings) + type ClusterSpecConnectionStringsPrivateEndpoint struct + ConnectionString *string + Endpoints []ClusterSpecConnectionStringsPrivateEndpointEndpoints + SrvConnectionString *string + Type *string + func (in *ClusterSpecConnectionStringsPrivateEndpoint) DeepCopy() *ClusterSpecConnectionStringsPrivateEndpoint + func (in *ClusterSpecConnectionStringsPrivateEndpoint) DeepCopyInto(out *ClusterSpecConnectionStringsPrivateEndpoint) + type ClusterSpecConnectionStringsPrivateEndpointEndpoints struct + EndpointID *string + ProviderName *string + Region *string + func (in *ClusterSpecConnectionStringsPrivateEndpointEndpoints) DeepCopy() *ClusterSpecConnectionStringsPrivateEndpointEndpoints + func (in *ClusterSpecConnectionStringsPrivateEndpointEndpoints) DeepCopyInto(out *ClusterSpecConnectionStringsPrivateEndpointEndpoints) + type ClusterSpecLabels struct + Key *string + Value *string + func (in *ClusterSpecLabels) DeepCopy() *ClusterSpecLabels + func (in *ClusterSpecLabels) DeepCopyInto(out *ClusterSpecLabels) + type ClusterSpecReplicationSpecs struct + ID *string + NumShards *int64 + RegionsConfig []ClusterSpecReplicationSpecsRegionsConfig + ZoneName *string + func (in *ClusterSpecReplicationSpecs) DeepCopy() *ClusterSpecReplicationSpecs + func (in *ClusterSpecReplicationSpecs) DeepCopyInto(out *ClusterSpecReplicationSpecs) + type ClusterSpecReplicationSpecsRegionsConfig struct + AnalyticsNodes *int64 + ElectableNodes *int64 + Priority *int64 + ReadOnlyNodes *int64 + RegionName *string + func (in *ClusterSpecReplicationSpecsRegionsConfig) DeepCopy() *ClusterSpecReplicationSpecsRegionsConfig + func (in *ClusterSpecReplicationSpecsRegionsConfig) DeepCopyInto(out *ClusterSpecReplicationSpecsRegionsConfig) + type ClusterSpecResource struct + AdvancedConfiguration *ClusterSpecAdvancedConfiguration + AutoScalingComputeEnabled *bool + AutoScalingComputeScaleDownEnabled *bool + AutoScalingDiskGbEnabled *bool + BackingProviderName *string + BackupEnabled *bool + BiConnector *map[string]string + BiConnectorConfig *ClusterSpecBiConnectorConfig + ClusterID *string + ClusterType *string + ConnectionStrings []ClusterSpecConnectionStrings + ContainerID *string + DiskSizeGb *float64 + EncryptionAtRestProvider *string + ID string + Labels []ClusterSpecLabels + MongoDbMajorVersion *string + MongoDbVersion *string + MongoURI *string + MongoURIUpdated *string + MongoURIWithOptions *string + Name *string + NumShards *int64 + Paused *bool + PitEnabled *bool + ProjectID *string + ProviderAutoScalingComputeMaxInstanceSize *string + ProviderAutoScalingComputeMinInstanceSize *string + ProviderBackupEnabled *bool + ProviderDiskIops *int64 + ProviderDiskTypeName *string + ProviderEncryptEbsVolume *bool + ProviderEncryptEbsVolumeFlag *bool + ProviderInstanceSizeName *string + ProviderName *string + ProviderRegionName *string + ProviderVolumeType *string + ReplicationFactor *int64 + ReplicationSpecs []ClusterSpecReplicationSpecs + SnapshotBackupPolicy []ClusterSpecSnapshotBackupPolicy + SrvAddress *string + StateName *string + func (in *ClusterSpecResource) DeepCopy() *ClusterSpecResource + func (in *ClusterSpecResource) DeepCopyInto(out *ClusterSpecResource) + type ClusterSpecSnapshotBackupPolicy struct + ClusterID *string + ClusterName *string + NextSnapshot *string + Policies []ClusterSpecSnapshotBackupPolicyPolicies + ReferenceHourOfDay *int64 + ReferenceMinuteOfHour *int64 + RestoreWindowDays *int64 + UpdateSnapshots *bool + func (in *ClusterSpecSnapshotBackupPolicy) DeepCopy() *ClusterSpecSnapshotBackupPolicy + func (in *ClusterSpecSnapshotBackupPolicy) DeepCopyInto(out *ClusterSpecSnapshotBackupPolicy) + type ClusterSpecSnapshotBackupPolicyPolicies struct + ID *string + PolicyItem []ClusterSpecSnapshotBackupPolicyPoliciesPolicyItem + func (in *ClusterSpecSnapshotBackupPolicyPolicies) DeepCopy() *ClusterSpecSnapshotBackupPolicyPolicies + func (in *ClusterSpecSnapshotBackupPolicyPolicies) DeepCopyInto(out *ClusterSpecSnapshotBackupPolicyPolicies) + type ClusterSpecSnapshotBackupPolicyPoliciesPolicyItem struct + FrequencyInterval *int64 + FrequencyType *string + ID *string + RetentionUnit *string + RetentionValue *int64 + func (in *ClusterSpecSnapshotBackupPolicyPoliciesPolicyItem) DeepCopy() *ClusterSpecSnapshotBackupPolicyPoliciesPolicyItem + func (in *ClusterSpecSnapshotBackupPolicyPoliciesPolicyItem) DeepCopyInto(out *ClusterSpecSnapshotBackupPolicyPoliciesPolicyItem) + type ClusterStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *ClusterStatus) DeepCopy() *ClusterStatus + func (in *ClusterStatus) DeepCopyInto(out *ClusterStatus)