3a70b0b803
This plugin prints out nice information about the pods in the current namespace. It also supports setting a selector and formatting for the output. Implements: blueprint kubectl-plugin Change-Id: Id2afa262aa602765e1abf7fdd6ecda593b642ce0 Signed-off-by: Antoni Segura Puimedon <antonisp@celebdor.com>
16 lines
390 B
YAML
16 lines
390 B
YAML
name: kuryr
|
|
shortDesc: "OpenStack kuryr tools"
|
|
tree:
|
|
- name: get
|
|
shortDesc: "Retrieves Kuryr managed resources"
|
|
command: "./kuryr get"
|
|
flags:
|
|
- name: selector
|
|
shorthand: l
|
|
desc: "Selects which pods to find kuryr vif info for"
|
|
defValue: ""
|
|
- name: output
|
|
shorthand: o
|
|
desc: How to format the output
|
|
defValue: tabular
|