@@ -910,31 +910,31 @@ Links:
910
910
911
911
# ## .spec.allowUnsafeUpgrade
912
912
913
- Type : ` boolean` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L163 )</sup>
913
+ Type : ` boolean` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L152 )</sup>
914
914
915
915
AllowUnsafeUpgrade determines if upgrade on missing member or with not in sync shards is allowed
916
916
917
917
***
918
918
919
919
# ## .spec.annotations
920
920
921
- Type : ` object` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L126 )</sup>
921
+ Type : ` object` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L115 )</sup>
922
922
923
923
Annotations specifies the annotations added to all ArangoDeployment owned resources (pods, services, PVC’s, PDB’s).
924
924
925
925
***
926
926
927
927
# ## .spec.annotationsIgnoreList
928
928
929
- Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L129 )</sup>
929
+ Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L118 )</sup>
930
930
931
931
AnnotationsIgnoreList list regexp or plain definitions which annotations should be ignored
932
932
933
933
***
934
934
935
935
# ## .spec.annotationsMode
936
936
937
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L135 )</sup>
937
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L124 )</sup>
938
938
939
939
AnnotationsMode defines annotations mode which should be use while overriding annotations.
940
940
@@ -947,7 +947,7 @@ Possible Values:
947
947
948
948
# ## .spec.architecture
949
949
950
- Type : ` []string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L265 )</sup>
950
+ Type : ` []string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L254 )</sup>
951
951
952
952
Architecture defines the list of supported architectures.
953
953
First element on the list is marked as default architecture.
@@ -1026,7 +1026,7 @@ KillPodProbability is the chance of a pod being killed during an event
1026
1026
1027
1027
# ## .spec.ClusterDomain
1028
1028
1029
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L237 )</sup>
1029
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L226 )</sup>
1030
1030
1031
1031
ClusterDomain define domain used in the kubernetes cluster.
1032
1032
Required only of domain is not set to default (cluster.local)
@@ -1037,7 +1037,7 @@ Default Value: `cluster.local`
1037
1037
1038
1038
# ## .spec.communicationMethod
1039
1039
1040
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L245 )</sup>
1040
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L234 )</sup>
1041
1041
1042
1042
CommunicationMethod define communication method used in deployment
1043
1043
@@ -2872,7 +2872,7 @@ Links:
2872
2872
2873
2873
# ## .spec.disableIPv6
2874
2874
2875
- Type : ` boolean` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L109 )</sup>
2875
+ Type : ` boolean` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L98 )</sup>
2876
2876
2877
10000
2877
DisableIPv6 setting prevents the use of IPv6 addresses by ArangoDB servers.
2878
2878
This setting cannot be changed after the deployment has been created.
@@ -2883,7 +2883,7 @@ Default Value: `false`
2883
2883
2884
2884
# ## .spec.downtimeAllowed
2885
2885
2886
- Type : ` boolean` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L104 )</sup>
2886
+ Type : ` boolean` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L93 )</sup>
2887
2887
2888
2888
DowntimeAllowed setting is used to allow automatic reconciliation actions that yield some downtime of the ArangoDB deployment.
2889
2889
When this setting is set to false, no automatic action that may result in downtime is allowed.
@@ -2899,7 +2899,7 @@ Default Value: `false`
2899
2899
2900
2900
# ## .spec.environment
2901
2901
2902
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L65 )</sup>
2902
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L54 )</sup>
2903
2903
2904
2904
Environment setting specifies the type of environment in which the deployment is created.
2905
2905
@@ -3194,7 +3194,7 @@ Links:
3194
3194
3195
3195
# ## .spec.image
3196
3196
3197
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L78 )</sup>
3197
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L67 )</sup>
3198
3198
3199
3199
Image specifies the docker image to use for all ArangoDB servers.
3200
3200
In a development environment this setting defaults to arangodb/arangodb:latest.
@@ -3205,7 +3205,7 @@ It is highly recommend to use explicit version (not latest) for production envir
3205
3205
3206
3206
# ## .spec.imageDiscoveryMode
3207
3207
3208
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L94 )</sup>
3208
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L83 )</sup>
3209
3209
3210
3210
ImageDiscoveryMode specifies the image discovery mode.
3211
3211
@@ -3217,7 +3217,7 @@ Possible Values:
3217
3217
3218
3218
# ## .spec.imagePullPolicy
3219
3219
3220
- Type : ` core.PullPolicy` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L86 )</sup>
3220
+ Type : ` core.PullPolicy` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L75 )</sup>
3221
3221
3222
3222
ImagePullPolicy specifies the pull policy for the docker image to use for all ArangoDB servers.
3223
3223
@@ -3233,31 +3233,31 @@ Possible Values:
3233
3233
3234
3234
# ## .spec.imagePullSecrets
3235
3235
3236
- Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L89 )</sup>
3236
+ Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L78 )</sup>
3237
3237
3238
3238
ImagePullSecrets specifies the list of image pull secrets for the docker image to use for all ArangoDB servers.
3239
3239
3240
3240
***
3241
3241
3242
3242
# ## .spec.labels
3243
3243
3244
- Type : ` object` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L138 )</sup>
3244
+ Type : ` object` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L127 )</sup>
3245
3245
3246
3246
Labels specifies the labels added to Pods in this group.
3247
3247
3248
3248
***
3249
3249
3250
3250
# ## .spec.labelsIgnoreList
3251
3251
3252
- Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L141 )</sup>
3252
+ Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L130 )</sup>
3253
3253
3254
3254
LabelsIgnoreList list regexp or plain definitions which labels should be ignored
3255
3255
3256
3256
***
3257
3257
3258
3258
# ## .spec.labelsMode
3259
3259
3260
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L147 )</sup>
3260
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L136 )</sup>
3261
3261
3262
3262
LabelsMode Define labels mode which should be use while overriding labels
3263
3263
@@ -3291,7 +3291,7 @@ Links:
3291
3291
3292
3292
# ## .spec.memberPropagationMode
3293
3293
3294
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L220 )</sup>
3294
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L209 )</sup>
3295
3295
3296
3296
MemberPropagationMode defines how changes to pod spec should be propogated.
3297
3297
Changes to a pod’s configuration require a restart of that pod in almost all cases.
@@ -3386,7 +3386,7 @@ Default Value: `true`
3
F438
386
3386
3387
3387
# ## .spec.mode
3388
3388
3389
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L60 )</sup>
3389
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L49 )</sup>
3390
3390
3391
3391
Mode specifies the type of ArangoDB deployment to create.
3392
3392
@@ -3401,7 +3401,7 @@ This field is **immutable**: Change of the ArangoDeployment Mode is not possible
3401
3401
3402
3402
# ## .spec.networkAttachedVolumes
3403
3403
3404
- Type : ` boolean` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L123 )</sup>
3404
+ Type : ` boolean` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L112 )</sup>
3405
3405
3406
3406
NetworkAttachedVolumes
3407
3407
If set to `true`, a ResignLeadership operation will be triggered when a DB-Server pod is evicted (rather than a CleanOutServer operation).
@@ -3448,15 +3448,15 @@ Type: `boolean` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.
3448
3448
3449
3449
# ## .spec.restoreEncryptionSecret
3450
3450
3451
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L160 )</sup>
3451
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L149 )</sup>
3452
3452
3453
3453
RestoreEncryptionSecret specifies optional name of secret which contains encryption key used for restore
3454
3454
3455
3455
***
3456
3456
3457
3457
# ## .spec.restoreFrom
3458
3458
3459
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L157 )</sup>
3459
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L146 )</sup>
3460
3460
3461
3461
RestoreFrom setting specifies a `ArangoBackup` resource name the cluster should be restored from.
3462
3462
After a restore or failure to do so, the status of the deployment contains information about the restore operation in the restore key.
@@ -4390,7 +4390,7 @@ Links:
4390
4390
4391
4391
# ## .spec.storageEngine
4392
4392
4393
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L72 )</sup>
4393
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L61 )</sup>
4394
4394
4395
4395
StorageEngine specifies the type of storage engine used for all servers in the cluster.
4396
4396
@@ -6437,7 +6437,7 @@ MaintenanceGracePeriod action timeout
6437
6437
6438
6438
# ## .spec.timezone
6439
6439
6440
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L269 )</sup>
6440
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.35/pkg/apis/deployment/v1/deployment_spec.go#L258 )</sup>
6441
6441
6442
6442
Timezone if specified, will set a timezone for deployment.
6443
6443
Must be in format accepted by "tzdata", e.g. `America/New_York` or `Europe/London`
0 commit comments