Skip to content
Snippets Groups Projects
Commit 6700b69d authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

Add description to crds and update docs

parent aeb30112
No related branches found
No related tags found
1 merge request!176Add a Benchmark Status
......@@ -51,6 +51,13 @@ Resource Types:
<td>object</td>
<td>Refer to the Kubernetes API documentation for the fields of the `metadata` field.</td>
<td>true</td>
</tr><tr>
<td><b><a href="#benchmarkstatus">status</a></b></td>
<td>object</td>
<td>
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#benchmarkspec">spec</a></b></td>
<td>object</td>
......@@ -62,6 +69,33 @@ Resource Types:
</table>
### benchmark.status
<sup><sup>[↩ Parent](#benchmark)</sup></sup>
<table>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
<th>Required</th>
</tr>
</thead>
<tbody><tr>
<td><b>resourceSets</b></td>
<td>string</td>
<td>
The status of a Benchmark indicates whether all resources are available to start the benchmark or not.<br/>
</td>
<td>false</td>
</tr></tbody>
</table>
### benchmark.spec
<sup><sup>[↩ Parent](#benchmark)</sup></sup>
......
......@@ -193,7 +193,7 @@ spec:
type: object
properties:
resourceSets:
description: The status of a Benchmark indicates whether all resources are available to start the benchmark or not.
description: The status of a Benchmark indicates whether all resources are available to start the benchmark or not.
type: string
additionalPrinterColumns:
- name: Age
......@@ -201,7 +201,7 @@ spec:
jsonPath: .metadata.creationTimestamp
- name: ResourceSets
type: string
description: todo
description: The status of a Benchmark indicates whether all resources are available to start the benchmark or not.
jsonPath: .status.resourceSets
subresources:
status: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment