mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-07 05:38:17 +00:00
9 lines
294 B
YAML
9 lines
294 B
YAML
name: "aging"
|
|
shortDesc: "Aging shows pods by age"
|
|
longDesc: >
|
|
Aging shows pods from the current namespace by age.
|
|
Once we have plugin support for global flags through
|
|
env vars (planned for V1) we'll be able to switch
|
|
between namespaces using the --namespace flag.
|
|
command: ./aging.rb
|