Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Driver string ExtraConfigPath string QueryPort int QueryAddr string KubeConfig string SamplePeriod time.Duration Hostname string NodeLabels map[string]string VirtualManagerPath string DevicePluginPath string VolumeConfigPath string AllocationCheckPeriod time.Duration CheckpointPath string ContainerRuntimeEndpoint string CgroupDriver string RequestTimeout time.Duration VCudaRequestsQueue chan *types.VCudaRequest }
Config contains the necessary options for the plugin.
type ExtraConfig ¶
type ExtraConfig struct {
Devices []string `json:"devices,omitempty"`
}
ExtraConfig contains extra options other than Config
Click to show internal directories.
Click to hide internal directories.