kuryr-kubernetes/contrib/kubectl_plugins/kuryr/plugin.yaml
Antoni Segura Puimedon 3a70b0b803
kubectl plugin kuryrvif
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>
2018-02-07 15:11:20 +01:00

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