k9s: add aliases, plugins, views
Adding the remaining config files of k9s that weren't covered yet. PR #4627
This commit is contained in:
parent
e27be9db7b
commit
691cbcc03a
5 changed files with 155 additions and 13 deletions
16
tests/modules/programs/k9s/example-plugin-expected.yml
Normal file
16
tests/modules/programs/k9s/example-plugin-expected.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
plugin:
|
||||
fred:
|
||||
args:
|
||||
- logs
|
||||
- -f
|
||||
- $NAME
|
||||
- -n
|
||||
- $NAMESPACE
|
||||
- --context
|
||||
- $CLUSTER
|
||||
background: false
|
||||
command: kubectl
|
||||
description: Pod logs
|
||||
scopes:
|
||||
- po
|
||||
shortCut: Ctrl-L
|
||||
Loading…
Add table
Add a link
Reference in a new issue