Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KindCluster ¶
type KindCluster struct {
// contains filtered or unexported fields
}
func NewKindCluster ¶
func NewKindCluster(name string) *KindCluster
func (*KindCluster) Create ¶
func (k *KindCluster) Create() error
func (*KindCluster) Destroy ¶
func (k *KindCluster) Destroy() error
func (*KindCluster) GetKubeConfig ¶
func (k *KindCluster) GetKubeConfig() (io.Reader, error)
func (*KindCluster) GetKubeCtlContext ¶
func (k *KindCluster) GetKubeCtlContext() string
func (*KindCluster) MakeKubeConfigFile ¶
func (k *KindCluster) MakeKubeConfigFile(path string) error
Click to show internal directories.
Click to hide internal directories.