Documentation
¶
Index ¶
Constants ¶
View Source
const ( //DockerEndpoint gives the default endpoint for docker engine DockerEndpoint = "unix:///var/run/docker.sock" //RemoteRuntimeEndpoint gives the default endpoint for CRI runtime RemoteRuntimeEndpoint = "unix:///var/run/dockershim.sock" //RemoteContainerRuntime give Remote container runtime name RemoteContainerRuntime = "remote" //MinimumEdgedMemoryCapacity gives the minimum default memory (2G) of edge MinimumEdgedMemoryCapacity = 2147483647 //PodSandboxImage gives the default pause container image PodSandboxImage = "k8s.gcr.io/pause" // ImagePullProgressDeadlineDefault gives the default image pull progress deadline ImagePullProgressDeadlineDefault = 60 // KubeletPort is the default port for the kubelet server on each host machine. // May be overridden by a flag at startup in the future. KubeletPort = 10350 )
Variables ¶
This section is empty.
Functions ¶
func InitConfigure ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.