We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70b7ea commit e22fe5eCopy full SHA for e22fe5e
1 file changed
nomad/structs/structs.go
@@ -3730,6 +3730,9 @@ func (n *NodeDeviceResource) Equal(o *NodeDeviceResource) bool {
3730
return true
3731
}
3732
3733
+// Shared mirrors the plugin.Shared string enum found
3734
+// on Devices.DetectedDevice that some devices use to
3735
+// report the status and presence of sharing subsystems
3736
type Shared string
3737
3738
func (s Shared) String() string {
0 commit comments