Skip to content

Commit 5d47f85

Browse files
ci: [bot] Update 'README.md'
1 parent 38ee321 commit 5d47f85

File tree

1 file changed

+53
-9
lines changed

1 file changed

+53
-9
lines changed

charts/t8s-cluster/README.md

Lines changed: 53 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- vim: set ft=markdown: -->
22
# t8s-cluster
33

4-
![Version: 9.3.1](https://img.shields.io/badge/Version-9.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
4+
![Version: 9.4.0](https://img.shields.io/badge/Version-9.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
55

66
t8s-operator cluster with necessary addons
77

@@ -17,7 +17,7 @@ t8s-operator cluster with necessary addons
1717

1818
## Source Code
1919

20-
* <https://github.com/teutonet/teutonet-helm-charts/tree/t8s-cluster-v9.3.1/charts/t8s-cluster>
20+
* <https://github.com/teutonet/teutonet-helm-charts/tree/t8s-cluster-v9.4.0/charts/t8s-cluster>
2121
* <https://github.com/teutonet/teutonet-helm-charts/tree/main/charts/t8s-cluster>
2222

2323
## Requirements
@@ -543,7 +543,7 @@ Must be one of:
543543

544544
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
545545
| ----------------------------------------------- | ------- | ------ | ---------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
546-
| - [claims](#controlPlane_resources_claims ) | No | array | No | - | Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.<br /><br />This is an alpha field and requires enabling the DynamicResourceAllocation feature gate.<br /><br />This field is immutable. It can only be set for containers. |
546+
| - [claims](#controlPlane_resources_claims ) | No | array | No | - | Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.<br /><br />This field depends on the DynamicResourceAllocation feature gate.<br /><br />This field is immutable. It can only be set for containers. |
547547
| - [limits](#controlPlane_resources_limits ) | No | object | No | - | Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ |
548548
| - [requests](#controlPlane_resources_requests ) | No | object | No | - | Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ |
549549

@@ -555,7 +555,7 @@ Must be one of:
555555

556556
**Description:** Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.
557557

558-
This is an alpha field and requires enabling the DynamicResourceAllocation feature gate.
558+
This field depends on the DynamicResourceAllocation feature gate.
559559

560560
This field is immutable. It can only be set for containers.
561561

@@ -724,14 +724,26 @@ Specific value: `1`
724724
| **Type** | `object` |
725725
| **Additional properties** | ![Not allowed](https://img.shields.io/badge/Not%20allowed-red) |
726726

727-
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
728-
| ----------------------------------------------------------------------- | ------- | ------- | ---------- | ---------- | ----------------- |
729-
| + [replicas](#nodePools_additionalProperties_replicas ) | No | integer | No | - | - |
730-
| - [availabilityZone](#nodePools_additionalProperties_availabilityZone ) | No | string | No | - | - |
731-
| + [flavor](#nodePools_additionalProperties_flavor ) | No | string | No | - | - |
727+
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
728+
| ----------------------------------------------------------------------- | ------- | ----------- | ---------- | ---------- | ----------------- |
729+
| + [replicas](#nodePools_additionalProperties_replicas ) | No | Combination | No | - | - |
730+
| - [availabilityZone](#nodePools_additionalProperties_availabilityZone ) | No | string | No | - | - |
731+
| + [flavor](#nodePools_additionalProperties_flavor ) | No | string | No | - | - |
732732

733733
#### <a name="nodePools_additionalProperties_replicas"></a>6.1.1. ![Required](https://img.shields.io/badge/Required-blue) Property `t8s cluster configuration > nodePools > additionalProperties > replicas`
734734

735+
| | |
736+
| ------------------------- | --------------------------------------------------------------------------- |
737+
| **Type** | `combining` |
738+
| **Additional properties** | ![Any type: allowed](https://img.shields.io/badge/Any%20type-allowed-green) |
739+
740+
| One of(Option) |
741+
| ----------------------------------------------------------- |
742+
| [item 0](#nodePools_additionalProperties_replicas_oneOf_i0) |
743+
| [item 1](#nodePools_additionalProperties_replicas_oneOf_i1) |
744+
745+
##### <a name="nodePools_additionalProperties_replicas_oneOf_i0"></a>6.1.1.1. Property `t8s cluster configuration > nodePools > additionalProperties > replicas > oneOf > item 0`
746+
735747
| | |
736748
| -------- | --------- |
737749
| **Type** | `integer` |
@@ -740,6 +752,38 @@ Specific value: `1`
740752
| ------------ | ------ |
741753
| **Minimum** | &ge; 0 |
742754

755+
##### <a name="nodePools_additionalProperties_replicas_oneOf_i1"></a>6.1.1.2. Property `t8s cluster configuration > nodePools > additionalProperties > replicas > oneOf > item 1`
756+
757+
| | |
758+
| ------------------------- | -------------------------------------------------------------- |
759+
| **Type** | `object` |
760+
| **Additional properties** | ![Not allowed](https://img.shields.io/badge/Not%20allowed-red) |
761+
762+
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
763+
| --------------------------------------------------------------- | ------- | ------- | ---------- | ---------- | ----------------- |
764+
| + [min](#nodePools_additionalProperties_replicas_oneOf_i1_min ) | No | integer | No | - | - |
765+
| + [max](#nodePools_additionalProperties_replicas_oneOf_i1_max ) | No | integer | No | - | - |
766+
767+
###### <a name="nodePools_additionalProperties_replicas_oneOf_i1_min"></a>6.1.1.2.1. Property `t8s cluster configuration > nodePools > additionalProperties > replicas > oneOf > item 1 > min`
768+
769+
| | |
770+
| -------- | --------- |
771+
| **Type** | `integer` |
772+
773+
| Restrictions | |
774+
| ------------ | ------ |
775+
| **Minimum** | &ge; 1 |
776+
777+
###### <a name="nodePools_additionalProperties_replicas_oneOf_i1_max"></a>6.1.1.2.2. Property `t8s cluster configuration > nodePools > additionalProperties > replicas > oneOf > item 1 > max`
778+
779+
| | |
780+
| -------- | --------- |
781+
| **Type** | `integer` |
782+
783+
| Restrictions | |
784+
| ------------ | ------ |
785+
| **Minimum** | &ge; 1 |
786+
743787
#### <a name="nodePools_additionalProperties_availabilityZone"></a>6.1.2. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > nodePools > additionalProperties > availabilityZone`
744788

745789
| | |

0 commit comments

Comments
 (0)