Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PodName worker pod's name. PodName = "cpu" // ContainerName container's name. ContainerName = "job" )
Variables ¶
View Source
var ( // ValidPodNameList list of NFD operator pods. ValidPodNameList = []string{ "nfd-controller-manager", "nfd-master", "nfd-topology", "nfd-worker", } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.