Skip to content

Commit 50c861c

Browse files
[docs] Update managed apps reference 2026-03-26 04:01:38
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 15d1429 commit 50c861c

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

content/en/docs/v1/applications/tenant.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,15 @@ tenant-u1
8888

8989
### Common parameters
9090

91-
| Name | Description | Type | Value |
92-
| ---------------- | -------------------------------------------------------------------------------------------------------------------------- | --------------------- | ------- |
93-
| `host` | The hostname used to access tenant services (defaults to using the tenant name as a subdomain for its parent tenant host). | `string` | `""` |
94-
| `etcd` | Deploy own Etcd cluster. | `bool` | `false` |
95-
| `monitoring` | Deploy own Monitoring Stack. | `bool` | `false` |
96-
| `ingress` | Deploy own Ingress Controller. | `bool` | `false` |
97-
| `seaweedfs` | Deploy own SeaweedFS. | `bool` | `false` |
98-
| `resourceQuotas` | Define resource quotas for the tenant. | `map[string]quantity` | `{}` |
91+
| Name | Description | Type | Value |
92+
| ----------------- | -------------------------------------------------------------------------------------------------------------------------- | --------------------- | ------- |
93+
| `host` | The hostname used to access tenant services (defaults to using the tenant name as a subdomain for its parent tenant host). | `string` | `""` |
94+
| `etcd` | Deploy own Etcd cluster. | `bool` | `false` |
95+
| `monitoring` | Deploy own Monitoring Stack. | `bool` | `false` |
96+
| `ingress` | Deploy own Ingress Controller. | `bool` | `false` |
97+
| `seaweedfs` | Deploy own SeaweedFS. | `bool` | `false` |
98+
| `schedulingClass` | The name of a SchedulingClass CR to apply scheduling constraints for this tenant's workloads. | `string` | `""` |
99+
| `resourceQuotas` | Define resource quotas for the tenant. | `map[string]quantity` | `{}` |
99100

100101

101102
## Configuration

0 commit comments

Comments
 (0)