• Kubernetes Submit Queue's avatar
    Merge pull request #41543 from dshulyak/decouple_remotecommand · 4653a9b2
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 44406, 41543, 44071, 44374, 44299)
    
    Decouple remotecommand
    
    Refactored unversioned/remotecommand to decouple it from undesirable dependencies:
    
    - term package now is not required, and functionality required to resize terminal size can be plugged in directly in kubectl
    - in order to remove dependency on kubelet package - constants from kubelet/server/remotecommand were moved to separate util package (pkg/util/remotecommand)
    - remotecommand_test.go moved to pkg/client/tests module
    4653a9b2
Name
Last commit
Last update
..
chaosclient Loading commit data...
clientset_generated Loading commit data...
conditions Loading commit data...
informers/informers_generated Loading commit data...
leaderelection Loading commit data...
listers Loading commit data...
metrics Loading commit data...
retry Loading commit data...
testdata Loading commit data...
tests Loading commit data...
unversioned Loading commit data...
OWNERS Loading commit data...