We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b0cd57 commit 20810e1Copy full SHA for 20810e1
pkg/apis/deviceplugin/v1/gpudeviceplugin_types.go
@@ -51,7 +51,7 @@ type GpuDevicePluginSpec struct {
51
// +kubebuilder:validation:Enum=balanced;packed;none
52
PreferredAllocationPolicy string `json:"preferredAllocationPolicy,omitempty"`
53
54
- // ByPathMode changes how plugin handles the DRM by-path mounting for GPU devices.
+ // ByPathMode changes how plugin handles the DRM by-path/-dir mounting for GPU devices.
55
// See GPU plugin documentation for detailed description of the modes.
56
// If left empty, it defaults to 'single'.
57
// +kubebuilder:validation:Enum=none;single;all
0 commit comments