We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9d7cd commit 98d3a5cCopy full SHA for 98d3a5c
content/zh-cn/examples/dra/resourceclaim.yaml
@@ -1,4 +1,4 @@
1
-apiVersion: resource.k8s.io/v1beta2
+apiVersion: resource.k8s.io/v1
2
kind: ResourceClaim
3
metadata:
4
name: example-resource-claim
@@ -11,6 +11,6 @@ spec:
11
allocationMode: All
12
selectors:
13
- cel:
14
- expression: |-
+ expression: |-
15
device.attributes["driver.example.com"].type == "gpu" &&
16
device.capacity["driver.example.com"].memory == quantity("64Gi")
0 commit comments