You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@ The following examples were produced from a brand-new Kubernetes cluster created
65
65
66
66
Apart from the flags defined by the [`genericclioptions`](https://pkg.go.dev/k8s.io/cli-runtime/pkg/genericclioptions) package and some [logging flags](https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components), the following options are available with the plugin:
67
67
-`--all-namespaces`, `-A`: List `VerticalPodAutoscaler` resources in all namespaces
68
+
-`--critical-threshold`: Critical threshold of percentage difference for colored output. Default to `50`
68
69
-`--namespace`, `-n`: If present, the namespace scope for the request
69
70
-`--no-colors`: Do not use colors to highlight increase/decrease percentage values
70
71
-`--no-headers`: Do not print table headers
@@ -76,6 +77,7 @@ Apart from the flags defined by the [`genericclioptions`](https://pkg.go.dev/k8s
76
77
-`--show-namespace`: Show resource namespace as the first column
77
78
-`--sort-columns`: Comma-separated list of column names for sorting the table. Any of: `cpu-diff` | `cpu-rec` | `cpu-req` | `mem-diff` | `mem-rec` | `mem-req` | `name` | `namespace` | `target`. Default to `namespace,name`
78
79
-`--sort-order`: The sort order of the table columns. Either `asc` or `desc`. Default to `asc`
80
+
-`--warning-threshold`: Warning threshold of percentage difference for colored output. Default to `20`
79
81
80
82
To view the full list of available options, use the following command:
0 commit comments