Skip to content

Commit c41a76e

Browse files
authored
Merge pull request #51919 from sunya-ch/kep-5075-pr-fix
[KEP-5075] remove exactly.name field in example
2 parents 1686437 + 62907be commit c41a76e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,8 +653,7 @@ spec:
653653
requests:
654654
- name: req-0
655655
exactly:
656-
- name:
657-
deviceClassName: resource.example.com
656+
- deviceClassName: resource.example.com
658657
capacity:
659658
requests:
660659
bandwidth: 1G

0 commit comments

Comments
 (0)