Affected by GO-2022-0792
and 2 other vulnerabilities
GO-2022-0792 : Privilege Escalation in Kubernetes in github.com/kubernetes/kubernetes
GO-2022-0857 : Information Exposure in Kubernetes in github.com/kubernetes/kubernetes
GO-2022-0893 : Access Restriction Bypass in kubernetes in github.com/kubernetes/kubernetes
Discover Packages
github.com/kubernetes/kubernetes
pkg
client
remotecommand
package
Version:
v0.20.0
Opens a new window with list of versions in this module.
Published: Jun 26, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package remotecommand adds support for executing commands in containers,
with support for separate stdin, stdout, and stderr streams, as well as
TTY.
Executor executes a command on a pod container
New creates a new RemoteCommandExecutor
Execute sends a remote command execution request, upgrading the
connection and creating streams to represent stdin/stdout/stderr. Data is
copied between these streams and the supplied stdin/stdout/stderr parameters.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.