Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Class and Description |
---|---|
class |
FlannelOverlayClusterPodNetworkOptionDetails
Network options specific to using the flannel (FLANNEL_OVERLAY) CNI
Note: Objects should always be created or deserialized using the FlannelOverlayClusterPodNetworkOptionDetails.Builder . |
class |
OciVcnIpNativeClusterPodNetworkOptionDetails
Network options specific to using the OCI VCN Native CNI
Note: Objects should always be created or deserialized using the OciVcnIpNativeClusterPodNetworkOptionDetails.Builder . |
Modifier and Type | Method and Description |
---|---|
List<ClusterPodNetworkOptionDetails> |
ClusterOptions.getClusterPodNetworkOptions()
Available CNIs and network options for existing and new node pools of the cluster
|
List<ClusterPodNetworkOptionDetails> |
ClusterSummary.getClusterPodNetworkOptions()
Available CNIs and network options for existing and new node pools of the cluster
|
List<ClusterPodNetworkOptionDetails> |
CreateClusterDetails.getClusterPodNetworkOptions()
Available CNIs and network options for existing and new node pools of the cluster
|
List<ClusterPodNetworkOptionDetails> |
Cluster.getClusterPodNetworkOptions()
Available CNIs and network options for existing and new node pools of the cluster
|
Modifier and Type | Method and Description |
---|---|
ClusterOptions.Builder |
ClusterOptions.Builder.clusterPodNetworkOptions(List<ClusterPodNetworkOptionDetails> clusterPodNetworkOptions)
Available CNIs and network options for existing and new node pools of the cluster
|
ClusterSummary.Builder |
ClusterSummary.Builder.clusterPodNetworkOptions(List<ClusterPodNetworkOptionDetails> clusterPodNetworkOptions)
Available CNIs and network options for existing and new node pools of the cluster
|
CreateClusterDetails.Builder |
CreateClusterDetails.Builder.clusterPodNetworkOptions(List<ClusterPodNetworkOptionDetails> clusterPodNetworkOptions)
Available CNIs and network options for existing and new node pools of the cluster
|
Cluster.Builder |
Cluster.Builder.clusterPodNetworkOptions(List<ClusterPodNetworkOptionDetails> clusterPodNetworkOptions)
Available CNIs and network options for existing and new node pools of the cluster
|
Constructor and Description |
---|
Cluster(String id,
String name,
String compartmentId,
ClusterEndpointConfig endpointConfig,
String vcnId,
String kubernetesVersion,
String kmsKeyId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
ClusterCreateOptions options,
ClusterMetadata metadata,
ClusterLifecycleState lifecycleState,
String lifecycleDetails,
ClusterEndpoints endpoints,
List<String> availableKubernetesUpgrades,
ImagePolicyConfig imagePolicyConfig,
List<ClusterPodNetworkOptionDetails> clusterPodNetworkOptions,
ClusterType type,
String openIdConnectDiscoveryEndpoint)
Deprecated.
|
ClusterOptions(List<String> kubernetesVersions,
List<ClusterPodNetworkOptionDetails> clusterPodNetworkOptions)
Deprecated.
|
ClusterSummary(String id,
String name,
String compartmentId,
ClusterEndpointConfig endpointConfig,
String vcnId,
String kubernetesVersion,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
ClusterCreateOptions options,
ClusterMetadata metadata,
ClusterLifecycleState lifecycleState,
String lifecycleDetails,
ClusterEndpoints endpoints,
List<String> availableKubernetesUpgrades,
ImagePolicyConfig imagePolicyConfig,
List<ClusterPodNetworkOptionDetails> clusterPodNetworkOptions,
ClusterType type)
Deprecated.
|
CreateClusterDetails(String name,
String compartmentId,
CreateClusterEndpointConfigDetails endpointConfig,
String vcnId,
String kubernetesVersion,
String kmsKeyId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
ClusterCreateOptions options,
CreateImagePolicyConfigDetails imagePolicyConfig,
List<ClusterPodNetworkOptionDetails> clusterPodNetworkOptions,
ClusterType type)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.