|
18 | 18 | name: v1alpha1 |
19 | 19 | schema: |
20 | 20 | openAPIV3Schema: |
21 | | - description: Auto-generated derived type for KafkaClusterSpec via `CustomResource` |
| 21 | + description: A Kafka cluster stacklet. This resource is managed by the Stackable operator for Apache Kafka. |
22 | 22 | properties: |
23 | 23 | spec: |
24 | 24 | description: |- |
@@ -1072,6 +1072,21 @@ spec: |
1072 | 1072 | nullable: true |
1073 | 1073 | type: integer |
1074 | 1074 | type: object |
| 1075 | + description: |- |
| 1076 | + The set of role groups for this role, keyed by their name. |
| 1077 | +
|
| 1078 | + A role group is a subset of the replicas of a role that share the same configuration, |
| 1079 | + allowing finer-grained control than the role level. This is useful to e.g. schedule groups |
| 1080 | + onto different classes of nodes or into different regions, or to run them with different |
| 1081 | + settings. Configuration set on a role group is merged on top of the role-level `config`, |
| 1082 | + with the more specific role group values taking precedence. |
| 1083 | +
|
| 1084 | + Every role needs at least one role group. A role with a single role group conventionally |
| 1085 | + names it `default`. |
| 1086 | +
|
| 1087 | + Read the |
| 1088 | + [roles and role groups concept documentation](https://docs.stackable.tech/home/nightly/concepts/roles-and-role-groups) |
| 1089 | + for more details. |
1075 | 1090 | type: object |
1076 | 1091 | required: |
1077 | 1092 | - roleGroups |
@@ -2148,6 +2163,21 @@ spec: |
2148 | 2163 | nullable: true |
2149 | 2164 | type: integer |
2150 | 2165 | type: object |
| 2166 | + description: |- |
| 2167 | + The set of role groups for this role, keyed by their name. |
| 2168 | +
|
| 2169 | + A role group is a subset of the replicas of a role that share the same configuration, |
| 2170 | + allowing finer-grained control than the role level. This is useful to e.g. schedule groups |
| 2171 | + onto different classes of nodes or into different regions, or to run them with different |
| 2172 | + settings. Configuration set on a role group is merged on top of the role-level `config`, |
| 2173 | + with the more specific role group values taking precedence. |
| 2174 | +
|
| 2175 | + Every role needs at least one role group. A role with a single role group conventionally |
| 2176 | + names it `default`. |
| 2177 | +
|
| 2178 | + Read the |
| 2179 | + [roles and role groups concept documentation](https://docs.stackable.tech/home/nightly/concepts/roles-and-role-groups) |
| 2180 | + for more details. |
2151 | 2181 | type: object |
2152 | 2182 | required: |
2153 | 2183 | - roleGroups |
|
0 commit comments