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
Parameters can contain arbitrary data. It is the responsibility of the driver developer to handle validation and versioning. Typically this includes self-identification and a version ("kind" + "apiVersion" for Kubernetes types), with conversion between different versions.
147
154
155
+
The length of the raw data must be smaller or equal to 10 Ki.
156
+
148
157
<a name="RawExtension"></a>
149
158
*RawExtension is used to hold extensions in external versions.
Only nodes matching the selector will be considered by the scheduler when trying to find a Node that fits a Pod when that Pod uses a claim that has not been allocated yet *and* that claim gets allocated through a control plane controller. It is ignored when the claim does not use a control plane controller for allocation.
330
-
331
-
Setting this field is optional. If unset, all Nodes are candidates.
332
-
333
-
This is an alpha field and requires enabling the DRAControlPlaneController feature gate.
334
-
335
-
<a name="NodeSelector"></a>
336
-
*A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.*
337
-
-->
338
-
- **suitableNodes** (NodeSelector)
339
-
340
-
当 Pod 使用还未分配的申领**且**该申领通过控制平面控制器分配时,如果调度器在尝试查找适合 Pod 的节点,
Required. A list of node selector terms. The terms are ORed.
357
-
358
-
<a name="NodeSelectorTerm"></a>
359
-
*A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.*
The length of the expression must be smaller or equal to 10 Ki. The cost of evaluating it is also limited based on the estimated number of logical steps.
0 commit comments