ClusterList
A list of Kubernetes clusters.
Syntax
json
{
"items": [
{
"id": "string",
"name": "string",
"createdAt": "YYYY-MM-DDTHH:mm:ss.sssZ",
"updatedAt": "YYYY-MM-DDTHH:mm:ss.sssZ"
}
],
"marker": "string"
}
Type Definition
- Type
object
- Properties
items
requiredA list of Kubernetes clusters.
- Type
array
- Items
A summary of a Kubernetes cluster.
- Schema
ClusterSummary
- Schema
- Type
marker
optionalThe pagination token to request more items.
- Type
string
- Type