Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::ListClustersResponse.
ListClustersResponse is the result of ListClustersRequest.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#clusters
def clusters() -> ::Array<::Google::Cloud::Container::V1::Cluster>
Returns
- (::Array<::Google::Cloud::Container::V1::Cluster>) — A list of clusters in the project in the specified zone, or across all ones.
#clusters=
def clusters=(value) -> ::Array<::Google::Cloud::Container::V1::Cluster>
Parameter
- value (::Array<::Google::Cloud::Container::V1::Cluster>) — A list of clusters in the project in the specified zone, or across all ones.
Returns
- (::Array<::Google::Cloud::Container::V1::Cluster>) — A list of clusters in the project in the specified zone, or across all ones.
#missing_zones
def missing_zones() -> ::Array<::String>
Returns
- (::Array<::String>) — If any zones are listed here, the list of clusters returned may be missing those zones.
#missing_zones=
def missing_zones=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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.