@@ -3076,7 +3076,7 @@ By default, the image is determined by the operator.
3076
3076
3077
3077
# ## .spec.gateway.sidecar.args
3078
3078
3079
- Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.42/pkg/apis/scheduler/v1beta1/container/resources/core.go#L50 )</sup>
3079
+ Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.42/pkg/apis/scheduler/v1beta1/container/resources/core.go#L54 )</sup>
3080
3080
3081
3081
Arguments to the entrypoint.
3082
3082
The container image's CMD is used if this is not provided.
@@ -3093,7 +3093,7 @@ Links:
3093
3093
3094
3094
# ## .spec.gateway.sidecar.command
3095
3095
3096
- Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.42/pkg/apis/scheduler/v1beta1/container/resources/core.go#L40 )</sup>
3096
+ Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.42/pkg/apis/scheduler/v1beta1/container/resources/core.go#L44 )</sup>
3097
3097
3098
3098
Entrypoint array. Not executed within a shell.
3099
3099
The container image's ENTRYPOINT is used if this is not provided.
@@ -3110,7 +3110,7 @@ Links:
3110
3110
3111
3111
# ## .spec.gateway.sidecar.controllerListenPort
3112
3112
3113
- Type : ` integer` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.42/pkg/apis/scheduler/v1beta1/integration/integration.go#L16 )</sup>
3113
+ Type : ` integer` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.42/pkg/apis/scheduler/v1beta1/integration/integration.go#L36 )</sup>
3114
3114
3115
3115
ControllerListenPort defines on which port the sidecar container will be listening for controller requests
3116
3116
@@ -3168,7 +3168,7 @@ Lifecycle keeps actions that the management system should take in response to co
3168
3168
3169
3169
# ## .spec.gateway.sidecar.listenPort
3170
3170
3171
- Type : ` integer` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.42/pkg/apis/scheduler/v1beta1/integration/integration.go#L12 )</sup>
3171
+ Type : ` integer` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.42/pkg/apis/scheduler/v1beta1/integration/integration.go#L32 )</sup>
3172
3172
3173
3173
ListenPort defines on which port the sidecar container will be listening for connections
3174
3174
@@ -3188,6 +3188,18 @@ Links:
3188
3188
3189
3189
***
3190
3190
3191
+ # ## .spec.gateway.sidecar.method
3192
+
3193
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.42/pkg/apis/scheduler/v1beta1/policy/merge.go#L32)</sup>
3194
+
3195
+ Method defines the merge method
3196
+
3197
+ Possible Values :
3198
+ * `"override"` (default) - Overrides values during configuration merge
3199
+ * `"append"` - Appends, if possible, values during configuration merge
3200
+
3201
+ ***
3202
+
3191
3203
# ## .spec.gateway.sidecar.ports
3192
3204
3193
3205
Type : ` []core.ContainerPort` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.42/pkg/apis/scheduler/v1beta1/container/resources/networking.go#L39)</sup>
@@ -3258,7 +3270,7 @@ VolumeMounts keeps list of pod volumes to mount into the container's filesystem.
3258
3270
3259
3271
# ## .spec.gateway.sidecar.workingDir
3260
3272
3261
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.42/pkg/apis/scheduler/v1beta1/container/resources/core.go#L55 )</sup>
3273
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.42/pkg/apis/scheduler/v1beta1/container/resources/core.go#L59 )</sup>
3262
3274
3263
3275
Container's working directory.
3264
3276
If not specified, the container runtime's default will be used, which
0 commit comments