Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment struct {
// contains filtered or unexported fields
}
func Create ¶
func Create(kubeconfigPath, clusterName string) (*Environment, error)
func (*Environment) ClusterName ¶
func (e *Environment) ClusterName() string
func (*Environment) KubeClient ¶
func (e *Environment) KubeClient() kubernetes.Interface
func (*Environment) KubeConfigPath ¶
func (e *Environment) KubeConfigPath() string
Click to show internal directories.
Click to hide internal directories.