@@ -2987,15 +2987,15 @@ Possible Values:
29872987
29882988# ## .spec.externalAccess.advertisedEndpoint
29892989
2990- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L58 )</sup>
2990+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L59 )</sup>
29912991
29922992AdvertisedEndpoint is passed to the coordinators/single servers for advertising a specific endpoint
29932993
29942994***
29952995
29962996# ## .spec.externalAccess.loadBalancerIP
29972997
2998- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L48 )</sup>
2998+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L49 )</sup>
29992999
30003000LoadBalancerIP define optional IP used to configure a load-balancer on, in case of Auto or LoadBalancer type.
30013001If you do not specify this setting, an IP will be chosen automatically by the load-balancer provisioner.
@@ -3004,7 +3004,7 @@ If you do not specify this setting, an IP will be chosen automatically by the lo
30043004
30053005# ## .spec.externalAccess.loadBalancerSourceRanges
30063006
3007- Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L55 )</sup>
3007+ Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L56 )</sup>
30083008
30093009LoadBalancerSourceRanges define LoadBalancerSourceRanges used for LoadBalancer Service type
30103010If specified and supported by the platform, this will restrict traffic through the cloud-provider
@@ -3018,7 +3018,7 @@ Links:
30183018
30193019# ## .spec.externalAccess.managedServiceNames
30203020
3021- Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L62 )</sup>
3021+ Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L63 )</sup>
30223022
30233023ManagedServiceNames keeps names of services which are not managed by KubeArangoDB.
30243024It is only relevant when type of service is `managed`.
@@ -3027,7 +3027,7 @@ It is only relevant when type of service is `managed`.
30273027
30283028# ## .spec.externalAccess.nodePort
30293029
3030- Type : ` integer` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L44 )</sup>
3030+ Type : ` integer` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L45 )</sup>
30313031
30323032NodePort define optional port used in case of Auto or NodePort type.
30333033This setting is used when `spec.externalAccess.type` is set to `NodePort` or `Auto`.
@@ -3037,7 +3037,7 @@ If you do not specify this setting, a random port will be chosen automatically.
30373037
30383038# ## .spec.externalAccess.type
30393039
3040- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L39 )</sup>
3040+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L40 )</sup>
30413041
30423042Type specifies the type of Service that will be created to provide access to the ArangoDB deployment from outside the Kubernetes cluster.
30433043
@@ -3046,6 +3046,7 @@ Possible Values:
30463046* `"None"` - limit access to application running inside the Kubernetes cluster.
30473047* `"LoadBalancer"` - Create a Service of type LoadBalancer for the ArangoDB deployment.
30483048* `"NodePort"` - Create a Service of type NodePort for the ArangoDB deployment.
3049+ * `"Managed"` - Manages only existing services.
30493050
30503051***
30513052
@@ -5764,15 +5765,15 @@ Links:
57645765
57655766# ## .spec.sync.externalAccess.advertisedEndpoint
57665767
5767- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L58 )</sup>
5768+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L59 )</sup>
57685769
57695770AdvertisedEndpoint is passed to the coordinators/single servers for advertising a specific endpoint
57705771
57715772***
57725773
57735774# ## .spec.sync.externalAccess.loadBalancerIP
57745775
5775- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L48 )</sup>
5776+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L49 )</sup>
57765777
57775778LoadBalancerIP define optional IP used to configure a load-balancer on, in case of Auto or LoadBalancer type.
57785779If you do not specify this setting, an IP will be chosen automatically by the load-balancer provisioner.
@@ -5781,7 +5782,7 @@ If you do not specify this setting, an IP will be chosen automatically by the lo
57815782
57825783# ## .spec.sync.externalAccess.loadBalancerSourceRanges
57835784
5784- Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L55 )</sup>
5785+ Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L56 )</sup>
57855786
57865787LoadBalancerSourceRanges define LoadBalancerSourceRanges used for LoadBalancer Service type
57875788If specified and supported by the platform, this will restrict traffic through the cloud-provider
@@ -5795,7 +5796,7 @@ Links:
57955796
57965797# ## .spec.sync.externalAccess.managedServiceNames
57975798
5798- Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L62 )</sup>
5799+ Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L63 )</sup>
57995800
58005801ManagedServiceNames keeps names of services which are not managed by KubeArangoDB.
58015802It is only relevant when type of service is `managed`.
@@ -5815,7 +5816,7 @@ If not set, this setting defaults to:
58155816
58165817# ## .spec.sync.externalAccess.nodePort
58175818
5818- Type : ` integer` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L44 )</sup>
5819+ Type : ` integer` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L45 )</sup>
58195820
58205821NodePort define optional port used in case of Auto or NodePort type.
58215822This setting is used when `spec.externalAccess.type` is set to `NodePort` or `Auto`.
@@ -5825,7 +5826,7 @@ If you do not specify this setting, a random port will be chosen automatically.
58255826
58265827# ## .spec.sync.externalAccess.type
58275828
5828- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L39 )</sup>
5829+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L40 )</sup>
58295830
58305831Type specifies the type of Service that will be created to provide access to the ArangoDB deployment from outside the Kubernetes cluster.
58315832
@@ -5834,6 +5835,7 @@ Possible Values:
58345835* `"None"` - limit access to application running inside the Kubernetes cluster.
58355836* `"LoadBalancer"` - Create a Service of type LoadBalancer for the ArangoDB deployment.
58365837* `"NodePort"` - Create a Service of type NodePort for the ArangoDB deployment.
5838+ * `"Managed"` - Manages only existing services.
58375839
58385840***
58395841
0 commit comments