You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#237 implemented port-forwarding but the user still needs to know which ports are exposed. This requires the user to already know this for some reason or a preceding kele-get, which is cumbersome.
Let's extend kele-port-forward to provide completion on the exposed ports on the selected resource.
The text was updated successfully, but these errors were encountered:
Contributes to #240.
This PR implements the function `kele--get-ports-for-resource`, which is able to
retrieve the ports (for port-forwarding to) based on the passed-in kind.
#237 implemented port-forwarding but the user still needs to know which ports are exposed. This requires the user to already know this for some reason or a preceding
kele-get
, which is cumbersome.Let's extend
kele-port-forward
to provide completion on the exposed ports on the selected resource.The text was updated successfully, but these errors were encountered: