Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cli ¶
type Cli struct {
Options *options.DaemonOptions
}
Cli ...
func (*Cli) Kubernetes ¶
func (c *Cli) Kubernetes() (cluster.KubernetesInterface, error)
Kubernetes ...
type CliInterface ¶
type CliInterface interface {
Kubernetes() (cluster.KubernetesInterface, error)
Shadow() connect.ShadowInterface
Exec() exec.CliInterface
}
CliInterface ...
Click to show internal directories.
Click to hide internal directories.