@@ -3076,7 +3076,7 @@ By default, the image is determined by the operator.
30763076
30773077# ## .spec.gateway.sidecar.args
30783078
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>
30803080
30813081Arguments to the entrypoint.
30823082The container image's CMD is used if this is not provided.
@@ -3093,7 +3093,7 @@ Links:
30933093
30943094# ## .spec.gateway.sidecar.command
30953095
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>
30973097
30983098Entrypoint array. Not executed within a shell.
30993099The container image's ENTRYPOINT is used if this is not provided.
@@ -3110,7 +3110,7 @@ Links:
31103110
31113111# ## .spec.gateway.sidecar.controllerListenPort
31123112
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>
31143114
31153115ControllerListenPort defines on which port the sidecar container will be listening for controller requests
31163116
@@ -3168,7 +3168,7 @@ Lifecycle keeps actions that the management system should take in response to co
31683168
31693169# ## .spec.gateway.sidecar.listenPort
31703170
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>
31723172
31733173ListenPort defines on which port the sidecar container will be listening for connections
31743174
@@ -3188,6 +3188,18 @@ Links:
31883188
31893189***
31903190
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+
31913203# ## .spec.gateway.sidecar.ports
31923204
31933205Type : ` []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.
32583270
32593271# ## .spec.gateway.sidecar.workingDir
32603272
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>
32623274
32633275Container's working directory.
32643276If not specified, the container runtime's default will be used, which
0 commit comments