Skip to content

Commit cbaa23e

Browse files
committed
Update README
1 parent f6c00f4 commit cbaa23e

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
# vim-kubernetes
22

3-
This package provides a few snippets for kubernetes YAML files, as well as a
4-
quick integration to essentially run `:!kubectl apply -f %`, via the
5-
`KubeApply` command.
3+
This package provides kubernetes YAML snippets, as well as a growing number of
4+
integrations with kubectl.
5+
6+
## Current integrations:
7+
8+
### Functions/Commands
9+
For the current buffer (including modifications not on disk)
10+
- KubeApply
11+
- KubeDelete
12+
- KubeCreate
13+
14+
And for the current directory (read from disk)
15+
- KubeApplyDir
16+
- KubeDeleteDir
617

718
# TODO
819
- More kubectl integration
9-
- Apply directory
1020
- Autocompletion based on cluster resources and legal k8s types

0 commit comments

Comments
 (0)