File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
keps/sig-node/4381-dra-structured-parameters Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -974,9 +974,7 @@ needed and there is a single owner.
974
974
// in each slice) to determine whether its view of a pool is complete.
975
975
//
976
976
// 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.
980
978
type ResourceSlice struct {
981
979
metav1.TypeMeta
982
980
// Standard object metadata
@@ -985,7 +983,7 @@ type ResourceSlice struct {
985
983
986
984
Spec ResourceSliceSpec
987
985
988
- // A status might get added later.
986
+ Status ResourceSliceStatus
989
987
}
990
988
991
989
type ResourceSliceSpec struct {
You can’t perform that action at this time.
0 commit comments