File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -2647,10 +2647,7 @@ CONTEXT and NAMESPACE are used to identify where the deployment lives."
26472647; ; - Might not support multi-container pods
26482648
26492649(defun kele-pods ()
2650- " Work with Pod resources.
2651-
2652- This is a convenience wrapper around `kele-resource' that
2653- pre-selects the 'pods' resource kind."
2650+ " Work with Pod resources."
26542651 (interactive )
26552652 (kele-resource
26562653 (kele--get-groupversions-for-type
@@ -2660,10 +2657,7 @@ pre-selects the 'pods' resource kind."
26602657 " pods" ))
26612658
26622659(defun kele-deployments ()
2663- " Work with Deployment resources.
2664-
2665- This is a convenience wrapper around `kele-resource' that
2666- pre-selects the 'deployments' resource kind."
2660+ " Work with Deployment resources."
26672661 (interactive )
26682662 (kele-resource
26692663 (kele--get-groupversions-for-type
@@ -2673,10 +2667,7 @@ pre-selects the 'deployments' resource kind."
26732667 " deployments" ))
26742668
26752669(defun kele-services ()
2676- " Work with Service resources.
2677-
2678- This is a convenience wrapper around `kele-resource' that
2679- pre-selects the 'services' resource kind."
2670+ " Work with Service resources."
26802671 (interactive )
26812672 (kele-resource
26822673 (kele--get-groupversions-for-type
You can’t perform that action at this time.
0 commit comments