Documentation ¶ Index ¶ type Client func New(contextName, kubeConfig string) (*Client, error) func (c *Client) CreateSecret(secret *v1.Secret, namespace string) (*v1.Secret, error) func (c *Client) Secret(name string, namespace string) (*v1.Secret, error) func (c *Client) UpdateSecret(secret *v1.Secret, namespace string) (*v1.Secret, error) 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 New ¶ func New(contextName, kubeConfig string) (*Client, error) func (*Client) CreateSecret ¶ func (c *Client) CreateSecret(secret *v1.Secret, namespace string) (*v1.Secret, error) func (*Client) Secret ¶ func (c *Client) Secret(name string, namespace string) (*v1.Secret, error) func (*Client) UpdateSecret ¶ func (c *Client) UpdateSecret(secret *v1.Secret, namespace string) (*v1.Secret, error) Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.