| Package | Description |
|---|---|
| com.google.api.services.container | |
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Locations.Clusters.NodePools.Create |
Container.Projects.Locations.Clusters.NodePools.create(java.lang.String parent,
CreateNodePoolRequest content)
Creates a node pool for a cluster.
|
Container.Projects.Zones.Clusters.NodePools.Create |
Container.Projects.Zones.Clusters.NodePools.create(java.lang.String projectId,
java.lang.String zone,
java.lang.String clusterId,
CreateNodePoolRequest content)
Creates a node pool for a cluster.
|
| Constructor and Description |
|---|
Create(java.lang.String parent,
CreateNodePoolRequest content)
Creates a node pool for a cluster.
|
Create(java.lang.String projectId,
java.lang.String zone,
java.lang.String clusterId,
CreateNodePoolRequest content)
Creates a node pool for a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNodePoolRequest |
CreateNodePoolRequest.clone() |
CreateNodePoolRequest |
CreateNodePoolRequest.set(java.lang.String fieldName,
java.lang.Object value) |
CreateNodePoolRequest |
CreateNodePoolRequest.setClusterId(java.lang.String clusterId)
Deprecated.
|
CreateNodePoolRequest |
CreateNodePoolRequest.setNodePool(NodePool nodePool)
The node pool to create.
|
CreateNodePoolRequest |
CreateNodePoolRequest.setParent(java.lang.String parent)
The parent (project, location, cluster id) where the node pool will be created.
|
CreateNodePoolRequest |
CreateNodePoolRequest.setProjectId(java.lang.String projectId)
Deprecated.
|
CreateNodePoolRequest |
CreateNodePoolRequest.setZone(java.lang.String zone)
Deprecated.
|