var ErrEmptyConfig … var _ … type clientConfig … func (c *clientConfig) RawConfig() (clientcmdapi.Config, error) { … } func (c *clientConfig) ClientConfig() (*restclient.Config, error) { … } func (c *clientConfig) Namespace() (string, bool, error) { … } func (c *clientConfig) ConfigAccess() clientcmd.ConfigAccess { … }