Documentation ¶ Index ¶ type Client func NewClient(binPath, workDir string, serverSide, skipNotFound, clientVersion bool, ...) *Client func (c *Client) ListNamespaceResources(resName, ns string) ([]Resource, error) func (c *Client) ToolVersion() (string, error) type Resource 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( binPath, workDir string, serverSide, skipNotFound, clientVersion bool, executor execx.Executor, ) *Client func (*Client) ListNamespaceResources ¶ func (c *Client) ListNamespaceResources(resName, ns string) ([]Resource, error) func (*Client) ToolVersion ¶ func (c *Client) ToolVersion() (string, error) type Resource ¶ type Resource struct { Name string Kind string } Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.