Import kubernetes/remotecommand

Copy/paste some more kubernetes code. This is to remove the dep on
kubernetes/kubernetes from within exec.go

See #940

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2021-01-12 13:18:30 +01:00
parent 20c064848a
commit c9969ee33d
6 changed files with 663 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
These package are copied from upstream kubernetes.
They are here to prevent a dep on the whole of kubernetes/kubernetes.