Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Class and Description |
---|---|
class |
NodeSourceViaImageDetails
Details of the image running on the node.
|
Modifier and Type | Method and Description |
---|---|
NodeSourceDetails |
CreateNodePoolDetails.getNodeSourceDetails()
Specify the source to use to launch nodes in the node pool.
|
NodeSourceDetails |
NodePool.getNodeSourceDetails()
Source running on the nodes in the node pool.
|
NodeSourceDetails |
NodePoolSummary.getNodeSourceDetails()
Source running on the nodes in the node pool.
|
NodeSourceDetails |
UpdateNodePoolDetails.getNodeSourceDetails()
Specify the source to use to launch nodes in the node pool.
|
Modifier and Type | Method and Description |
---|---|
CreateNodePoolDetails.Builder |
CreateNodePoolDetails.Builder.nodeSourceDetails(NodeSourceDetails nodeSourceDetails)
Specify the source to use to launch nodes in the node pool.
|
NodePool.Builder |
NodePool.Builder.nodeSourceDetails(NodeSourceDetails nodeSourceDetails)
Source running on the nodes in the node pool.
|
NodePoolSummary.Builder |
NodePoolSummary.Builder.nodeSourceDetails(NodeSourceDetails nodeSourceDetails)
Source running on the nodes in the node pool.
|
UpdateNodePoolDetails.Builder |
UpdateNodePoolDetails.Builder.nodeSourceDetails(NodeSourceDetails nodeSourceDetails)
Specify the source to use to launch nodes in the node pool.
|
Constructor and Description |
---|
CreateNodePoolDetails(String compartmentId,
String clusterId,
String name,
String kubernetesVersion,
Map<String,String> nodeMetadata,
String nodeImageName,
NodeSourceDetails nodeSourceDetails,
String nodeShape,
CreateNodeShapeConfigDetails nodeShapeConfig,
List<KeyValue> initialNodeLabels,
String sshPublicKey,
Integer quantityPerSubnet,
List<String> subnetIds,
CreateNodePoolNodeConfigDetails nodeConfigDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
NodeEvictionNodePoolSettings nodeEvictionNodePoolSettings,
NodePoolCyclingDetails nodePoolCyclingDetails)
Deprecated.
|
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.
|
UpdateNodePoolDetails(String name,
String kubernetesVersion,
List<KeyValue> initialNodeLabels,
Integer quantityPerSubnet,
List<String> subnetIds,
UpdateNodePoolNodeConfigDetails nodeConfigDetails,
Map<String,String> nodeMetadata,
NodeSourceDetails nodeSourceDetails,
String sshPublicKey,
String nodeShape,
UpdateNodeShapeConfigDetails nodeShapeConfig,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
NodeEvictionNodePoolSettings nodeEvictionNodePoolSettings,
NodePoolCyclingDetails nodePoolCyclingDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.