ListClustersResponse

ListClustersResponse is the result of ListClustersRequest.

JSON representation
{
  "clusters": [
    {
      object (Cluster)
    }
  ],
  "missingZones": [
    string
  ]
}
Fields
clusters[]

object (Cluster)

A list of clusters in the project in the specified zone, or across all ones.

missingZones[]

string

If any zones are listed here, the list of clusters returned may be missing those zones.