Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update docs from repo source #1557

Merged
merged 2 commits into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading