Skip to content

Commit

Permalink
chore(deps): update docs from repo source
Browse files Browse the repository at this point in the history
Signed-off-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com>
  • Loading branch information
kumahq[bot] committed Dec 19, 2023
1 parent 079e6db commit 2940cf7
Show file tree
Hide file tree
Showing 6 changed files with 3,254 additions and 2 deletions.
11 changes: 11 additions & 0 deletions app/assets/dev/raw/crds/kuma.io_meshgatewayinstances.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion app/assets/dev/raw/crds/kuma.io_meshmetrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ spec:
- mode
type: object
required:
- clientId
- path
- port
type: object
Expand Down
2 changes: 1 addition & 1 deletion app/assets/dev/raw/kuma-cp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions app/assets/dev/raw/protos/KumaResource.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
},
"version": {
"type": "string"
},
"labels": {
"additionalProperties": {
"type": "string"
},
"type": "object"
}
},
"additionalProperties": true,
Expand Down
Loading

0 comments on commit 2940cf7

Please sign in to comment.