Skip to content

Commit 9c3a652

Browse files
committed
fix dra resource slice example: boolean to bool
1 parent 7afcb13 commit 9c3a652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/scheduling-eviction/dynamic-resource-allocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ spec:
291291
size:
292292
string: "large"
293293
cat:
294-
boolean: true
294+
bool: true
295295
```
296296
This ResourceSlice is managed by the `resource-driver.example.com` driver in the
297297
`black-cat-pool` pool. The `allNodes: true` field indicates that any node in the

0 commit comments

Comments
 (0)