Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Method and Description |
---|---|
ClusterEndpoints |
ClusterEndpoints.Builder.build() |
ClusterEndpoints |
ClusterSummary.getEndpoints()
Endpoints served up by the cluster masters.
|
ClusterEndpoints |
Cluster.getEndpoints()
Endpoints served up by the cluster masters.
|
Modifier and Type | Method and Description |
---|---|
ClusterEndpoints.Builder |
ClusterEndpoints.Builder.copy(ClusterEndpoints model) |
ClusterSummary.Builder |
ClusterSummary.Builder.endpoints(ClusterEndpoints endpoints)
Endpoints served up by the cluster masters.
|
Cluster.Builder |
Cluster.Builder.endpoints(ClusterEndpoints endpoints)
Endpoints served up by the cluster masters.
|
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.
|
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.
|
Copyright © 2016–2024. All rights reserved.