GoogleApi.Container.V1.Model.ListClustersResponse (google_api_container v0.33.0) View Source
ListClustersResponse is the result of ListClustersRequest.
Attributes
-
clusters(type:list(GoogleApi.Container.V1.Model.Cluster.t), default:nil) - A list of clusters in the project in the specified zone, or across all ones. -
missingZones(type:list(String.t), default:nil) - If any zones are listed here, the list of clusters returned may be missing those zones.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Container.V1.Model.ListClustersResponse{
clusters: [GoogleApi.Container.V1.Model.Cluster.t()] | nil,
missingZones: [String.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.