Skip to content

Commit f021f0d

Browse files
committed
Addressed comments
1 parent d58cf8c commit f021f0d

File tree

1 file changed

+4
-4
lines changed
  • keps/sig-scheduling/5234-dra-resourceslice-mixins

1 file changed

+4
-4
lines changed

keps/sig-scheduling/5234-dra-resourceslice-mixins/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ type DeviceMixin struct {
362362
// must be listed without the driver name as domain prefix in
363363
// their name. All others must be listed with their domain prefix.
364364
//
365-
// The maximum number of attributes and capacities across all devices
365+
// The maximum number of attributes and capacities across all devices
366366
// and device mixins in a ResourceSlice is 4096. When flattened, the
367367
// total number of attributes and capacities for each device can not
368368
// exceed 32.
@@ -377,7 +377,7 @@ type DeviceMixin struct {
377377
// must be listed without the driver name as domain prefix in
378378
// their name. All others must be listed with their domain prefix.
379379
//
380-
// The maximum number of attributes and capacities across all devices
380+
// The maximum number of attributes and capacities across all devices
381381
// and device mixins in a ResourceSlice is 4096. When flattened, the
382382
// total number of attributes and capacities for each device can not
383383
// exceed 32.
@@ -417,7 +417,7 @@ type CounterSetMixin struct {
417417
// Counters defines the set of counters for this mixin.
418418
// The name of each counter must be unique in that set and must be a DNS label.
419419
//
420-
// The maximum number of counters across all counter sets and counter set
420+
// The maximum number of counters across all counter sets and counter set
421421
// mixins in a ResourceSlice is 256.
422422
//
423423
// +required
@@ -662,7 +662,7 @@ No
662662

663663
###### Can the feature be disabled once it has been enabled (i.e. can we roll back the enablement)?
664664

665-
Yes. Applications that we already running will continue to run and the allocated
665+
Yes. Applications that were already running will continue to run and the allocated
666666
devices will remain so.
667667

668668
###### What happens if we reenable the feature if it was previously rolled back?

0 commit comments

Comments
 (0)