You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated/jsonschema/tetrateio.api.tsb.v2/GetClusterRequest.jsonschema
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@
4
4
"fqn": {
5
5
"type": "string",
6
6
"description": "Fully-qualified name of the cluster."
7
+
},
8
+
"fetch_workloads": {
9
+
"type": "boolean",
10
+
"description": "Flag to fetch the workload information as well.\n Note that by default workload information is not returned as it may be expensive to retrieve."
Copy file name to clipboardExpand all lines: generated/jsonschema/tetrateio.api.tsb.v2/ListClustersRequest.jsonschema
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@
4
4
"parent": {
5
5
"type": "string",
6
6
"description": "Parent resource to list clusters from. This is the FQN of the organization or the tenant."
7
+
},
8
+
"fetch_workloads": {
9
+
"type": "boolean",
10
+
"description": "Flag to fetch the workload information for all the clusters as well.\n Note that by default workload information is not returned as it may be expensive to retrieve."
0 commit comments