Documentation
¶
Index ¶
Constants ¶
View Source
const LoftChartRepo = "https://charts.loft.sh"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KubeConfig ¶
type KubeConfig struct { ClientConfig clientcmd.ClientConfig sync.Mutex }
KubeConfig is a RESTClientGetter interface implementation
func (*KubeConfig) ToDiscoveryClient ¶
func (k *KubeConfig) ToDiscoveryClient() (discovery.CachedDiscoveryInterface, error)
ToDiscoveryClient implemented interface method
func (*KubeConfig) ToRESTConfig ¶
func (k *KubeConfig) ToRESTConfig() (*rest.Config, error)
ToRESTConfig implemented interface method
func (*KubeConfig) ToRESTMapper ¶
func (k *KubeConfig) ToRESTMapper() (meta.RESTMapper, error)
ToRESTMapper implemented interface method
func (*KubeConfig) ToRawKubeConfigLoader ¶
func (k *KubeConfig) ToRawKubeConfigLoader() clientcmd.ClientConfig
ToRawKubeConfigLoader implemented interface method
Click to show internal directories.
Click to hide internal directories.