We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e373e4a commit a8a71d9Copy full SHA for a8a71d9
cmd/crictl/pod_stats.go
@@ -49,7 +49,7 @@ type podStatsOptions struct {
49
50
var podStatsCommand = &cli.Command{
51
Name: "statsp",
52
- Usage: "List pod resource usage statistics",
+ Usage: "List pod statistics. Stats represent a structured API that will fulfill the Kubelet's /stats/summary endpoint.",
53
UseShortOptionHandling: true,
54
ArgsUsage: "[ID]",
55
Flags: []cli.Flag{
0 commit comments