Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Method and Description |
---|---|
ClusterMetadata |
ClusterMetadata.Builder.build() |
ClusterMetadata |
ClusterSummary.getMetadata()
Metadata about the cluster.
|
ClusterMetadata |
Cluster.getMetadata()
Metadata about the cluster.
|
Modifier and Type | Method and Description |
---|---|
ClusterMetadata.Builder |
ClusterMetadata.Builder.copy(ClusterMetadata model) |
ClusterSummary.Builder |
ClusterSummary.Builder.metadata(ClusterMetadata metadata)
Metadata about the cluster.
|
Cluster.Builder |
Cluster.Builder.metadata(ClusterMetadata metadata)
Metadata about 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.
|
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.