mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-06 17:30:35 +00:00
Automatic merge from submit-queue kubectl/port-forward: complete/validate/run structure ```kubectl port-forward``` command is converted to a complete/validate/run kubectl command structure specified here: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/kubectl-conventions.md#command-conventions In this PR is also exposed the ready and stop channel for API consumer. Fixes #16504