From a0f63ea9500dc41f7cca5f2716a0dca2dc72ce70 Mon Sep 17 00:00:00 2001 From: "kumahq[bot]" <110050114+kumahq[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 21:36:27 +0100 Subject: [PATCH] chore(deps): update docs from repo source (#1557) Signed-off-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com> Co-authored-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com> Co-authored-by: Charly Molter --- .../dev/raw/crds/kuma.io_meshgatewayinstances.yaml | 11 +++++++++++ app/assets/dev/raw/crds/kuma.io_meshmetrics.yaml | 1 - app/assets/dev/raw/kuma-cp.yaml | 2 +- app/assets/dev/raw/protos/KumaResource.json | 6 ++++++ 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/app/assets/dev/raw/crds/kuma.io_meshgatewayinstances.yaml b/app/assets/dev/raw/crds/kuma.io_meshgatewayinstances.yaml index b0056e5ad..0c12d6d2f 100644 --- a/app/assets/dev/raw/crds/kuma.io_meshgatewayinstances.yaml +++ b/app/assets/dev/raw/crds/kuma.io_meshgatewayinstances.yaml @@ -285,6 +285,17 @@ spec: description: IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers) type: string + ipMode: + description: IPMode specifies how the load-balancer IP behaves, + and may only be specified when the ip field is specified. + Setting this to "VIP" indicates that traffic is delivered + to the node with the destination set to the load-balancer's + IP and port. Setting this to "Proxy" indicates that traffic + is delivered to the node or pod with the destination set + to the node's IP and node port or the pod's IP and port. + Service implementations may use this information to adjust + traffic routing. + type: string ports: description: Ports is a list of records of service ports If used, every port defined in the service should have diff --git a/app/assets/dev/raw/crds/kuma.io_meshmetrics.yaml b/app/assets/dev/raw/crds/kuma.io_meshmetrics.yaml index 9819753a5..c025c75b7 100644 --- a/app/assets/dev/raw/crds/kuma.io_meshmetrics.yaml +++ b/app/assets/dev/raw/crds/kuma.io_meshmetrics.yaml @@ -102,7 +102,6 @@ spec: - mode type: object required: - - clientId - path - port type: object diff --git a/app/assets/dev/raw/kuma-cp.yaml b/app/assets/dev/raw/kuma-cp.yaml index 7ab3db917..8136a224b 100644 --- a/app/assets/dev/raw/kuma-cp.yaml +++ b/app/assets/dev/raw/kuma-cp.yaml @@ -504,7 +504,7 @@ multizone: responseBackoff: 0s # ENV: KUMA_MULTIZONE_GLOBAL_KDS_RESPONSE_BACKOFF zone: # Kuma Zone name used to mark the zone dataplane resources - name: "" # ENV: KUMA_MULTIZONE_ZONE_NAME + name: "default" # ENV: KUMA_MULTIZONE_ZONE_NAME # GlobalAddress URL of Global Kuma CP globalAddress: # ENV KUMA_MULTIZONE_ZONE_GLOBAL_ADDRESS kds: diff --git a/app/assets/dev/raw/protos/KumaResource.json b/app/assets/dev/raw/protos/KumaResource.json index a4781295d..28f5ce5d1 100644 --- a/app/assets/dev/raw/protos/KumaResource.json +++ b/app/assets/dev/raw/protos/KumaResource.json @@ -39,6 +39,12 @@ }, "version": { "type": "string" + }, + "labels": { + "additionalProperties": { + "type": "string" + }, + "type": "object" } }, "additionalProperties": true,