Skip to content

Commit

Permalink
Fix glossary reference ID
Browse files Browse the repository at this point in the history
  • Loading branch information
byako committed Feb 14, 2024
1 parent a16b6ff commit f2d6d04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource driver controller, the communication with the scheduler is done through
This library implements some of the functionality that is common for all resource
drivers, regardless of the actual resource managed or allocation logic. This includes, but isn't restricted to:

- watching and caching of {{< glossary_tooltip term_id="resource-claim" text="ResourceClaims">}}
- watching and caching of {{< glossary_tooltip term_id="ResourceClaim" text="ResourceClaims">}}
- updating the ResourceClaim when the allocation or deallocation is done
- watching and caching of {{< glossary_tooltip term_id="PodSchedulingContext" text="PodSchedulingContext">}}
- updating the PodSchedulingContext
Expand Down

0 comments on commit f2d6d04

Please sign in to comment.