We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c00f4 commit cbaa23eCopy full SHA for cbaa23e
README.md
@@ -1,10 +1,20 @@
1
# vim-kubernetes
2
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.
+This package provides kubernetes YAML snippets, as well as a growing number of
+integrations with kubectl.
+
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
17
18
# TODO
19
- More kubectl integration
- - Apply directory
20
- Autocompletion based on cluster resources and legal k8s types
0 commit comments