Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clients ¶
type Clients interface { Master() string Kubernetes() kubernetes.Interface Istio() istioclient.Interface Config() *rest.Config }
func NewKubernetesClient ¶
func NewKubernetesClient(options *K8sOptions) (Clients, error)
type K8sOptions ¶
type K8sOptions struct { KubeConfig string `json:"kubeconfig" yaml:"kubeconfig"` QPS float32 `json:"qps,omitemtpy" yaml:"qps"` }
func NewK8sOptions ¶
func NewK8sOptions() *K8sOptions
Click to show internal directories.
Click to hide internal directories.