You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This field should only be applied to the Container's OCI spec
@@ -138,7 +136,7 @@ The key words "must", "must not", "required", "shall", "shall not", "should", "s
138
136
139
137
*`kind` (string, REQUIRED) field specifies a label which uniquely identifies the device vendor.
140
138
It can be used to disambiguate the vendor that matches a device, e.g: `docker/podman run --device vendor.com/device=foo ...`.
141
-
* The `kind`and `kindShort` labels have two segments: a prefix and a name, separated by a slash (/).
139
+
* The `kind`label has two segments: a prefix and a name, separated by a slash (/).
142
140
* The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (\_), dots (.), and alphanumerics between.
143
141
* The prefix must be a DNS subdomain: a series of DNS labels separated by dots (.), not longer than 253 characters in total, followed by a slash (/).
144
142
* Examples (not an exhaustive list):
@@ -160,7 +158,6 @@ Note: For a CDI file to be valid, at least one entry must be specified in this a
160
158
*`name` (string, REQUIRED), name of the device, can be used to refer to it when requesting a device.
161
159
* Beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (\_), dots (.), and alphanumerics between.
162
160
* e.g: `docker/podman run --device foo ...`
163
-
*`nameShort` (array of strings, OPTIONAL), alternative names for the device. Can be used to reduce the CLI verbosity
164
161
* Entries in the array MUST use the same schema as the entry for the `name` field
165
162
*`containerEdits` (object, OPTIONAL) this field is described in the next section.
166
163
* This field should only be merged in the OCI spec if the device has been requested by the container runtime user.
0 commit comments