Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Method and Description |
---|---|
NodeShapeConfig |
NodeShapeConfig.Builder.build() |
NodeShapeConfig |
NodePool.getNodeShapeConfig()
The shape configuration of the nodes.
|
NodeShapeConfig |
NodePoolSummary.getNodeShapeConfig()
The shape configuration of the nodes.
|
Modifier and Type | Method and Description |
---|---|
NodeShapeConfig.Builder |
NodeShapeConfig.Builder.copy(NodeShapeConfig model) |
NodePool.Builder |
NodePool.Builder.nodeShapeConfig(NodeShapeConfig nodeShapeConfig)
The shape configuration of the nodes.
|
NodePoolSummary.Builder |
NodePoolSummary.Builder.nodeShapeConfig(NodeShapeConfig nodeShapeConfig)
The shape configuration of the nodes.
|
Constructor and Description |
---|
NodePool(String id,
NodePoolLifecycleState lifecycleState,
String lifecycleDetails,
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,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
NodeEvictionNodePoolSettings nodeEvictionNodePoolSettings,
NodePoolCyclingDetails nodePoolCyclingDetails)
Deprecated.
|
NodePoolSummary(String id,
NodePoolLifecycleState lifecycleState,
String lifecycleDetails,
String compartmentId,
String clusterId,
String name,
String kubernetesVersion,
String nodeImageId,
String nodeImageName,
NodeShapeConfig nodeShapeConfig,
NodeSourceOption nodeSource,
NodeSourceDetails nodeSourceDetails,
String nodeShape,
List<KeyValue> initialNodeLabels,
String sshPublicKey,
Integer quantityPerSubnet,
List<String> subnetIds,
NodePoolNodeConfigDetails nodeConfigDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
NodeEvictionNodePoolSettings nodeEvictionNodePoolSettings,
NodePoolCyclingDetails nodePoolCyclingDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.