Package com.cloudera.cdp.ml.model
Class KubernetesCluster
java.lang.Object
com.cloudera.cdp.ml.model.KubernetesCluster
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:27.700-07:00")
public class KubernetesCluster
extends Object
The Kubernetes cluster information
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for authorizedIpRanges.Getter for authorizedIpRangesAllowList.Getter for baseDomain.Getter for clusterCrn.Getter for clusterName.Getter for domainName.Getter for instanceGroups.Deprecated.Deprecated.Getter for liftieID.Getter for subnets.getTags()Getter for tags.inthashCode()voidsetAuthorizedIpRanges(String authorizedIpRanges) Setter for authorizedIpRanges.voidsetAuthorizedIpRangesAllowList(Boolean authorizedIpRangesAllowList) Setter for authorizedIpRangesAllowList.voidsetBaseDomain(String baseDomain) Setter for baseDomain.voidsetClusterCrn(String clusterCrn) Setter for clusterCrn.voidsetClusterName(String clusterName) Setter for clusterName.voidsetDomainName(String domainName) Setter for domainName.voidsetInstanceGroups(List<WorkspaceInstanceGroup> instanceGroups) Setter for instanceGroups.voidsetIpAllowlist(String ipAllowlist) Deprecated.voidsetIsPublic(Boolean isPublic) Deprecated.voidsetLiftieID(String liftieID) Setter for liftieID.voidsetSubnets(String subnets) Setter for subnets.voidSetter for tags.toString()
-
Constructor Details
-
KubernetesCluster
public KubernetesCluster()
-
-
Method Details
-
getClusterName
Getter for clusterName. The name of the Kubernetes cluster. -
setClusterName
Setter for clusterName. The name of the Kubernetes cluster. -
getDomainName
Getter for domainName. The domain name for the cluster. -
setDomainName
Setter for domainName. The domain name for the cluster. -
getLiftieID
Getter for liftieID. The identifier in Cloudera Data Platform Compute Service corresponding to this Kubernetes cluster. -
setLiftieID
Setter for liftieID. The identifier in Cloudera Data Platform Compute Service corresponding to this Kubernetes cluster. -
getIsPublic
Deprecated.Getter for isPublic. Deprecated: Please use isPrivateCluster instead, as this will soon be unsupported. -
setIsPublic
Deprecated.Setter for isPublic. Deprecated: Please use isPrivateCluster instead, as this will soon be unsupported. -
getIpAllowlist
Deprecated.Getter for ipAllowlist. Deprecated: Please use loadBalancerIPWhitelists instead, as this will soon be unsupported. -
setIpAllowlist
Deprecated.Setter for ipAllowlist. Deprecated: Please use loadBalancerIPWhitelists instead, as this will soon be unsupported. -
getBaseDomain
Getter for baseDomain. The base domain for this cluster. -
setBaseDomain
Setter for baseDomain. The base domain for this cluster. -
getSubnets
Getter for subnets. The subnets associated with this cluster. -
setSubnets
Setter for subnets. The subnets associated with this cluster. -
getAuthorizedIpRanges
Getter for authorizedIpRanges. The allow list of CIDR blocks which can access the API server. -
setAuthorizedIpRanges
Setter for authorizedIpRanges. The allow list of CIDR blocks which can access the API server. -
getAuthorizedIpRangesAllowList
Getter for authorizedIpRangesAllowList. Whether to allow only 'authorizedIPRanges' given or all public IPs. -
setAuthorizedIpRangesAllowList
Setter for authorizedIpRangesAllowList. Whether to allow only 'authorizedIPRanges' given or all public IPs. -
getTags
Getter for tags. Tags provided by the user at the time of app creation. -
setTags
Setter for tags. Tags provided by the user at the time of app creation. -
getInstanceGroups
Getter for instanceGroups. The instance groups. -
setInstanceGroups
Setter for instanceGroups. The instance groups. -
getClusterCrn
Getter for clusterCrn. The cluster CRN of the kubernetes cluster. -
setClusterCrn
Setter for clusterCrn. The cluster CRN of the kubernetes cluster. -
equals
-
hashCode
public int hashCode() -
toString
-