|
18 | 18 | name: v1alpha1 |
19 | 19 | schema: |
20 | 20 | openAPIV3Schema: |
21 | | - description: Auto-generated derived type for SparkApplicationSpec via `CustomResource` |
| 21 | + description: A Spark application run on Kubernetes by the Stackable operator for Apache Spark. |
22 | 22 | properties: |
23 | 23 | spec: |
24 | 24 | description: |- |
@@ -1848,7 +1848,7 @@ spec: |
1848 | 1848 | type: array |
1849 | 1849 | type: object |
1850 | 1850 | secretClass: |
1851 | | - description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) containing the LDAP bind credentials.' |
| 1851 | + description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) providing the requested secrets.' |
1852 | 1852 | type: string |
1853 | 1853 | required: |
1854 | 1854 | - secretClass |
@@ -2026,7 +2026,7 @@ spec: |
2026 | 2026 | type: array |
2027 | 2027 | type: object |
2028 | 2028 | secretClass: |
2029 | | - description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) containing the LDAP bind credentials.' |
| 2029 | + description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) providing the requested secrets.' |
2030 | 2030 | type: string |
2031 | 2031 | required: |
2032 | 2032 | - secretClass |
@@ -2250,7 +2250,7 @@ spec: |
2250 | 2250 | name: v1alpha1 |
2251 | 2251 | schema: |
2252 | 2252 | openAPIV3Schema: |
2253 | | - description: Auto-generated derived type for SparkHistoryServerSpec via `CustomResource` |
| 2253 | + description: A Spark history server component. This resource is managed by the Stackable operator for Apache Spark. |
2254 | 2254 | properties: |
2255 | 2255 | spec: |
2256 | 2256 | description: |- |
@@ -2416,7 +2416,7 @@ spec: |
2416 | 2416 | type: array |
2417 | 2417 | type: object |
2418 | 2418 | secretClass: |
2419 | | - description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) containing the LDAP bind credentials.' |
| 2419 | + description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) providing the requested secrets.' |
2420 | 2420 | type: string |
2421 | 2421 | required: |
2422 | 2422 | - secretClass |
@@ -3290,6 +3290,21 @@ spec: |
3290 | 3290 | nullable: true |
3291 | 3291 | type: integer |
3292 | 3292 | type: object |
| 3293 | + description: |- |
| 3294 | + The set of role groups for this role, keyed by their name. |
| 3295 | +
|
| 3296 | + A role group is a subset of the replicas of a role that share the same configuration, |
| 3297 | + allowing finer-grained control than the role level. This is useful to e.g. schedule groups |
| 3298 | + onto different classes of nodes or into different regions, or to run them with different |
| 3299 | + settings. Configuration set on a role group is merged on top of the role-level `config`, |
| 3300 | + with the more specific role group values taking precedence. |
| 3301 | +
|
| 3302 | + Every role needs at least one role group. A role with a single role group conventionally |
| 3303 | + names it `default`. |
| 3304 | +
|
| 3305 | + Read the |
| 3306 | + [roles and role groups concept documentation](https://docs.stackable.tech/home/nightly/concepts/roles-and-role-groups) |
| 3307 | + for more details. |
3293 | 3308 | type: object |
3294 | 3309 | required: |
3295 | 3310 | - roleGroups |
@@ -3355,7 +3370,7 @@ spec: |
3355 | 3370 | name: v1alpha1 |
3356 | 3371 | schema: |
3357 | 3372 | openAPIV3Schema: |
3358 | | - description: Auto-generated derived type for SparkConnectServerSpec via `CustomResource` |
| 3373 | + description: An Apache Spark Connect server component. This resource is managed by the Stackable operator for Apache Spark. |
3359 | 3374 | properties: |
3360 | 3375 | spec: |
3361 | 3376 | description: |- |
@@ -3485,7 +3500,7 @@ spec: |
3485 | 3500 | type: array |
3486 | 3501 | type: object |
3487 | 3502 | secretClass: |
3488 | | - description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) containing the LDAP bind credentials.' |
| 3503 | + description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) providing the requested secrets.' |
3489 | 3504 | type: string |
3490 | 3505 | required: |
3491 | 3506 | - secretClass |
@@ -3641,7 +3656,7 @@ spec: |
3641 | 3656 | type: array |
3642 | 3657 | type: object |
3643 | 3658 | secretClass: |
3644 | | - description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) containing the LDAP bind credentials.' |
| 3659 | + description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) providing the requested secrets.' |
3645 | 3660 | type: string |
3646 | 3661 | required: |
3647 | 3662 | - secretClass |
@@ -4612,7 +4627,7 @@ spec: |
4612 | 4627 | name: v1alpha1 |
4613 | 4628 | schema: |
4614 | 4629 | openAPIV3Schema: |
4615 | | - description: Auto-generated derived type for SparkApplicationTemplateSpec via `CustomResource` |
| 4630 | + description: A Spark application template. This resource is managed by the Stackable operator for Apache Spark. |
4616 | 4631 | properties: |
4617 | 4632 | spec: |
4618 | 4633 | description: |- |
@@ -6439,7 +6454,7 @@ spec: |
6439 | 6454 | type: array |
6440 | 6455 | type: object |
6441 | 6456 | secretClass: |
6442 | | - description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) containing the LDAP bind credentials.' |
| 6457 | + description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) providing the requested secrets.' |
6443 | 6458 | type: string |
6444 | 6459 | required: |
6445 | 6460 | - secretClass |
@@ -6617,7 +6632,7 @@ spec: |
6617 | 6632 | type: array |
6618 | 6633 | type: object |
6619 | 6634 | secretClass: |
6620 | | - description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) containing the LDAP bind credentials.' |
| 6635 | + description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) providing the requested secrets.' |
6621 | 6636 | type: string |
6622 | 6637 | required: |
6623 | 6638 | - secretClass |
|
0 commit comments