Versions in this module Expand all Collapse all v0 v0.0.1 Apr 21, 2020 Changes in this version + type Client struct + func NewClient(client *kubeproxy.Client, token, endpointURL string) (*Client, error) + func (c *Client) GetContainer(name string) error + func (c *Client) GetFile(container string, fileName string) ([]byte, error) + func (c *Client) PutContainer(name string) error + func (c *Client) PutContainerWithHeaders(name string, headers http.Header) error + func (c *Client) PutFile(container string, fileName string, content []byte) error + func (c *Client) PutReadAllContainer(name string) error