We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772a676 commit 79975feCopy full SHA for 79975fe
docs/pinot_tenants_management.md
@@ -56,5 +56,17 @@ kubectl get pinottenant -n <namespace> -o yaml
56
- Current state of the tenant is stored in the status of the tenant CR.
57
58
```
59
+status:
60
+ currentTenants.json: |-
61
+ {
62
+ "tenantRole": "BROKER",
63
+ "tenantName": "sampleBrokerTenant",
64
+ "numberOfInstances": 1
65
+ }
66
+ lastUpdateTime: "2023-04-24T19:38:27.116158Z"
67
+ message: PinotTenantControllerCreateSuccess
68
+ reason: '{"status":"Successfully created tenant"}'
69
+ status: "True"
70
+ type: PinotTenantControllerCreateSuccess
71
72
0 commit comments