Skip to content

Commit

Permalink
docs: additional metadata for pods
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
Co-authored-by: Giuseppe Chiesa <mail@giuseppechiesa.it>
  • Loading branch information
prometherion and gchiesa committed Nov 24, 2023
1 parent 1e70cd3 commit 14eb8f2
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions docs/content/general/crds-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -2963,6 +2963,13 @@ TenantSpec defines the desired state of Tenant.
Specifies the label to control the placement of pods on a given pool of worker nodes. All namespaces created within the Tenant will have the node selector annotation. This annotation tells the Kubernetes scheduler to place pods on the nodes having the selector label. Optional.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#tenantspecpodoptions">podOptions</a></b></td>
<td>object</td>
<td>
Specifies options for the Pods deployed in the Tenant namespaces, such as additional metadata.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>preventDeletion</b></td>
<td>boolean</td>
Expand Down Expand Up @@ -4397,6 +4404,65 @@ NetworkPolicyPort describes a port to allow traffic on
</table>


### Tenant.spec.podOptions



Specifies options for the Pods deployed in the Tenant namespaces, such as additional metadata.

<table>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
<th>Required</th>
</tr>
</thead>
<tbody><tr>
<td><b><a href="#tenantspecpodoptionsadditionalmetadata">additionalMetadata</a></b></td>
<td>object</td>
<td>
Specifies additional labels and annotations the Capsule operator places on any Pod resource in the Tenant. Optional.<br/>
</td>
<td>false</td>
</tr></tbody>
</table>


### Tenant.spec.podOptions.additionalMetadata



Specifies additional labels and annotations the Capsule operator places on any Pod resource in the Tenant. Optional.

<table>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
<th>Required</th>
</tr>
</thead>
<tbody><tr>
<td><b>annotations</b></td>
<td>map[string]string</td>
<td>
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>labels</b></td>
<td>map[string]string</td>
<td>
<br/>
</td>
<td>false</td>
</tr></tbody>
</table>


### Tenant.spec.priorityClasses


Expand Down

0 comments on commit 14eb8f2

Please sign in to comment.