Uses of Interface
com.google.container.v1beta1.ClusterOrBuilder
-
Packages that use ClusterOrBuilder Package Description com.google.container.v1beta1 -
-
Uses of ClusterOrBuilder in com.google.container.v1beta1
Classes in com.google.container.v1beta1 that implement ClusterOrBuilder Modifier and Type Class Description class
Cluster
A Google Kubernetes Engine cluster.static class
Cluster.Builder
A Google Kubernetes Engine cluster.Methods in com.google.container.v1beta1 that return ClusterOrBuilder Modifier and Type Method Description ClusterOrBuilder
CreateClusterRequest.Builder. getClusterOrBuilder()
Required.ClusterOrBuilder
CreateClusterRequest. getClusterOrBuilder()
Required.ClusterOrBuilder
CreateClusterRequestOrBuilder. getClusterOrBuilder()
Required.ClusterOrBuilder
ListClustersResponse.Builder. getClustersOrBuilder(int index)
A list of clusters in the project in the specified zone, or across all ones.ClusterOrBuilder
ListClustersResponse. getClustersOrBuilder(int index)
A list of clusters in the project in the specified zone, or across all ones.ClusterOrBuilder
ListClustersResponseOrBuilder. getClustersOrBuilder(int index)
A list of clusters in the project in the specified zone, or across all ones.Methods in com.google.container.v1beta1 that return types with arguments of type ClusterOrBuilder Modifier and Type Method Description List<? extends ClusterOrBuilder>
ListClustersResponse.Builder. getClustersOrBuilderList()
A list of clusters in the project in the specified zone, or across all ones.List<? extends ClusterOrBuilder>
ListClustersResponse. getClustersOrBuilderList()
A list of clusters in the project in the specified zone, or across all ones.List<? extends ClusterOrBuilder>
ListClustersResponseOrBuilder. getClustersOrBuilderList()
A list of clusters in the project in the specified zone, or across all ones.
-