-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This was missing up until now Signed-off-by: Charly Molter <[email protected]>
- Loading branch information
1 parent
84d3ac0
commit 782b66f
Showing
29 changed files
with
751 additions
and
16 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
app/kumactl/cmd/inspect/testdata/inspect-traffic-trace-other-mesh.golden.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Affected data plane proxies: | ||
|
||
backend-1 | ||
web-1 | ||
redis-1 |
47 changes: 47 additions & 0 deletions
47
app/kumactl/cmd/inspect/testdata/inspect-traffic-trace-other-mesh.server-response.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"total": 1, | ||
"items": [ | ||
{ | ||
"kind": "SidecarDataplane", | ||
"dataplane": { | ||
"mesh": "other-mesh", | ||
"name": "backend-1" | ||
}, | ||
"attachments": [ | ||
{ | ||
"type": "dataplane", | ||
"name": "", | ||
"service": "" | ||
} | ||
] | ||
}, | ||
{ | ||
"kind": "SidecarDataplane", | ||
"dataplane": { | ||
"mesh": "other-mesh", | ||
"name": "web-1" | ||
}, | ||
"attachments": [ | ||
{ | ||
"type": "dataplane", | ||
"name": "", | ||
"service": "" | ||
} | ||
] | ||
}, | ||
{ | ||
"kind": "SidecarDataplane", | ||
"dataplane": { | ||
"mesh": "other-mesh", | ||
"name": "redis-1" | ||
}, | ||
"attachments": [ | ||
{ | ||
"type": "dataplane", | ||
"name": "", | ||
"service": "" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
docs/generated/cmd/kumactl/kumactl_inspect_meshhealthcheck.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## kumactl inspect meshhealthcheck | ||
|
||
Inspect MeshHealthCheck | ||
|
||
### Synopsis | ||
|
||
Inspect MeshHealthCheck. | ||
|
||
``` | ||
kumactl inspect meshhealthcheck NAME [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for meshhealthcheck | ||
-m, --mesh string mesh to use (default "default") | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--api-timeout duration the timeout for api calls. It includes connection time, any redirects, and reading the response body. A timeout of zero means no timeout (default 1m0s) | ||
--config-file string path to the configuration file to use | ||
--log-level string log level: one of off|info|debug (default "off") | ||
--no-config if set no config file and config directory will be created | ||
-o, --output string output format: one of table|yaml|json (default "table") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kumactl inspect](kumactl_inspect.md) - Inspect Kuma resources | ||
|
33 changes: 33 additions & 0 deletions
33
docs/generated/cmd/kumactl/kumactl_inspect_meshhttproute.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## kumactl inspect meshhttproute | ||
|
||
Inspect MeshHTTPRoute | ||
|
||
### Synopsis | ||
|
||
Inspect MeshHTTPRoute. | ||
|
||
``` | ||
kumactl inspect meshhttproute NAME [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for meshhttproute | ||
-m, --mesh string mesh to use (default "default") | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--api-timeout duration the timeout for api calls. It includes connection time, any redirects, and reading the response body. A timeout of zero means no timeout (default 1m0s) | ||
--config-file string path to the configuration file to use | ||
--log-level string log level: one of off|info|debug (default "off") | ||
--no-config if set no config file and config directory will be created | ||
-o, --output string output format: one of table|yaml|json (default "table") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kumactl inspect](kumactl_inspect.md) - Inspect Kuma resources | ||
|
33 changes: 33 additions & 0 deletions
33
docs/generated/cmd/kumactl/kumactl_inspect_meshloadbalancingstrategy.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## kumactl inspect meshloadbalancingstrategy | ||
|
||
Inspect MeshLoadBalancingStrategy | ||
|
||
### Synopsis | ||
|
||
Inspect MeshLoadBalancingStrategy. | ||
|
||
``` | ||
kumactl inspect meshloadbalancingstrategy NAME [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for meshloadbalancingstrategy | ||
-m, --mesh string mesh to use (default "default") | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--api-timeout duration the timeout for api calls. It includes connection time, any redirects, and reading the response body. A timeout of zero means no timeout (default 1m0s) | ||
--config-file string path to the configuration file to use | ||
--log-level string log level: one of off|info|debug (default "off") | ||
--no-config if set no config file and config directory will be created | ||
-o, --output string output format: one of table|yaml|json (default "table") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kumactl inspect](kumactl_inspect.md) - Inspect Kuma resources | ||
|
33 changes: 33 additions & 0 deletions
33
docs/generated/cmd/kumactl/kumactl_inspect_meshproxypatch.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## kumactl inspect meshproxypatch | ||
|
||
Inspect MeshProxyPatch | ||
|
||
### Synopsis | ||
|
||
Inspect MeshProxyPatch. | ||
|
||
``` | ||
kumactl inspect meshproxypatch NAME [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for meshproxypatch | ||
-m, --mesh string mesh to use (default "default") | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--api-timeout duration the timeout for api calls. It includes connection time, any redirects, and reading the response body. A timeout of zero means no timeout (default 1m0s) | ||
--config-file string path to the configuration file to use | ||
--log-level string log level: one of off|info|debug (default "off") | ||
--no-config if set no config file and config directory will be created | ||
-o, --output string output format: one of table|yaml|json (default "table") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kumactl inspect](kumactl_inspect.md) - Inspect Kuma resources | ||
|
33 changes: 33 additions & 0 deletions
33
docs/generated/cmd/kumactl/kumactl_inspect_meshratelimit.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## kumactl inspect meshratelimit | ||
|
||
Inspect MeshRateLimit | ||
|
||
### Synopsis | ||
|
||
Inspect MeshRateLimit. | ||
|
||
``` | ||
kumactl inspect meshratelimit NAME [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for meshratelimit | ||
-m, --mesh string mesh to use (default "default") | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--api-timeout duration the timeout for api calls. It includes connection time, any redirects, and reading the response body. A timeout of zero means no timeout (default 1m0s) | ||
--config-file string path to the configuration file to use | ||
--log-level string log level: one of off|info|debug (default "off") | ||
--no-config if set no config file and config directory will be created | ||
-o, --output string output format: one of table|yaml|json (default "table") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kumactl inspect](kumactl_inspect.md) - Inspect Kuma resources | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## kumactl inspect meshretry | ||
|
||
Inspect MeshRetry | ||
|
||
### Synopsis | ||
|
||
Inspect MeshRetry. | ||
|
||
``` | ||
kumactl inspect meshretry NAME [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for meshretry | ||
-m, --mesh string mesh to use (default "default") | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--api-timeout duration the timeout for api calls. It includes connection time, any redirects, and reading the response body. A timeout of zero means no timeout (default 1m0s) | ||
--config-file string path to the configuration file to use | ||
--log-level string log level: one of off|info|debug (default "off") | ||
--no-config if set no config file and config directory will be created | ||
-o, --output string output format: one of table|yaml|json (default "table") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kumactl inspect](kumactl_inspect.md) - Inspect Kuma resources | ||
|
33 changes: 33 additions & 0 deletions
33
docs/generated/cmd/kumactl/kumactl_inspect_meshtcproute.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## kumactl inspect meshtcproute | ||
|
||
Inspect MeshTCPRoute | ||
|
||
### Synopsis | ||
|
||
Inspect MeshTCPRoute. | ||
|
||
``` | ||
kumactl inspect meshtcproute NAME [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for meshtcproute | ||
-m, --mesh string mesh to use (default "default") | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--api-timeout duration the timeout for api calls. It includes connection time, any redirects, and reading the response body. A timeout of zero means no timeout (default 1m0s) | ||
--config-file string path to the configuration file to use | ||
--log-level string log level: one of off|info|debug (default "off") | ||
--no-config if set no config file and config directory will be created | ||
-o, --output string output format: one of table|yaml|json (default "table") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kumactl inspect](kumactl_inspect.md) - Inspect Kuma resources | ||
|
Oops, something went wrong.