Skip to content

Commit

Permalink
chore(deps): update docs from repo source (#1586)
Browse files Browse the repository at this point in the history
Signed-off-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com>
Co-authored-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com>
  • Loading branch information
kumahq[bot] authored Jan 22, 2024
1 parent dc13a68 commit e76bc74
Show file tree
Hide file tree
Showing 18 changed files with 457 additions and 10 deletions.
33 changes: 33 additions & 0 deletions app/assets/dev/raw/crds/kuma.io_meshaccesslogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,17 @@ spec:
Name of the referenced resource. Can only be used with kinds: `MeshService`,
`MeshServiceSubset` and `MeshGatewayRoute`
type: string
proxyTypes:
description: |-
ProxyTypes specifies the data plane types that are subject to the policy. When not specified,
all data plane types are targeted by the policy.
items:
enum:
- Sidecar
- Gateway
type: string
minItems: 1
type: array
tags:
additionalProperties:
type: string
Expand Down Expand Up @@ -262,6 +273,17 @@ spec:
Name of the referenced resource. Can only be used with kinds: `MeshService`,
`MeshServiceSubset` and `MeshGatewayRoute`
type: string
proxyTypes:
description: |-
ProxyTypes specifies the data plane types that are subject to the policy. When not specified,
all data plane types are targeted by the policy.
items:
enum:
- Sidecar
- Gateway
type: string
minItems: 1
type: array
tags:
additionalProperties:
type: string
Expand Down Expand Up @@ -448,6 +470,17 @@ spec:
Name of the referenced resource. Can only be used with kinds: `MeshService`,
`MeshServiceSubset` and `MeshGatewayRoute`
type: string
proxyTypes:
description: |-
ProxyTypes specifies the data plane types that are subject to the policy. When not specified,
all data plane types are targeted by the policy.
items:
enum:
- Sidecar
- Gateway
type: string
minItems: 1
type: array
tags:
additionalProperties:
type: string
Expand Down
33 changes: 33 additions & 0 deletions app/assets/dev/raw/crds/kuma.io_meshcircuitbreakers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,17 @@ spec:
Name of the referenced resource. Can only be used with kinds: `MeshService`,
`MeshServiceSubset` and `MeshGatewayRoute`
type: string
proxyTypes:
description: |-
ProxyTypes specifies the data plane types that are subject to the policy. When not specified,
all data plane types are targeted by the policy.
items:
enum:
- Sidecar
- Gateway
type: string
minItems: 1
type: array
tags:
additionalProperties:
type: string
Expand Down Expand Up @@ -353,6 +364,17 @@ spec:
Name of the referenced resource. Can only be used with kinds: `MeshService`,
`MeshServiceSubset` and `MeshGatewayRoute`
type: string
proxyTypes:
description: |-
ProxyTypes specifies the data plane types that are subject to the policy. When not specified,
all data plane types are targeted by the policy.
items:
enum:
- Sidecar
- Gateway
type: string
minItems: 1
type: array
tags:
additionalProperties:
type: string
Expand Down Expand Up @@ -630,6 +652,17 @@ spec:
Name of the referenced resource. Can only be used with kinds: `MeshService`,
`MeshServiceSubset` and `MeshGatewayRoute`
type: string
proxyTypes:
description: |-
ProxyTypes specifies the data plane types that are subject to the policy. When not specified,
all data plane types are targeted by the policy.
items:
enum:
- Sidecar
- Gateway
type: string
minItems: 1
type: array
tags:
additionalProperties:
type: string
Expand Down
37 changes: 35 additions & 2 deletions app/assets/dev/raw/crds/kuma.io_meshfaultinjections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ spec:
properties:
limit:
description: |-
Limit is represented by value measure in gbps, mbps, kbps or bps, e.g.
Limit is represented by value measure in Gbps, Mbps, kbps, e.g.
10kbps
type: string
percentage:
Expand Down Expand Up @@ -157,6 +157,17 @@ spec:
Name of the referenced resource. Can only be used with kinds: `MeshService`,
`MeshServiceSubset` and `MeshGatewayRoute`
type: string
proxyTypes:
description: |-
ProxyTypes specifies the data plane types that are subject to the policy. When not specified,
all data plane types are targeted by the policy.
items:
enum:
- Sidecar
- Gateway
type: string
minItems: 1
type: array
tags:
additionalProperties:
type: string
Expand Down Expand Up @@ -194,6 +205,17 @@ spec:
Name of the referenced resource. Can only be used with kinds: `MeshService`,
`MeshServiceSubset` and `MeshGatewayRoute`
type: string
proxyTypes:
description: |-
ProxyTypes specifies the data plane types that are subject to the policy. When not specified,
all data plane types are targeted by the policy.
items:
enum:
- Sidecar
- Gateway
type: string
minItems: 1
type: array
tags:
additionalProperties:
type: string
Expand Down Expand Up @@ -269,7 +291,7 @@ spec:
properties:
limit:
description: |-
Limit is represented by value measure in gbps, mbps, kbps or bps, e.g.
Limit is represented by value measure in Gbps, Mbps, kbps, e.g.
10kbps
type: string
percentage:
Expand Down Expand Up @@ -311,6 +333,17 @@ spec:
Name of the referenced resource. Can only be used with kinds: `MeshService`,
`MeshServiceSubset` and `MeshGatewayRoute`
type: string
proxyTypes:
description: |-
ProxyTypes specifies the data plane types that are subject to the policy. When not specified,
all data plane types are targeted by the policy.
items:
enum:
- Sidecar
- Gateway
type: string
minItems: 1
type: array
tags:
additionalProperties:
type: string
Expand Down
22 changes: 22 additions & 0 deletions app/assets/dev/raw/crds/kuma.io_meshhealthchecks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,17 @@ spec:
Name of the referenced resource. Can only be used with kinds: `MeshService`,
`MeshServiceSubset` and `MeshGatewayRoute`
type: string
proxyTypes:
description: |-
ProxyTypes specifies the data plane types that are subject to the policy. When not specified,
all data plane types are targeted by the policy.
items:
enum:
- Sidecar
- Gateway
type: string
minItems: 1
type: array
tags:
additionalProperties:
type: string
Expand Down Expand Up @@ -303,6 +314,17 @@ spec:
Name of the referenced resource. Can only be used with kinds: `MeshService`,
`MeshServiceSubset` and `MeshGatewayRoute`
type: string
proxyTypes:
description: |-
ProxyTypes specifies the data plane types that are subject to the policy. When not specified,
all data plane types are targeted by the policy.
items:
enum:
- Sidecar
- Gateway
type: string
minItems: 1
type: array
tags:
additionalProperties:
type: string
Expand Down
44 changes: 44 additions & 0 deletions app/assets/dev/raw/crds/kuma.io_meshhttproutes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,17 @@ spec:
Name of the referenced resource. Can only be used with kinds: `MeshService`,
`MeshServiceSubset` and `MeshGatewayRoute`
type: string
proxyTypes:
description: |-
ProxyTypes specifies the data plane types that are subject to the policy. When not specified,
all data plane types are targeted by the policy.
items:
enum:
- Sidecar
- Gateway
type: string
minItems: 1
type: array
tags:
additionalProperties:
type: string
Expand Down Expand Up @@ -129,6 +140,17 @@ spec:
Name of the referenced resource. Can only be used with kinds: `MeshService`,
`MeshServiceSubset` and `MeshGatewayRoute`
type: string
proxyTypes:
description: |-
ProxyTypes specifies the data plane types that are subject to the policy. When not specified,
all data plane types are targeted by the policy.
items:
enum:
- Sidecar
- Gateway
type: string
minItems: 1
type: array
tags:
additionalProperties:
type: string
Expand Down Expand Up @@ -222,6 +244,17 @@ spec:
Name of the referenced resource. Can only be used with kinds: `MeshService`,
`MeshServiceSubset` and `MeshGatewayRoute`
type: string
proxyTypes:
description: |-
ProxyTypes specifies the data plane types that are subject to the policy. When not specified,
all data plane types are targeted by the policy.
items:
enum:
- Sidecar
- Gateway
type: string
minItems: 1
type: array
tags:
additionalProperties:
type: string
Expand Down Expand Up @@ -518,6 +551,17 @@ spec:
Name of the referenced resource. Can only be used with kinds: `MeshService`,
`MeshServiceSubset` and `MeshGatewayRoute`
type: string
proxyTypes:
description: |-
ProxyTypes specifies the data plane types that are subject to the policy. When not specified,
all data plane types are targeted by the policy.
items:
enum:
- Sidecar
- Gateway
type: string
minItems: 1
type: array
tags:
additionalProperties:
type: string
Expand Down
22 changes: 22 additions & 0 deletions app/assets/dev/raw/crds/kuma.io_meshloadbalancingstrategies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,17 @@ spec:
Name of the referenced resource. Can only be used with kinds: `MeshService`,
`MeshServiceSubset` and `MeshGatewayRoute`
type: string
proxyTypes:
description: |-
ProxyTypes specifies the data plane types that are subject to the policy. When not specified,
all data plane types are targeted by the policy.
items:
enum:
- Sidecar
- Gateway
type: string
minItems: 1
type: array
tags:
additionalProperties:
type: string
Expand Down Expand Up @@ -493,6 +504,17 @@ spec:
Name of the referenced resource. Can only be used with kinds: `MeshService`,
`MeshServiceSubset` and `MeshGatewayRoute`
type: string
proxyTypes:
description: |-
ProxyTypes specifies the data plane types that are subject to the policy. When not specified,
all data plane types are targeted by the policy.
items:
enum:
- Sidecar
- Gateway
type: string
minItems: 1
type: array
tags:
additionalProperties:
type: string
Expand Down
24 changes: 19 additions & 5 deletions app/assets/dev/raw/crds/kuma.io_meshmetrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ spec:
address:
description: Address on which an application listens.
type: string
name:
description: Name of the application to scrape
type: string
path:
default: /metrics/prometheus
description: Path on which an application expose HTTP endpoint
Expand Down Expand Up @@ -136,17 +139,17 @@ spec:
sidecar:
description: Sidecar metrics collection configuration
properties:
regex:
description: Regex that will be used to filter sidecar metrics.
It uses Google RE2 engine https://github.com/google/re2
type: string
usedOnly:
includeUnused:
default: false
description: |-
IncludeUnused if false will scrape only metrics that has been by sidecar (counters incremented
at least once, gauges changed at least once, and histograms added to at
least once). If true will scrape all metrics (even the ones with zeros).
type: boolean
regex:
description: Regex that will be used to filter sidecar metrics.
It uses Google RE2 engine https://github.com/google/re2
type: string
type: object
type: object
targetRef:
Expand Down Expand Up @@ -174,6 +177,17 @@ spec:
Name of the referenced resource. Can only be used with kinds: `MeshService`,
`MeshServiceSubset` and `MeshGatewayRoute`
type: string
proxyTypes:
description: |-
ProxyTypes specifies the data plane types that are subject to the policy. When not specified,
all data plane types are targeted by the policy.
items:
enum:
- Sidecar
- Gateway
type: string
minItems: 1
type: array
tags:
additionalProperties:
type: string
Expand Down
11 changes: 11 additions & 0 deletions app/assets/dev/raw/crds/kuma.io_meshproxypatches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,17 @@ spec:
Name of the referenced resource. Can only be used with kinds: `MeshService`,
`MeshServiceSubset` and `MeshGatewayRoute`
type: string
proxyTypes:
description: |-
ProxyTypes specifies the data plane types that are subject to the policy. When not specified,
all data plane types are targeted by the policy.
items:
enum:
- Sidecar
- Gateway
type: string
minItems: 1
type: array
tags:
additionalProperties:
type: string
Expand Down
Loading

0 comments on commit e76bc74

Please sign in to comment.