kubectl-latest icon indicating copy to clipboard operation
kubectl-latest copied to clipboard

Other subcommands (exec, label, delete, patch, cp)

Open r2d4 opened this issue 6 years ago • 0 comments

Other commands should be able to be implemented. The trickier part here is that each command has slightly different syntax and some work on all resources (label, delete, patch), while others only work on pod/container (exec, cp).

r2d4 avatar Feb 25 '19 01:02 r2d4