Documentation ¶ Index ¶ type Client func NewClient(opts *option.Options) *Client func (c *Client) GetNamespace() string func (c *Client) ListPods() (names []string) func (c *Client) SetNamespace(ns string) *Client func (c *Client) TailPodLog(podName string, w io.Writer, stopCh <-chan struct{}) 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(opts *option.Options) *Client func (*Client) GetNamespace ¶ func (c *Client) GetNamespace() string func (*Client) ListPods ¶ func (c *Client) ListPods() (names []string) func (*Client) SetNamespace ¶ func (c *Client) SetNamespace(ns string) *Client func (*Client) TailPodLog ¶ func (c *Client) TailPodLog(podName string, w io.Writer, stopCh <-chan struct{}) Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.