Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Class and Description |
---|---|
class |
NodeSourceViaImageOption
An image can be specified as the source of nodes when launching a node pool using the
nodeSourceDetails object. |
Modifier and Type | Method and Description |
---|---|
NodeSourceOption |
NodePool.getNodeSource()
Deprecated.
|
NodeSourceOption |
NodePoolSummary.getNodeSource()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<NodeSourceOption> |
NodePoolOptions.getSources()
Available source of the node.
|
Modifier and Type | Method and Description |
---|---|
NodePool.Builder |
NodePool.Builder.nodeSource(NodeSourceOption nodeSource)
Deprecated.
|
NodePoolSummary.Builder |
NodePoolSummary.Builder.nodeSource(NodeSourceOption nodeSource)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NodePoolOptions.Builder |
NodePoolOptions.Builder.sources(List<NodeSourceOption> sources)
Available source of the node.
|
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.
|
Constructor and Description |
---|
NodePoolOptions(List<String> kubernetesVersions,
List<String> shapes,
List<String> images,
List<NodeSourceOption> sources)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.