Skip to content

Commit 84d2e99

Browse files
committed
DRA: follow-up pool cleanup
1 parent 7accd05 commit 84d2e99

File tree

1 file changed

+2
-4
lines changed
  • keps/sig-node/4381-dra-structured-parameters

1 file changed

+2
-4
lines changed

keps/sig-node/4381-dra-structured-parameters/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -974,9 +974,7 @@ needed and there is a single owner.
974974
// in each slice) to determine whether its view of a pool is complete.
975975
//
976976
// For devices that are not local to a node, the node name is not set. Instead,
977-
// a pool name is chosen by the driver as necessary. It can be left blank if the
978-
// device names are unique in the entire cluster. The unique identifier then
979-
// has the same format as before with `<driver name>[/<pool name>]/<device name>`.
977+
// the driver may use a node selector to specify where the devices are available.
980978
type ResourceSlice struct {
981979
metav1.TypeMeta
982980
// Standard object metadata
@@ -985,7 +983,7 @@ type ResourceSlice struct {
985983

986984
Spec ResourceSliceSpec
987985

988-
// A status might get added later.
986+
Status ResourceSliceStatus
989987
}
990988

991989
type ResourceSliceSpec struct {

0 commit comments

Comments
 (0)