Versions in this module Expand all Collapse all v0 v0.1.0 Jun 22, 2020 Changes in this version + type KubeConfig struct + Bytes []byte + Path string + func FromBytes(bytes []byte, path string, forceWrite bool) (*KubeConfig, error) + func FromPath(path string) (*KubeConfig, error) + func (k *KubeConfig) GetConfig() (*rest.Config, error)