Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Containerd is the CRI socket containerd listens on. Containerd = "/var/run/containerd/containerd.sock" // ResourceManagerRelay is the CRI socket the resource manager listens on. ResourceManagerRelay = "/var/run/cri-resmgr/cri-resmgr.sock" // ResourceManagerAgent is the socket the resource manager node agent listens on. ResourceManagerAgent = "/var/run/cri-resmgr/cri-resmgr-agent.sock" // ResourceManagerConfig for resource manager configuration notifications. ResourceManagerConfig = "/var/run/cri-resmgr/cri-resmgr-config.sock" // DirPermissions is the permissions to create the directory for sockets with. DirPermissions = 0711 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.