Documentation ¶
Overview ¶
Copyright Jetstack Ltd. See LICENSE for details.
Copyright Jetstack Ltd. See LICENSE for details.
Index ¶
- type Clust
- type Cluster
- type Context
- type Conx
- type KubeY
- type Kubeconfig
- func (u *Kubeconfig) BuildYaml() (yml string, err error)
- func (u *Kubeconfig) Cert() (c *cert.Cert)
- func (u *Kubeconfig) Cert64() (byt string)
- func (u *Kubeconfig) CertCA64() (byt string)
- func (u *Kubeconfig) CertKey64() (byt string)
- func (u *Kubeconfig) ConfigPath() string
- func (u *Kubeconfig) EncodeCerts() error
- func (u *Kubeconfig) RunKube() error
- func (u *Kubeconfig) SetCert(cert *cert.Cert)
- func (u *Kubeconfig) SetCert64(byt string)
- func (u *Kubeconfig) SetCertCA64(byt string)
- func (u *Kubeconfig) SetCertKey64(byt string)
- func (u *Kubeconfig) SetKubeConfigPath(path string)
- func (u *Kubeconfig) StoreYaml(yml string) error
- func (u *Kubeconfig) WritePermissions() error
- type User
- type Usr
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kubeconfig ¶
func (*Kubeconfig) BuildYaml ¶
func (u *Kubeconfig) BuildYaml() (yml string, err error)
func (*Kubeconfig) Cert ¶
func (u *Kubeconfig) Cert() (c *cert.Cert)
func (*Kubeconfig) Cert64 ¶
func (u *Kubeconfig) Cert64() (byt string)
func (*Kubeconfig) CertCA64 ¶
func (u *Kubeconfig) CertCA64() (byt string)
func (*Kubeconfig) CertKey64 ¶
func (u *Kubeconfig) CertKey64() (byt string)
func (*Kubeconfig) ConfigPath ¶
func (u *Kubeconfig) ConfigPath() string
func (*Kubeconfig) EncodeCerts ¶
func (u *Kubeconfig) EncodeCerts() error
func (*Kubeconfig) RunKube ¶
func (u *Kubeconfig) RunKube() error
func (*Kubeconfig) SetCert ¶
func (u *Kubeconfig) SetCert(cert *cert.Cert)
func (*Kubeconfig) SetCert64 ¶
func (u *Kubeconfig) SetCert64(byt string)
func (*Kubeconfig) SetCertCA64 ¶
func (u *Kubeconfig) SetCertCA64(byt string)
func (*Kubeconfig) SetCertKey64 ¶
func (u *Kubeconfig) SetCertKey64(byt string)
func (*Kubeconfig) SetKubeConfigPath ¶
func (u *Kubeconfig) SetKubeConfigPath(path string)
func (*Kubeconfig) StoreYaml ¶
func (u *Kubeconfig) StoreYaml(yml string) error
func (*Kubeconfig) WritePermissions ¶
func (u *Kubeconfig) WritePermissions() error
Click to show internal directories.
Click to hide internal directories.