File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ candidates for:
2222- The namespace (if the resource kind is namespaced), and finally;
2323- The name of the resource itself.
2424
25+ !!! tip ""
26+
27+ `kele-get` supports [custom resources] too!
28+
2529??? example "Demo"
2630
2731 
@@ -100,3 +104,4 @@ M-x kele-namespace-switch-for-current-context
100104```
101105
102106[ Embark ] : https://github.com/oantolin/embark
107+ [ custom resources ] : https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/
Original file line number Diff line number Diff line change @@ -11,10 +11,16 @@ versioning][semver].
1111
1212## Upcoming
1313
14- This release introduces ` kele-get ` -- ` kubectl get ` , the Emacs way :rocket : . See
15- [ How-Tos > Usage > Working with
14+ This release introduces ` kele-get ` -- ` kubectl get ` , the Emacs way
15+ :rocket : . With ` kele-get ` you can interactively specify the kind and name of the
16+ resource that you'd like to ` get ` and display its manifest in a separate
17+ buffer. What's more, it supports custom resources right out the gate -- a
18+ [ long-standing functionality gap in ` kubernetes-el ` ] [ k8s-el-69 ] .
19+
20+ See [ How-Tos > Usage > Working with
1621Resources] ( ../how-tos/usage.md#working-with-resources ) for details and a demo
17- GIF.
22+ GIF. It's very much an MVP so there are some rough edges. Please open an [ issue]
23+ for any peculiar behavior that you notice.
1824
1925### Added
2026
@@ -84,3 +90,5 @@ future enhancements.
8490
8591[ 1 ] : https://github.com/ahmetb/kubectx
8692[ progress report ] : https://www.gnu.org/software/emacs/manual/html_node/elisp/Progress.html
93+ [ k8s-el-69 ] : https://github.com/kubernetes-el/kubernetes-el/issues/69
94+ [ issue ] : https://github.com/kubernetes-el/kubernetes-el/issues
You can’t perform that action at this time.
0 commit comments