Documentation ¶ Index ¶ type Client func NewClient(config *restclient.Config) (*Client, error) func (c *Client) Exec(ctx context.Context, pod *corev1.Pod, containerName string, command []string, ...) error func (c *Client) REST() restclient.Interface Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { // contains filtered or unexported fields } func NewClient ¶ func NewClient(config *restclient.Config) (*Client, error) func (*Client) Exec ¶ func (c *Client) Exec(ctx context.Context, pod *corev1.Pod, containerName string, command []string, stdin io.Reader, stdout, stderr io.Writer, tty bool) error func (*Client) REST ¶ func (c *Client) REST() restclient.Interface Source Files ¶ View all Source files clientcmd.go Click to show internal directories. Click to hide internal directories.