| Package | Description |
|---|---|
| com.google.api.services.container | |
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Zones.Clusters.NodePools.Create |
Container.Projects.Zones.Clusters.NodePools.create(String projectId,
String zone,
String clusterId,
CreateNodePoolRequest content)
Creates a node pool for a cluster.
|
| Constructor and Description |
|---|
Container.Projects.Zones.Clusters.NodePools.Create(String projectId,
String zone,
String clusterId,
CreateNodePoolRequest content)
Creates a node pool for a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNodePoolRequest |
CreateNodePoolRequest.clone() |
CreateNodePoolRequest |
CreateNodePoolRequest.set(String fieldName,
Object value) |
CreateNodePoolRequest |
CreateNodePoolRequest.setNodePool(NodePool nodePool)
The node pool to create.
|