Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Connect ConnectorFunc // contains filtered or unexported fields }
func (*Client) Disconnect ¶ added in v0.2.0
func (c *Client) Disconnect()
type ConnectorFunc ¶
type ConnectorFunc func() (kubernetes.Interface, error)
Click to show internal directories.
Click to hide internal directories.