Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Method and Description |
---|---|
InitialVirtualNodeLabel |
InitialVirtualNodeLabel.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<InitialVirtualNodeLabel> |
CreateVirtualNodePoolDetails.getInitialVirtualNodeLabels()
Initial labels that will be added to the Kubernetes Virtual Node object when it registers.
|
List<InitialVirtualNodeLabel> |
VirtualNodePoolSummary.getInitialVirtualNodeLabels()
Initial labels that will be added to the Kubernetes Virtual Node object when it registers.
|
List<InitialVirtualNodeLabel> |
UpdateVirtualNodePoolDetails.getInitialVirtualNodeLabels()
Initial labels that will be added to the Kubernetes Virtual Node object when it registers.
|
List<InitialVirtualNodeLabel> |
VirtualNodePool.getInitialVirtualNodeLabels()
Initial labels that will be added to the Kubernetes Virtual Node object when it registers.
|
Modifier and Type | Method and Description |
---|---|
InitialVirtualNodeLabel.Builder |
InitialVirtualNodeLabel.Builder.copy(InitialVirtualNodeLabel model) |
Modifier and Type | Method and Description |
---|---|
CreateVirtualNodePoolDetails.Builder |
CreateVirtualNodePoolDetails.Builder.initialVirtualNodeLabels(List<InitialVirtualNodeLabel> initialVirtualNodeLabels)
Initial labels that will be added to the Kubernetes Virtual Node object when it
registers.
|
VirtualNodePoolSummary.Builder |
VirtualNodePoolSummary.Builder.initialVirtualNodeLabels(List<InitialVirtualNodeLabel> initialVirtualNodeLabels)
Initial labels that will be added to the Kubernetes Virtual Node object when it
registers.
|
UpdateVirtualNodePoolDetails.Builder |
UpdateVirtualNodePoolDetails.Builder.initialVirtualNodeLabels(List<InitialVirtualNodeLabel> initialVirtualNodeLabels)
Initial labels that will be added to the Kubernetes Virtual Node object when it
registers.
|
VirtualNodePool.Builder |
VirtualNodePool.Builder.initialVirtualNodeLabels(List<InitialVirtualNodeLabel> initialVirtualNodeLabels)
Initial labels that will be added to the Kubernetes Virtual Node object when it
registers.
|
Constructor and Description |
---|
CreateVirtualNodePoolDetails(String compartmentId,
String clusterId,
String displayName,
List<InitialVirtualNodeLabel> initialVirtualNodeLabels,
List<Taint> taints,
Integer size,
List<PlacementConfiguration> placementConfigurations,
List<String> nsgIds,
PodConfiguration podConfiguration,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
VirtualNodeTags virtualNodeTags)
Deprecated.
|
UpdateVirtualNodePoolDetails(String displayName,
List<InitialVirtualNodeLabel> initialVirtualNodeLabels,
List<Taint> taints,
Integer size,
List<PlacementConfiguration> placementConfigurations,
List<String> nsgIds,
PodConfiguration podConfiguration,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
VirtualNodeTags virtualNodeTags)
Deprecated.
|
VirtualNodePool(String id,
String compartmentId,
String clusterId,
String displayName,
String kubernetesVersion,
List<InitialVirtualNodeLabel> initialVirtualNodeLabels,
List<Taint> taints,
Integer size,
List<PlacementConfiguration> placementConfigurations,
List<String> nsgIds,
PodConfiguration podConfiguration,
VirtualNodePoolLifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
VirtualNodeTags virtualNodeTags)
Deprecated.
|
VirtualNodePoolSummary(String id,
String compartmentId,
String clusterId,
String displayName,
String kubernetesVersion,
List<InitialVirtualNodeLabel> initialVirtualNodeLabels,
List<Taint> taints,
Integer size,
List<PlacementConfiguration> placementConfigurations,
List<String> nsgIds,
PodConfiguration podConfiguration,
VirtualNodePoolLifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
VirtualNodeTags virtualNodeTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.