[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/kubed 932b0b2e88 24/70: ; * kubed.el (kubed-define-reso
From: |
ELPA Syncer |
Subject: |
[elpa] externals/kubed 932b0b2e88 24/70: ; * kubed.el (kubed-define-resource): Fix typos |
Date: |
Tue, 6 Aug 2024 06:58:28 -0400 (EDT) |
branch: externals/kubed
commit 932b0b2e88a0c8165c7197a6d672047b20e4de5b
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>
; * kubed.el (kubed-define-resource): Fix typos
---
kubed.el | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/kubed.el b/kubed.el
index 5e4cc54e2f..8f6307d8cf 100644
--- a/kubed.el
+++ b/kubed.el
@@ -105,16 +105,16 @@ RESOURCE is a symbol corresponding to a Kubernetes
resource type, such
as `pod' or `service'. This macro defines the following commands for
interacting with Kubernetes RESOURCEs:
-- `kubed-display-RESROURCE': prompt for a RESOURCE and display its
+- `kubed-display-RESOURCE': prompt for a RESOURCE and display its
description in YAML format. See also `kubed-yaml-setup-hook'.
-- `kubed-edit-RESROURCE': prompt for a RESOURCE and edit it.
-- `kubed-delete-RESROURCE': prompt for a RESOURCE and delete it.
-- `kubed-list-RESROURCEs': display a buffer listing all RESOURCEs in the
+- `kubed-edit-RESOURCE': prompt for a RESOURCE and edit it.
+- `kubed-delete-RESOURCE': prompt for a RESOURCE and delete it.
+- `kubed-list-RESOURCEs': display a buffer listing all RESOURCEs in the
current namespace. The RESOURCEs list buffer uses a dedicated major
mode, `kubed-RESOURCEs-mode', which is also defined by this macro.
-- `kubed-update-RESROURCEs': update and repopulate RESOURCEs list.
-- `kubed-create-RESROURCE': create a RESOURCE from a YAML or a JSON file.
-- `kubed-explain-RESROURCEs': show buffer with help about RESOURCEs.
+- `kubed-update-RESOURCEs': update and repopulate RESOURCEs list.
+- `kubed-create-RESOURCE': create a RESOURCE from a YAML or a JSON file.
+- `kubed-explain-RESOURCEs': show buffer with help about RESOURCEs.
This macro also defines a prefix keymap, `kubed-RESOURCE-prefix-map',
with bindings for the above commands.
@@ -168,7 +168,7 @@ namespaceless resource type, put `:namespaced nil' before
COMMANDS:
Other keyword arguments that go between PROPERTIES and COMMANDS are:
- `:create (ARGLIST DOCSTRING INTERACTIVE BODY...)': specialize the
- resource creation command, `kubed-create-RESROURCE'. ARGLIST,
+ resource creation command, `kubed-create-RESOURCE'. ARGLIST,
DOCSTRING, INTERACTIVE and BODY have the same meaning as in `defun'.
- `:prefix ((KEY LABEL DEFINITION) ...)': additional keybinding for the
prefix keymap `kubed-RESOURCE-prefix-map' and the
- [elpa] externals/kubed 324fc95325 10/70: ; Don't generate extra nils for non-namespaced resources, (continued)
- [elpa] externals/kubed 324fc95325 10/70: ; Don't generate extra nils for non-namespaced resources, ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 03c0121c64 18/70: Add argument SILENT to 'kubed-update-RESOURCEs' commands, ELPA Syncer, 2024/08/06
- [elpa] externals/kubed e2699427a9 20/70: New command 'kubed-cronjobs-toggle-suspension', ELPA Syncer, 2024/08/06
- [elpa] externals/kubed adbbefb6c2 21/70: ; README.md: Add figure showing help for resource fields, ELPA Syncer, 2024/08/06
- [elpa] externals/kubed e948eb9335 04/70: ; * kubed.texi (Usage): Populate with a few words., ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 38a8f984fb 15/70: ; Teach Imenu about 'kubed-define-resource', ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 2c90213b8e 16/70: ; (kubed-read-resource-field): Pass DEFAULT 'completing-read'., ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 88937ea900 17/70: Add general resource-reading functions, ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 3cc3d54e75 19/70: New commands for patching resources, ELPA Syncer, 2024/08/06
- [elpa] externals/kubed fd653d0458 22/70: ; README.md: Adjust figure., ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 932b0b2e88 24/70: ; * kubed.el (kubed-define-resource): Fix typos,
ELPA Syncer <=
- [elpa] externals/kubed 377bcbcbb9 29/70: New command 'kubed-restart-deployment', ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 0c8e314d6f 31/70: ; Fix 'restart' command name in deployments list buffer, ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 9dcc880950 40/70: ; * kubed.el (kubed-list-read-filter): Also complete operators., ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 7bc92fb116 43/70: Document resource lists and their filters, ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 96dc9b821c 46/70: ; * kubed.texi (Browsing Resources): Tweak wording., ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 999ca10c35 50/70: (cobra-read-command-line): Fix handling of cons INITIAL arg, ELPA Syncer, 2024/08/06
- [elpa] externals/kubed fe844378f0 53/70: ; Add 'kubed-list-copy-as-kill' to context menus, ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 0e2c7c7dd9 54/70: Support bookmarking Kubernetes resource buffers, ELPA Syncer, 2024/08/06
- [elpa] externals/kubed e73a4ee0a4 55/70: Always display message when done updating resources, ELPA Syncer, 2024/08/06
- [elpa] externals/kubed 7a14c155d5 68/70: (Browse Resources): Update common commands table., ELPA Syncer, 2024/08/06