Fix after review

This commit is contained in:
Andrii Landiak 2025-05-29 11:35:07 +03:00
parent 923704768f
commit 58c207ffdd

View File

@ -1,4 +1,4 @@
#### Resource usage shortage notification templatization #### Resources shortage notification templatization
<div class="divider"></div> <div class="divider"></div>
<br/> <br/>
@ -9,16 +9,14 @@ See the available types and parameters below:
Available template parameters: Available template parameters:
* `cpuThreshold` - the CPU shortage threshold; * `resource` - the shortage threshold;
* `ramThreshold` - the RAM shortage threshold;
* `storageThreshold` - the Storage shortage threshold;
Parameter names must be wrapped using `${...}`. For example: `${entityType}`. Parameter names must be wrapped using `${...}`. For example: `${resource}`.
You may also modify the value of the parameter with one of the suffixes: You may also modify the value of the parameter with one of the suffixes:
* `upperCase`, for example - `${entityType:upperCase}` * `upperCase`, for example - `${resource:upperCase}`
* `lowerCase`, for example - `${entityType:lowerCase}` * `lowerCase`, for example - `${resource:lowerCase}`
* `capitalize`, for example - `${entityType:capitalize}` * `capitalize`, for example - `${resource:capitalize}`
<div class="divider"></div> <div class="divider"></div>