Skip to content

Commit 84f45b3

Browse files
[autogenerated] update AKO helm-charts CLOUDP-365467__Test_unstructured_ by @josvazg (#537)
Co-authored-by: ako-releaser[bot] <151840681+ako-releaser[bot]@users.noreply.github.com>
1 parent 3c7e01c commit 84f45b3

17 files changed

+101
-120
lines changed

charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackupcompliancepolicies.yaml

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@ spec:
5151
type: object
5252
spec:
5353
description: AtlasBackupCompliancePolicySpec is the specification of the
54-
desired configuration of backup compliance policy
54+
desired backup compliance policy configuration.
5555
properties:
5656
authorizedEmail:
57-
description: Email address of the user who authorized to update the
58-
Backup Compliance Policy settings.
57+
description: Email address of the user authorized to update Backup
58+
Compliance Policy settings.
5959
type: string
6060
authorizedUserFirstName:
61-
description: First name of the user who authorized to updated the
62-
Backup Compliance Policy settings.
61+
description: First name of the user authorized to update the Backup
62+
Compliance Policy settings.
6363
type: string
6464
authorizedUserLastName:
65-
description: Last name of the user who authorized to updated the Backup
65+
description: Last name of the user authorized to update the Backup
6666
Compliance Policy settings.
6767
type: string
6868
copyProtectionEnabled:
@@ -71,8 +71,8 @@ spec:
7171
snapshot regions are removed.
7272
type: boolean
7373
encryptionAtRestEnabled:
74-
description: Flag that indicates whether Encryption at Rest using
75-
Customer Key Management is required for all clusters with a Backup
74+
description: Flag that indicates whether to require Encryption at
75+
Rest using Customer Key Management for all clusters with a Backup
7676
Compliance Policy.
7777
type: boolean
7878
onDemandPolicy:
@@ -95,17 +95,16 @@ spec:
9595
type: object
9696
overwriteBackupPolicies:
9797
description: Flag that indicates whether to overwrite non-complying
98-
backup policies with the new data protection settings or not.
98+
backup policies with the new data protection settings.
9999
type: boolean
100100
pointInTimeEnabled:
101101
description: Flag that indicates whether the cluster uses Continuous
102102
Cloud Backups with a Backup Compliance Policy.
103103
type: boolean
104104
restoreWindowDays:
105-
description: Number of previous days that you can restore back to
106-
with Continuous Cloud Backup with a Backup Compliance Policy. This
107-
parameter applies only to Continuous Cloud Backups with a Backup
108-
Compliance Policy.
105+
description: |-
106+
Number of previous days from which you can restore with Continuous Cloud Backup with a Backup Compliance Policy.
107+
This parameter applies only to Continuous Cloud Backups with a Backup Compliance Policy.
109108
type: integer
110109
scheduledPolicyItems:
111110
description: List that contains the specifications for one scheduled
@@ -114,8 +113,8 @@ spec:
114113
properties:
115114
frequencyInterval:
116115
description: |-
117-
Desired frequency of the new backup policy item specified by FrequencyType. A value of 1 specifies the first instance of the corresponding FrequencyType.
118-
The only accepted value you can set for frequency interval with NVMe clusters is 12.
116+
Frequency of the new backup policy item specified by FrequencyType. A value of 1 specifies the first instance of the corresponding FrequencyType.
117+
You can set FrequencyInterval only to 12 for NVMe clusters.
119118
enum:
120119
- 1
121120
- 2
@@ -149,7 +148,7 @@ spec:
149148
type: integer
150149
frequencyType:
151150
description: Frequency associated with the backup policy item.
152-
You cannot specify multiple hourly and daily backup policy
151+
You can specify only one each of hourly or daily backup policy
153152
items.
154153
enum:
155154
- hourly
@@ -202,14 +201,13 @@ spec:
202201
format: date-time
203202
type: string
204203
message:
205-
description: A human readable message indicating details about
206-
the transition.
204+
description: A message providing details about the transition.
207205
type: string
208206
reason:
209207
description: The reason for the condition's last transition.
210208
type: string
211209
status:
212-
description: Status of the condition, one of True, False, Unknown.
210+
description: Status of the condition; one of True, False, Unknown.
213211
type: string
214212
type:
215213
description: Type of Atlas Custom Resource condition.
@@ -221,8 +219,8 @@ spec:
221219
type: array
222220
observedGeneration:
223221
description: |-
224-
ObservedGeneration indicates the generation of the resource specification that the Atlas Operator is aware of.
225-
The Atlas Operator updates this field to the 'metadata.generation' as soon as it starts reconciliation of the resource.
222+
ObservedGeneration indicates the generation of the resource specification of which the Atlas Operator is aware.
223+
The Atlas Operator updates this field to the value of 'metadata.generation' as soon as it starts reconciliation of the resource.
226224
format: int64
227225
type: integer
228226
required:

charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackuppolicies.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ spec:
4949
metadata:
5050
type: object
5151
spec:
52-
description: AtlasBackupPolicySpec defines the desired state of AtlasBackupPolicy
52+
description: AtlasBackupPolicySpec defines the target state of AtlasBackupPolicy.
5353
properties:
5454
items:
5555
description: A list of BackupPolicy items.
5656
items:
5757
properties:
5858
frequencyInterval:
5959
description: |-
60-
Desired frequency of the new backup policy item specified by FrequencyType. A value of 1 specifies the first instance of the corresponding FrequencyType.
61-
The only accepted value you can set for frequency interval with NVMe clusters is 12.
60+
Frequency of the new backup policy item specified by FrequencyType. A value of 1 specifies the first instance of the corresponding FrequencyType.
61+
You can set FrequencyInterval only to 12 for NVMe clusters.
6262
enum:
6363
- 1
6464
- 2
@@ -92,7 +92,7 @@ spec:
9292
type: integer
9393
frequencyType:
9494
description: Frequency associated with the backup policy item.
95-
You cannot specify multiple hourly and daily backup policy
95+
You can specify only one each of hourly or daily backup policy
9696
items.
9797
enum:
9898
- hourly
@@ -147,14 +147,13 @@ spec:
147147
format: date-time
148148
type: string
149149
message:
150-
description: A human readable message indicating details about
151-
the transition.
150+
description: A message providing details about the transition.
152151
type: string
153152
reason:
154153
description: The reason for the condition's last transition.
155154
type: string
156155
status:
157-
description: Status of the condition, one of True, False, Unknown.
156+
description: Status of the condition; one of True, False, Unknown.
158157
type: string
159158
type:
160159
description: Type of Atlas Custom Resource condition.
@@ -166,8 +165,8 @@ spec:
166165
type: array
167166
observedGeneration:
168167
description: |-
169-
ObservedGeneration indicates the generation of the resource specification that the Atlas Operator is aware of.
170-
The Atlas Operator updates this field to the 'metadata.generation' as soon as it starts reconciliation of the resource.
168+
ObservedGeneration indicates the generation of the resource specification of which the Atlas Operator is aware.
169+
The Atlas Operator updates this field to the value of 'metadata.generation' as soon as it starts reconciliation of the resource.
171170
format: int64
172171
type: integer
173172
required:

charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackupschedules.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
metadata:
5151
type: object
5252
spec:
53-
description: AtlasBackupScheduleSpec defines the desired state of AtlasBackupSchedule.
53+
description: AtlasBackupScheduleSpec defines the target state of AtlasBackupSchedule.
5454
properties:
5555
autoExportEnabled:
5656
default: false
@@ -173,14 +173,13 @@ spec:
173173
format: date-time
174174
type: string
175175
message:
176-
description: A human readable message indicating details about
177-
the transition.
176+
description: A message providing details about the transition.
178177
type: string
179178
reason:
180179
description: The reason for the condition's last transition.
181180
type: string
182181
status:
183-
description: Status of the condition, one of True, False, Unknown.
182+
description: Status of the condition; one of True, False, Unknown.
184183
type: string
185184
type:
186185
description: Type of Atlas Custom Resource condition.
@@ -198,8 +197,8 @@ spec:
198197
type: array
199198
observedGeneration:
200199
description: |-
201-
ObservedGeneration indicates the generation of the resource specification that the Atlas Operator is aware of.
202-
The Atlas Operator updates this field to the 'metadata.generation' as soon as it starts reconciliation of the resource.
200+
ObservedGeneration indicates the generation of the resource specification of which the Atlas Operator is aware.
201+
The Atlas Operator updates this field to the value of 'metadata.generation' as soon as it starts reconciliation of the resource.
203202
format: int64
204203
type: integer
205204
required:

charts/atlas-operator-crds/templates/atlas.mongodb.com_atlascustomroles.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
metadata:
5353
type: object
5454
spec:
55-
description: AtlasCustomRoleSpec defines the desired state of CustomRole
55+
description: AtlasCustomRoleSpec defines the target state of CustomRole
5656
in Atlas.
5757
properties:
5858
connectionSecret:
@@ -186,14 +186,13 @@ spec:
186186
format: date-time
187187
type: string
188188
message:
189-
description: A human readable message indicating details about
190-
the transition.
189+
description: A message providing details about the transition.
191190
type: string
192191
reason:
193192
description: The reason for the condition's last transition.
194193
type: string
195194
status:
196-
description: Status of the condition, one of True, False, Unknown.
195+
description: Status of the condition; one of True, False, Unknown.
197196
type: string
198197
type:
199198
description: Type of Atlas Custom Resource condition.
@@ -205,8 +204,8 @@ spec:
205204
type: array
206205
observedGeneration:
207206
description: |-
208-
ObservedGeneration indicates the generation of the resource specification that the Atlas Operator is aware of.
209-
The Atlas Operator updates this field to the 'metadata.generation' as soon as it starts reconciliation of the resource.
207+
ObservedGeneration indicates the generation of the resource specification of which the Atlas Operator is aware.
208+
The Atlas Operator updates this field to the value of 'metadata.generation' as soon as it starts reconciliation of the resource.
210209
format: int64
211210
type: integer
212211
required:

charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatabaseusers.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
metadata:
5656
type: object
5757
spec:
58-
description: AtlasDatabaseUserSpec defines the desired state of Database
58+
description: AtlasDatabaseUserSpec defines the target state of Database
5959
User in Atlas
6060
properties:
6161
awsIamType:
@@ -265,14 +265,13 @@ spec:
265265
format: date-time
266266
type: string
267267
message:
268-
description: A human readable message indicating details about
269-
the transition.
268+
description: A message providing details about the transition.
270269
type: string
271270
reason:
272271
description: The reason for the condition's last transition.
273272
type: string
274273
status:
275-
description: Status of the condition, one of True, False, Unknown.
274+
description: Status of the condition; one of True, False, Unknown.
276275
type: string
277276
type:
278277
description: Type of Atlas Custom Resource condition.
@@ -287,8 +286,8 @@ spec:
287286
type: string
288287
observedGeneration:
289288
description: |-
290-
ObservedGeneration indicates the generation of the resource specification that the Atlas Operator is aware of.
291-
The Atlas Operator updates this field to the 'metadata.generation' as soon as it starts reconciliation of the resource.
289+
ObservedGeneration indicates the generation of the resource specification of which the Atlas Operator is aware.
290+
The Atlas Operator updates this field to the value of 'metadata.generation' as soon as it starts reconciliation of the resource.
292291
format: int64
293292
type: integer
294293
passwordVersion:

charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatafederations.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
metadata:
5454
type: object
5555
spec:
56-
description: DataFederationSpec defines the desired state of AtlasDataFederation.
56+
description: DataFederationSpec defines the target state of AtlasDataFederation.
5757
properties:
5858
cloudProviderConfig:
5959
description: Configuration for the cloud provider where this Federated
@@ -350,14 +350,13 @@ spec:
350350
format: date-time
351351
type: string
352352
message:
353-
description: A human readable message indicating details about
354-
the transition.
353+
description: A message providing details about the transition.
355354
type: string
356355
reason:
357356
description: The reason for the condition's last transition.
358357
type: string
359358
status:
360-
description: Status of the condition, one of True, False, Unknown.
359+
description: Status of the condition; one of True, False, Unknown.
361360
type: string
362361
type:
363362
description: Type of Atlas Custom Resource condition.
@@ -373,8 +372,8 @@ spec:
373372
type: string
374373
observedGeneration:
375374
description: |-
376-
ObservedGeneration indicates the generation of the resource specification that the Atlas Operator is aware of.
377-
The Atlas Operator updates this field to the 'metadata.generation' as soon as it starts reconciliation of the resource.
375+
ObservedGeneration indicates the generation of the resource specification of which the Atlas Operator is aware.
376+
The Atlas Operator updates this field to the value of 'metadata.generation' as soon as it starts reconciliation of the resource.
378377
format: int64
379378
type: integer
380379
required:

charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdeployments.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
type: object
5757
spec:
5858
description: |-
59-
AtlasDeploymentSpec defines the desired state of AtlasDeployment.
59+
AtlasDeploymentSpec defines the target state of AtlasDeployment.
6060
Only one of DeploymentSpec, AdvancedDeploymentSpec and ServerlessSpec should be defined.
6161
properties:
6262
backupRef:
@@ -1053,14 +1053,13 @@ spec:
10531053
format: date-time
10541054
type: string
10551055
message:
1056-
description: A human readable message indicating details about
1057-
the transition.
1056+
description: A message providing details about the transition.
10581057
type: string
10591058
reason:
10601059
description: The reason for the condition's last transition.
10611060
type: string
10621061
status:
1063-
description: Status of the condition, one of True, False, Unknown.
1062+
description: Status of the condition; one of True, False, Unknown.
10641063
type: string
10651064
type:
10661065
description: Type of Atlas Custom Resource condition.
@@ -1232,8 +1231,8 @@ spec:
12321231
type: string
12331232
observedGeneration:
12341233
description: |-
1235-
ObservedGeneration indicates the generation of the resource specification that the Atlas Operator is aware of.
1236-
The Atlas Operator updates this field to the 'metadata.generation' as soon as it starts reconciliation of the resource.
1234+
ObservedGeneration indicates the generation of the resource specification of which the Atlas Operator is aware.
1235+
The Atlas Operator updates this field to the value of 'metadata.generation' as soon as it starts reconciliation of the resource.
12371236
format: int64
12381237
type: integer
12391238
replicaSets:

0 commit comments

Comments
 (0)