mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Merge pull request #50796 from thaJeztah/sync_api_docs
api: docs: update v1.52 swagger with latest changes
This commit is contained in:
@@ -294,6 +294,11 @@ definitions:
|
||||
description: "A request for devices to be sent to device drivers"
|
||||
properties:
|
||||
Driver:
|
||||
description: |
|
||||
The name of the device driver to use for this request.
|
||||
|
||||
Note that if this is specified the capabilities are ignored when
|
||||
selecting a device driver.
|
||||
type: "string"
|
||||
example: "nvidia"
|
||||
Count:
|
||||
@@ -310,6 +315,12 @@ definitions:
|
||||
Capabilities:
|
||||
description: |
|
||||
A list of capabilities; an OR list of AND lists of capabilities.
|
||||
|
||||
Note that if a driver is specified the capabilities have no effect on
|
||||
selecting a driver as the driver name is used directly.
|
||||
|
||||
Note that if no driver is specified the capabilities are used to
|
||||
select a driver with the required capabilities.
|
||||
type: "array"
|
||||
items:
|
||||
type: "array"
|
||||
|
||||
Reference in New Issue
Block a user