Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultDriver = "nvidia" DefaultQueryPort = 5678 DefaultSamplePeriod = 1 DefaultVirtualManagerPath = "/etc/gpu-manager/vm" DefaultAllocationCheckPeriod = 30 DefaultCheckpointPath = "/etc/gpu-manager/checkpoint" DefaultContainerRuntimeEndpoint = "/var/run/dockershim.sock" DefaultCgroupDriver = "cgroupfs" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Driver string ExtraPath string VolumeConfigPath string QueryPort int QueryAddr string KubeConfigFile string SamplePeriod int NodeLabels string HostnameOverride string VirtualManagerPath string DevicePluginPath string AllocationCheckPeriod int CheckpointPath string ContainerRuntimeEndpoint string CgroupDriver string RequestTimeout time.Duration }
Options contains plugin information
Click to show internal directories.
Click to hide internal directories.