| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
NodeConfig |
NodeConfig.clone() |
NodeConfig |
Cluster.getNodeConfig()
The machine type and image to use for all nodes in this cluster.
|
NodeConfig |
NodeConfig.set(java.lang.String fieldName,
java.lang.Object value) |
NodeConfig |
NodeConfig.setMachineType(java.lang.String machineType)
The name of a Google Compute Engine machine type (e.g.
|
NodeConfig |
NodeConfig.setSourceImage(java.lang.String sourceImage)
The fully-specified name of a Google Compute Engine image.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.setNodeConfig(NodeConfig nodeConfig)
The machine type and image to use for all nodes in this cluster.
|