evanlucas / fish-kubectl-completions

kubectl completions for fish shell
MIT License
576 stars 42 forks source link

Add Pod completion for port-forward #7

Closed strayer closed 6 years ago

strayer commented 6 years ago

This adds Pod resource completion for the port-forward command, copied from exec.

I've never done a fish completion before and basically only copied the exec command specification, so this may not be correct, but does work for me. Sorry if I messed something up!