Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeProxy ¶
type KubeProxy struct { LogPath string Options *kubeproxy.KubeProxyOptions // contains filtered or unexported fields }
func NewKubeProxy ¶
type Kubelet ¶
type Kubelet struct { LogPath string Options *kubelet.KubeletOptions // contains filtered or unexported fields }
func NewKubelet ¶
type KubernatesClient ¶
type KubernatesClient struct { KubeletOptions *kubelet.KubeletOptions KubeProxyOptions *kubeproxy.KubeProxyOptions // contains filtered or unexported fields }
func NewKubernatesClient ¶
func NewKubernatesClient(ctx context.Context, kubeletOptions *kubelet.KubeletOptions, kubeProxyOptions *kubeproxy.KubeProxyOptions, logPath string) *KubernatesClient
func (*KubernatesClient) Run ¶
func (s *KubernatesClient) Run() error
start run in routine and no wait
Click to show internal directories.
Click to hide internal directories.