| 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(String parent,
CreateNodePoolRequest content)
Creates a node pool for a cluster.
|
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 |
|---|
Create(String parent,
CreateNodePoolRequest content)
Creates a node pool for a cluster.
|
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.setClusterId(String clusterId)
Deprecated.
|
CreateNodePoolRequest |
CreateNodePoolRequest.setNodePool(NodePool nodePool)
Required.
|
CreateNodePoolRequest |
CreateNodePoolRequest.setParent(String parent)
The parent (project, location, cluster id) where the node pool will be created.
|
CreateNodePoolRequest |
CreateNodePoolRequest.setProjectId(String projectId)
Deprecated.
|
CreateNodePoolRequest |
CreateNodePoolRequest.setZone(String zone)
Deprecated.
|
Copyright © 2011–2020 Google. All rights reserved.