Versions in this module Expand all Collapse all v0 v0.13.1 Nov 21, 2018 v0.13.0 Sep 20, 2018 Changes in this version + func InitClient(a app.App, env string) (dynamic.ClientPool, discovery.DiscoveryInterface, string, error) + type Config struct + Config clientcmd.ClientConfig + LoadingRules *clientcmd.ClientConfigLoadingRules + Overrides *clientcmd.ConfigOverrides + func NewClientConfig(overrides clientcmd.ConfigOverrides, ...) *Config + func NewDefaultClientConfig() *Config + func (c *Config) BindClientGoFlags(cmd *cobra.Command) + func (c *Config) GetAPISpec() string + func (c *Config) Namespace() (string, error) + func (c *Config) ResolveContext(context string) (server, namespace string, err error) + func (c *Config) RestClient(a app.App, envName *string) (dynamic.ClientPool, discovery.DiscoveryInterface, string, error)