|
18 | 18 | name: v1alpha1 |
19 | 19 | schema: |
20 | 20 | openAPIV3Schema: |
21 | | - description: Auto-generated derived type for SupersetClusterSpec via `CustomResource` |
| 21 | + description: A Superset cluster stacklet. This resource is managed by the Stackable operator for Apache Superset. |
22 | 22 | properties: |
23 | 23 | spec: |
24 | 24 | description: |- |
@@ -746,6 +746,21 @@ spec: |
746 | 746 | nullable: true |
747 | 747 | type: integer |
748 | 748 | type: object |
| 749 | + description: |- |
| 750 | + The set of role groups for this role, keyed by their name. |
| 751 | +
|
| 752 | + A role group is a subset of the replicas of a role that share the same configuration, |
| 753 | + allowing finer-grained control than the role level. This is useful to e.g. schedule groups |
| 754 | + onto different classes of nodes or into different regions, or to run them with different |
| 755 | + settings. Configuration set on a role group is merged on top of the role-level `config`, |
| 756 | + with the more specific role group values taking precedence. |
| 757 | +
|
| 758 | + Every role needs at least one role group. A role with a single role group conventionally |
| 759 | + names it `default`. |
| 760 | +
|
| 761 | + Read the |
| 762 | + [roles and role groups concept documentation](https://docs.stackable.tech/home/nightly/concepts/roles-and-role-groups) |
| 763 | + for more details. |
749 | 764 | type: object |
750 | 765 | required: |
751 | 766 | - roleGroups |
@@ -1879,6 +1894,21 @@ spec: |
1879 | 1894 | nullable: true |
1880 | 1895 | type: integer |
1881 | 1896 | type: object |
| 1897 | + description: |- |
| 1898 | + The set of role groups for this role, keyed by their name. |
| 1899 | +
|
| 1900 | + A role group is a subset of the replicas of a role that share the same configuration, |
| 1901 | + allowing finer-grained control than the role level. This is useful to e.g. schedule groups |
| 1902 | + onto different classes of nodes or into different regions, or to run them with different |
| 1903 | + settings. Configuration set on a role group is merged on top of the role-level `config`, |
| 1904 | + with the more specific role group values taking precedence. |
| 1905 | +
|
| 1906 | + Every role needs at least one role group. A role with a single role group conventionally |
| 1907 | + names it `default`. |
| 1908 | +
|
| 1909 | + Read the |
| 1910 | + [roles and role groups concept documentation](https://docs.stackable.tech/home/nightly/concepts/roles-and-role-groups) |
| 1911 | + for more details. |
1882 | 1912 | type: object |
1883 | 1913 | required: |
1884 | 1914 | - roleGroups |
@@ -2617,6 +2647,21 @@ spec: |
2617 | 2647 | nullable: true |
2618 | 2648 | type: integer |
2619 | 2649 | type: object |
| 2650 | + description: |- |
| 2651 | + The set of role groups for this role, keyed by their name. |
| 2652 | +
|
| 2653 | + A role group is a subset of the replicas of a role that share the same configuration, |
| 2654 | + allowing finer-grained control than the role level. This is useful to e.g. schedule groups |
| 2655 | + onto different classes of nodes or into different regions, or to run them with different |
| 2656 | + settings. Configuration set on a role group is merged on top of the role-level `config`, |
| 2657 | + with the more specific role group values taking precedence. |
| 2658 | +
|
| 2659 | + Every role needs at least one role group. A role with a single role group conventionally |
| 2660 | + names it `default`. |
| 2661 | +
|
| 2662 | + Read the |
| 2663 | + [roles and role groups concept documentation](https://docs.stackable.tech/home/nightly/concepts/roles-and-role-groups) |
| 2664 | + for more details. |
2620 | 2665 | type: object |
2621 | 2666 | required: |
2622 | 2667 | - roleGroups |
@@ -2694,7 +2739,7 @@ spec: |
2694 | 2739 | name: v1alpha1 |
2695 | 2740 | schema: |
2696 | 2741 | openAPIV3Schema: |
2697 | | - description: Auto-generated derived type for DruidConnectionSpec via `CustomResource` |
| 2742 | + description: The DruidConnection resource can be used to automatically deploy a Druid datasource in Superset. |
2698 | 2743 | properties: |
2699 | 2744 | spec: |
2700 | 2745 | description: |- |
|
0 commit comments