Uses of Class
com.oracle.bmc.containerengine.model.ClusterEndpoints
-
Packages that use ClusterEndpoints Package Description com.oracle.bmc.containerengine.model -
-
Uses of ClusterEndpoints in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return ClusterEndpoints Modifier and Type Method Description ClusterEndpoints
ClusterEndpoints.Builder. build()
ClusterEndpoints
Cluster. getEndpoints()
Endpoints served up by the cluster masters.ClusterEndpoints
ClusterSummary. getEndpoints()
Endpoints served up by the cluster masters.Methods in com.oracle.bmc.containerengine.model with parameters of type ClusterEndpoints Modifier and Type Method Description ClusterEndpoints.Builder
ClusterEndpoints.Builder. copy(ClusterEndpoints model)
Cluster.Builder
Cluster.Builder. endpoints(ClusterEndpoints endpoints)
Endpoints served up by the cluster masters.ClusterSummary.Builder
ClusterSummary.Builder. endpoints(ClusterEndpoints endpoints)
Endpoints served up by the cluster masters.Constructors in com.oracle.bmc.containerengine.model with parameters of type ClusterEndpoints Constructor 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.
-