@@ -2067,15 +2067,15 @@ event handlers, so not everything is checked.
20672067#### Pre-filter
20682068
20692069This is a more thorough version of the checks done by PreEnqueue. It ensures
2070- that all information that is needed (ResourceClaim, ResourceClass , parameters)
2070+ that all information that is needed (ResourceClaim, DeviceClass , parameters)
20712071is available.
20722072
20732073Another reason why a Pod might not be schedulable is when it depends on claims
20742074which are in the process of being allocated. That process starts in Reserve and
20752075ends in PreBind or Unreserve (see below).
20762076
20772077It then prepares for filtering by converting information stored in various
2078- places (node filter in ResourceClass , available resources in ResourceSlices,
2078+ places (node filter in DeviceClass , available resources in ResourceSlices,
20792079allocated resources in ResourceClaim statuses, in-flight allocations) into a
20802080format that can be used efficiently by Filter.
20812081
@@ -2535,7 +2535,7 @@ with CDI support. A [test driver](https://github.com/kubernetes/kubernetes/tree/
25352535was developed in parallel to developing the
25362536code in Kubernetes.
25372537
2538- That test driver simply takes parameters from ResourceClass
2538+ That test driver simply takes parameters from DeviceClass
25392539and ResourceClaim and turns them into environment variables that then get
25402540checked inside containers. Tests for different behavior of an driver in various
25412541scenarios can be simulated by running the control-plane part of it in the E2E
0 commit comments