kubectl-latest
kubectl-latest copied to clipboard
Namespace support
Namespaces aren't currently supported. We'll have to extract the namespace flag and make sure that it is piped through to the command to get the latest resource, as well as the end command.
The cobra command library has a way of only parsing known flags and ignoring unknown ones. I think that should help with the implementation.