@@ -1017,7 +1017,7 @@ Possible Values:
1017
1017
1018
1018
# ## .spec.architecture
1019
1019
1020
- Type : ` []string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.50/pkg/apis/deployment/v1/deployment_spec.go#L260 )</sup>
1020
+ Type : ` []string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.50/pkg/apis/deployment/v1/deployment_spec.go#L259 )</sup>
1021
1021
1022
1022
Architecture defines the list of supported architectures.
1023
1023
First element on the list is marked as default architecture.
@@ -1094,18 +1094,17 @@ KillPodProbability is the chance of a pod being killed during an event
1094
1094
1095
1095
# ## .spec.ClusterDomain
1096
1096
1097
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.50/pkg/apis/deployment/v1/deployment_spec.go#L232 )</sup>
1097
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.50/pkg/apis/deployment/v1/deployment_spec.go#L231 )</sup>
1098
1098
1099
1099
ClusterDomain define domain used in the kubernetes cluster.
1100
- Required only of domain is not set to default (cluster.local)
1101
1100
1102
1101
Default Value : ` cluster.local`
1103
1102
1104
1103
***
1105
1104
1106
1105
# ## .spec.communicationMethod
1107
1106
1108
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.50/pkg/apis/deployment/v1/deployment_spec.go#L240 )</sup>
1107
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.50/pkg/apis/deployment/v1/deployment_spec.go#L239 )</sup>
1109
1108
1110
1109
CommunicationMethod define communication method used in deployment
1111
1110
@@ -3178,31 +3177,33 @@ Type: `boolean` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.
3178
3177
3179
3178
# ## .spec.gateway.authentication.secret.checksum
3180
3179
3181
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.50/pkg/apis/shared/v1/object.go#L61 )</sup>
3180
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.50/pkg/apis/shared/v1/object.go#L62 )</sup>
3182
3181
3183
3182
UID keeps the information about object Checksum
3184
3183
3185
3184
***
3186
3185
3187
3186
# ## .spec.gateway.authentication.secret.name
3188
3187
3189
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.50/pkg/apis/shared/v1/object.go#L52)</sup>
3188
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.50/pkg/apis/shared/v1/object.go#L53)</sup>
3189
+
3190
+ This field is **required**
3190
3191
3191
3192
Name of the object
3192
3193
3193
3194
***
3194
3195
3195
3196
# ## .spec.gateway.authentication.secret.namespace
3196
3197
3197
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.50/pkg/apis/shared/v1/object.go#L55 )</sup>
3198
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.50/pkg/apis/shared/v1/object.go#L56 )</sup>
3198
3199
3199
3200
Namespace of the object. Should default to the namespace of the parent object
3200
3201
3201
3202
***
3202
3203
3203
3204
# ## .spec.gateway.authentication.secret.uid
3204
3205
3205
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.50/pkg/apis/shared/v1/object.go#L58 )</sup>
3206
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.50/pkg/apis/shared/v1/object.go#L59 )</sup>
3206
3207
3207
3208
UID keeps the information about object UID
3208
3209
@@ -8198,7 +8199,7 @@ MaintenanceGracePeriod action timeout
8198
8199
8199
8200
# ## .spec.timezone
8200
8201
8201
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.50/pkg/apis/deployment/v1/deployment_spec.go#L264 )</sup>
8202
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.50/pkg/apis/deployment/v1/deployment_spec.go#L263 )</sup>
8202
8203
8203
8204
Timezone if specified, will set a timezone for deployment.
8204
8205
Must be in format accepted by "tzdata", e.g. `America/New_York` or `Europe/London`
0 commit comments