mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-13 02:28:29 +00:00
The example plugin's comments mentioned the namespace support limitation, awaiting kubectl to implement environment variable propagation. Now that 1.8 is out, the requirement is satisfied. This commit adds use of the conveyed namespace information to the plugin example. Fixes #55255
6 lines
137 B
YAML
6 lines
137 B
YAML
name: "aging"
|
|
shortDesc: "Aging shows pods by age"
|
|
longDesc: >
|
|
Aging shows pods from the current namespace by age.
|
|
command: ./aging.rb
|