]> git.eshelyaron.com Git - kubed.git/commit
Teach creation commands about buffer-local contexts
authorEshel Yaron <me@eshelyaron.com>
Wed, 14 Aug 2024 15:50:35 +0000 (17:50 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 14 Aug 2024 15:50:35 +0000 (17:50 +0200)
commitbc32d4f98110738622f8e8dd5cb81caa818ce91b
tree6c39c01737b18a7a7d576b19d874bba1fd9f2f69
parent716e951e7195b4cf92b6d4d723b3d299ef230122
Teach creation commands about buffer-local contexts

* kubed.el (kubed-list-create): Remove obsolete comment.
(kubed-define-resource): Refine interactive spec for
generated 'kubed-create-RESOURCE' commands.
(kubed-create-namespace, kubed-create-job)
(kubed-create-job-from-cronjob, kubed-create-deployment)
(kubed-create-cronjob, kubed-create-ingress, kubed-create):
Honor buffer-local context and namespace.
* kubed-transient.el (kubed-transient-create): Bind more
commands, add "--context=" infix arg, update layout.
(kubed-transient-create-cronjob)
(kubed-transient-create-ingress)
(kubed-transient-create-deployment)
(kubed-transient-create-job): Add "--context=" infix arg.
kubed-transient.el
kubed.el