Skip to content
Snippets Groups Projects

Introduce ResourceSets to make loading of resource files more flexible

All threads resolved!
Compare and Show latest version
28 files
+ 396
125
Compare changes
  • Side-by-side
  • Inline
Files
28
+ 5
5
@@ -470,7 +470,7 @@ Contains the Kafka configuration.
</thead>
<tbody><tr>
<td><b>properties</b></td>
<td>object</td>
<td>map[string]string</td>
<td>
(Optional) Patcher specific additional arguments.<br/>
<br/>
@@ -551,7 +551,7 @@ Contains the Kafka configuration.
</thead>
<tbody><tr>
<td><b>properties</b></td>
<td>object</td>
<td>map[string]string</td>
<td>
(Optional) Patcher specific additional arguments.<br/>
<br/>
@@ -790,7 +790,7 @@ Patcher used to patch a resource
</thead>
<tbody><tr>
<td><b>properties</b></td>
<td>object</td>
<td>map[string]string</td>
<td>
(Optional) Patcher specific additional arguments.<br/>
<br/>
@@ -935,7 +935,7 @@ Specifies the scaling resource that is benchmarked.
<td><b>resourceValues</b></td>
<td>[]integer</td>
<td>
List of resource values for the specified resource type.<br/>
<br/>
</td>
<td>true</td>
</tr></tbody>
@@ -960,7 +960,7 @@ Specifies the scaling resource that is benchmarked.
</thead>
<tbody><tr>
<td><b>properties</b></td>
<td>object</td>
<td>map[string]string</td>
<td>
(Optional) SLO specific additional arguments.<br/>
<br/>
Loading