google_api_container v0.7.0 GoogleApi.Container.V1.Model.ListClustersResponse View Source

ListClustersResponse is the result of ListClustersRequest.

Attributes

  • clusters ([Cluster]): A list of clusters in the project in the specified zone, or across all ones. Defaults to: null.
  • missingZones ([String.t]): If any zones are listed here, the list of clusters returned may be missing those zones. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Container.V1.Model.ListClustersResponse{
  clusters: [GoogleApi.Container.V1.Model.Cluster.t()],
  missingZones: [any()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.