Versions in this module Expand all Collapse all v0 v0.4.2 Dec 5, 2019 v0.4.1 Sep 16, 2019 v0.4.0 Aug 5, 2019 Changes in this version + type Client struct + func New(config *rest.Config) (Client, error) + func (c Client) Get(namespace, name, container string) (string, error) + type Interface interface + Get func(string, string, string) (string, error)