Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Method and Description |
---|---|
Node |
Node.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Node> |
NodePool.getNodes()
The nodes in the node pool.
|
Modifier and Type | Method and Description |
---|---|
Node.Builder |
Node.Builder.copy(Node o) |
Modifier and Type | Method and Description |
---|---|
NodePool.Builder |
NodePool.Builder.nodes(List<Node> nodes) |
Constructor and Description |
---|
NodePool(String id,
String compartmentId,
String clusterId,
String name,
String kubernetesVersion,
Map<String,String> nodeMetadata,
String nodeImageId,
String nodeImageName,
NodeShapeConfig nodeShapeConfig,
NodeSourceOption nodeSource,
NodeSourceDetails nodeSourceDetails,
String nodeShape,
List<KeyValue> initialNodeLabels,
String sshPublicKey,
Integer quantityPerSubnet,
List<String> subnetIds,
List<Node> nodes,
NodePoolNodeConfigDetails nodeConfigDetails)
Deprecated.
|
Copyright © 2016–2021. All rights reserved.