Uses of Interface
com.google.container.v1beta1.NodePoolOrBuilder
-
Packages that use NodePoolOrBuilder Package Description com.google.container.v1beta1 -
-
Uses of NodePoolOrBuilder in com.google.container.v1beta1
Classes in com.google.container.v1beta1 that implement NodePoolOrBuilder Modifier and Type Class Description class
NodePool
NodePool contains the name and configuration for a cluster's node pool.static class
NodePool.Builder
NodePool contains the name and configuration for a cluster's node pool.Methods in com.google.container.v1beta1 that return NodePoolOrBuilder Modifier and Type Method Description NodePoolOrBuilder
CreateNodePoolRequest.Builder. getNodePoolOrBuilder()
Required.NodePoolOrBuilder
CreateNodePoolRequest. getNodePoolOrBuilder()
Required.NodePoolOrBuilder
CreateNodePoolRequestOrBuilder. getNodePoolOrBuilder()
Required.NodePoolOrBuilder
Cluster.Builder. getNodePoolsOrBuilder(int index)
The node pools associated with this cluster.NodePoolOrBuilder
Cluster. getNodePoolsOrBuilder(int index)
The node pools associated with this cluster.NodePoolOrBuilder
ClusterOrBuilder. getNodePoolsOrBuilder(int index)
The node pools associated with this cluster.NodePoolOrBuilder
ListNodePoolsResponse.Builder. getNodePoolsOrBuilder(int index)
A list of node pools for a cluster.NodePoolOrBuilder
ListNodePoolsResponse. getNodePoolsOrBuilder(int index)
A list of node pools for a cluster.NodePoolOrBuilder
ListNodePoolsResponseOrBuilder. getNodePoolsOrBuilder(int index)
A list of node pools for a cluster.Methods in com.google.container.v1beta1 that return types with arguments of type NodePoolOrBuilder Modifier and Type Method Description List<? extends NodePoolOrBuilder>
Cluster.Builder. getNodePoolsOrBuilderList()
The node pools associated with this cluster.List<? extends NodePoolOrBuilder>
Cluster. getNodePoolsOrBuilderList()
The node pools associated with this cluster.List<? extends NodePoolOrBuilder>
ClusterOrBuilder. getNodePoolsOrBuilderList()
The node pools associated with this cluster.List<? extends NodePoolOrBuilder>
ListNodePoolsResponse.Builder. getNodePoolsOrBuilderList()
A list of node pools for a cluster.List<? extends NodePoolOrBuilder>
ListNodePoolsResponse. getNodePoolsOrBuilderList()
A list of node pools for a cluster.List<? extends NodePoolOrBuilder>
ListNodePoolsResponseOrBuilder. getNodePoolsOrBuilderList()
A list of node pools for a cluster.
-