runtime

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2022 License: Apache-2.0 Imports: 15 Imported by: 0

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

func NewKubeProxy(ctx context.Context, opt *kubeproxy.KubeProxyOptions, logPath string) *KubeProxy

func (*KubeProxy) Run

func (s *KubeProxy) Run() error

start run in routine and no wait

func (*KubeProxy) WaitForAPIServer

func (s *KubeProxy) WaitForAPIServer(ctx context.Context, kubeAdminPath string) error

type Kubelet

type Kubelet struct {
	LogPath string
	Options *kubelet.KubeletOptions
	// contains filtered or unexported fields
}

func NewKubelet

func NewKubelet(ctx context.Context, opt *kubelet.KubeletOptions, logPath string) *Kubelet

func (*Kubelet) Run

func (s *Kubelet) Run() error

start run in routine and no wait

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL