Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Method and Description |
---|---|
Cluster.Builder |
Cluster.Builder.availableKubernetesUpgrades(List<String> availableKubernetesUpgrades)
Available Kubernetes versions to which the clusters masters may be upgraded.
|
static Cluster.Builder |
Cluster.builder()
Create a new builder.
|
Cluster.Builder |
Cluster.Builder.clusterPodNetworkOptions(List<ClusterPodNetworkOptionDetails> clusterPodNetworkOptions)
Available CNIs and network options for existing and new node pools of the cluster
|
Cluster.Builder |
Cluster.Builder.compartmentId(String compartmentId)
The OCID of the compartment in which the cluster exists.
|
Cluster.Builder |
Cluster.Builder.copy(Cluster model) |
Cluster.Builder |
Cluster.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Cluster.Builder |
Cluster.Builder.endpointConfig(ClusterEndpointConfig endpointConfig)
The network configuration for access to the Cluster control plane.
|
Cluster.Builder |
Cluster.Builder.endpoints(ClusterEndpoints endpoints)
Endpoints served up by the cluster masters.
|
Cluster.Builder |
Cluster.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
Cluster.Builder |
Cluster.Builder.id(String id)
The OCID of the cluster.
|
Cluster.Builder |
Cluster.Builder.imagePolicyConfig(ImagePolicyConfig imagePolicyConfig)
The image verification policy for signature validation.
|
Cluster.Builder |
Cluster.Builder.kmsKeyId(String kmsKeyId)
The OCID of the KMS key to be used as the master encryption key for Kubernetes secret
encryption.
|
Cluster.Builder |
Cluster.Builder.kubernetesVersion(String kubernetesVersion)
The version of Kubernetes running on the cluster masters.
|
Cluster.Builder |
Cluster.Builder.lifecycleDetails(String lifecycleDetails)
Details about the state of the cluster masters.
|
Cluster.Builder |
Cluster.Builder.lifecycleState(ClusterLifecycleState lifecycleState)
The state of the cluster masters.
|
Cluster.Builder |
Cluster.Builder.metadata(ClusterMetadata metadata)
Metadata about the cluster.
|
Cluster.Builder |
Cluster.Builder.name(String name)
The name of the cluster.
|
Cluster.Builder |
Cluster.Builder.openIdConnectDiscoveryEndpoint(String openIdConnectDiscoveryEndpoint)
The cluster-specific OpenID Connect Discovery endpoint
|
Cluster.Builder |
Cluster.Builder.options(ClusterCreateOptions options)
Optional attributes for the cluster.
|
Cluster.Builder |
Cluster.Builder.systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
Cluster.Builder |
Cluster.toBuilder() |
Cluster.Builder |
Cluster.Builder.type(ClusterType type)
Type of cluster
|
Cluster.Builder |
Cluster.Builder.vcnId(String vcnId)
The OCID of the virtual cloud network (VCN) in which the cluster exists.
|
Copyright © 2016–2024. All rights reserved.