Class: Google::Container::V1::ListClustersResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb

Overview

ListClustersResponse is the result of ListClustersRequest.

Instance Attribute Summary collapse

Instance Attribute Details

#clustersArray<Google::Container::V1::Cluster>

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

Returns:



1395
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1395

class ListClustersResponse; end

#missing_zonesArray<String>

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

Returns:

  • (Array<String>)

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



1395
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1395

class ListClustersResponse; end