Skip to content

Commit 2ac18df

Browse files
chore: Regenerate charts
1 parent f84bd11 commit 2ac18df

1 file changed

Lines changed: 31 additions & 1 deletion

File tree

extra/crds.yaml

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
name: v1alpha1
1919
schema:
2020
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.
2222
properties:
2323
spec:
2424
description: |-
@@ -1072,6 +1072,21 @@ spec:
10721072
nullable: true
10731073
type: integer
10741074
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.
10751090
type: object
10761091
required:
10771092
- roleGroups
@@ -2148,6 +2163,21 @@ spec:
21482163
nullable: true
21492164
type: integer
21502165
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.
21512181
type: object
21522182
required:
21532183
- roleGroups

0 commit comments

Comments
 (0)