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 18, 2023
1 parent 21c0852 commit 683d920
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/docs/dev/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
6 changes: 6 additions & 0 deletions app/docs/dev/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

0 comments on commit 683d920

Please sign in to comment.