Documentation ¶ Index ¶ type Client func NewClient() (*Client, error) func (c *Client) Exec(pod *corev1.Pod, containerName string, command []string, stdin io.Reader, ...) 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() (*Client, error) func (*Client) Exec ¶ func (c *Client) Exec(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.