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
Copy file name to clipboardExpand all lines: keps/sig-node/4381-dra-structured-parameters/README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -532,8 +532,7 @@ because the allocation result is tracked in those claims, not the
532
532
533
533
#### Devices as a named list
534
534
535
-
Embedded inside each `ResourceSlice` is a list of one or more devices, each with sets of attributes
536
-
and quantities.
535
+
Embedded inside each `ResourceSlice` is a list of one or more devices, each of which contains separate sets of attributes and capacities (represented as quantities).
537
536
538
537
```yaml
539
538
kind: ResourceSlice
@@ -1950,15 +1949,15 @@ type PodResourceClaimStatus struct {
1950
1949
##### ResourceQuota
1951
1950
1952
1951
The core ResourceQuota mechanism checks at admission time whether creating a
1953
-
resource in the apiserver would exceed per-namespace limits. This mechanism
1954
-
gets extended to support limiting the number of ResourceClaims based on what
1952
+
resource in the apiserver would exceed per-namespace limits. We extend this
1953
+
mechanim to support limiting the number of ResourceClaims based on what
1955
1954
gets requested.
1956
1955
1957
-
A resource entry in ResourceQuota with the special
1956
+
A resource entry in ResourceQuota with the name
1958
1957
`<device-class-name>.deviceclass.resource.k8s.io/devices` limits the number of
1959
1958
ResourceClaim objects in a namespace such that the number of devices requested
1960
-
through those objects with that class does not exceed the limit. When admins
1961
-
define classes so that they select specific device types, this quota mechanism
1959
+
through objects with that device class does not exceed the specified limit. When admins
1960
+
define device classes so that they select specific device types, this quota mechanism
1962
1961
can be used to limit access to those device types.
1963
1962
1964
1963
A single request may cause the allocation of multiple devices. For exact
0 commit comments