Class ListClustersResponse (2.11.1)

ListClustersResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

ListClustersResponse is the result of ListClustersRequest.

Attributes

NameDescription
clusters Sequence[google.cloud.container_v1beta1.types.Cluster]
A list of clusters in the project in the specified zone, or across all ones.
missing_zones Sequence[str]
If any zones are listed here, the list of clusters returned may be missing those zones.

Inheritance

builtins.object > proto.message.Message > ListClustersResponse