You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Flag that indicates whether to prevent cluster users from deleting backups copied to other regions, even if those additional snapshot regions are removed.
// Number of previous days that you can restore back to with Continuous Cloud Backup with a Backup Compliance Policy. This parameter applies only to Continuous Cloud Backups with a Backup Compliance Policy.
71
+
// Number of previous days from which you can restore with Continuous Cloud Backup with a Backup Compliance Policy.
72
+
// This parameter applies only to Continuous Cloud Backups with a Backup Compliance Policy.
// Desired frequency of the new backup policy item specified by FrequencyType. A value of 1 specifies the first instance of the corresponding FrequencyType.
36
-
// The only accepted value you can set for frequency interval with NVMe clusters is 12.
35
+
// Frequency of the new backup policy item specified by FrequencyType. A value of 1 specifies the first instance of the corresponding FrequencyType.
36
+
// You can set FrequencyInterval only to 12 for NVMe clusters.
// AtlasBackupScheduleSpec defines the desired state of AtlasBackupSchedule.
29
+
// AtlasBackupScheduleSpec defines the target state of AtlasBackupSchedule.
30
30
typeAtlasBackupScheduleSpecstruct {
31
31
// Specify true to enable automatic export of cloud backup snapshots to the AWS bucket. You must also define the export policy using export. If omitted, defaults to false.
Copy file name to clipboardExpand all lines: api/v1/atlascustomrole_types.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ type AtlasCustomRoleList struct {
66
66
Items []AtlasCustomRole`json:"items"`
67
67
}
68
68
69
-
// AtlasCustomRoleSpec defines the desired state of CustomRole in Atlas.
69
+
// AtlasCustomRoleSpec defines the target state of CustomRole in Atlas.
70
70
// +kubebuilder:validation:XValidation:rule="(has(self.externalProjectRef) && !has(self.projectRef)) || (!has(self.externalProjectRef) && has(self.projectRef))",message="must define only one project reference through externalProjectRef or projectRef"
71
71
// +kubebuilder:validation:XValidation:rule="(has(self.externalProjectRef) && has(self.connectionSecret)) || !has(self.externalProjectRef)",message="must define a local connection secret when referencing an external project"
Copy file name to clipboardExpand all lines: api/v1/atlasdatabaseuser_types.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ const (
48
48
DataLakeScopeTypeScopeType="DATA_LAKE"
49
49
)
50
50
51
-
// AtlasDatabaseUserSpec defines the desired state of Database User in Atlas
51
+
// AtlasDatabaseUserSpec defines the target state of Database User in Atlas
52
52
// +kubebuilder:validation:XValidation:rule="(has(self.externalProjectRef) && !has(self.projectRef)) || (!has(self.externalProjectRef) && has(self.projectRef))",message="must define only one project reference through externalProjectRef or projectRef"
53
53
// +kubebuilder:validation:XValidation:rule="(has(self.externalProjectRef) && has(self.connectionSecret)) || !has(self.externalProjectRef)",message="must define a local connection secret when referencing an external project"
Copy file name to clipboardExpand all lines: api/v1/atlasdeployment_types.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ const (
39
39
TypeGeoShardedDeploymentType="GEOSHARDED"
40
40
)
41
41
42
-
// AtlasDeploymentSpec defines the desired state of AtlasDeployment.
42
+
// AtlasDeploymentSpec defines the target state of AtlasDeployment.
43
43
// Only one of DeploymentSpec, AdvancedDeploymentSpec and ServerlessSpec should be defined.
44
44
// +kubebuilder:validation:XValidation:rule="(has(self.externalProjectRef) && !has(self.projectRef)) || (!has(self.externalProjectRef) && has(self.projectRef))",message="must define only one project reference through externalProjectRef or projectRef"
45
45
// +kubebuilder:validation:XValidation:rule="(has(self.externalProjectRef) && has(self.connectionSecret)) || !has(self.externalProjectRef)",message="must define a local connection secret when referencing an external project"
@@ -185,7 +185,7 @@ func (s *AdvancedDeploymentSpec) SearchNodesToAtlas() []admin.ApiSearchDeploymen
185
185
returnresult
186
186
}
187
187
188
-
// ServerlessSpec defines the desired state of Atlas Serverless Instance.
188
+
// ServerlessSpec defines the target state of Atlas Serverless Instance.
189
189
// DEPRECATED: Serverless instances are deprecated. See https://dochub.mongodb.org/core/atlas-flex-migration for details.
190
190
typeServerlessSpecstruct {
191
191
// Name of the serverless deployment as it appears in Atlas.
0 commit comments