Class Platform
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.ibmcloud.v1.Platform
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<PlatformBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class Platform extends Object implements io.fabric8.kubernetes.api.builder.Editable<PlatformBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
Platform stores all the global configuration that all machinesets use.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlatformBuilderedit()StringgetAccountID()AccountID is the IBM Cloud Account ID.Map<String,Object>getAdditionalProperties()StringgetCisInstanceCRN()CISInstanceCRN is the IBM Cloud Internet Services Instance CRN CISInstanceCRN is DEPRECATED and gathered via the IBM Cloud API for the provided credentials and cluster deployment base domain.io.fabric8.kubernetes.api.model.LocalObjectReferencegetCredentialsSecretRef()Platform stores all the global configuration that all machinesets use.StringgetRegion()Region specifies the IBM Cloud region where the cluster will be created.voidsetAccountID(String accountID)AccountID is the IBM Cloud Account ID.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCisInstanceCRN(String cisInstanceCRN)CISInstanceCRN is the IBM Cloud Internet Services Instance CRN CISInstanceCRN is DEPRECATED and gathered via the IBM Cloud API for the provided credentials and cluster deployment base domain.voidsetCredentialsSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef)Platform stores all the global configuration that all machinesets use.voidsetRegion(String region)Region specifies the IBM Cloud region where the cluster will be created.PlatformBuildertoBuilder()
-
-
-
Method Detail
-
getAccountID
public String getAccountID()
AccountID is the IBM Cloud Account ID. AccountID is DEPRECATED and is gathered via the IBM Cloud API for the provided credentials. This field will be ignored.
-
setAccountID
public void setAccountID(String accountID)
AccountID is the IBM Cloud Account ID. AccountID is DEPRECATED and is gathered via the IBM Cloud API for the provided credentials. This field will be ignored.
-
getCisInstanceCRN
public String getCisInstanceCRN()
CISInstanceCRN is the IBM Cloud Internet Services Instance CRN CISInstanceCRN is DEPRECATED and gathered via the IBM Cloud API for the provided credentials and cluster deployment base domain. This field will be ignored.
-
setCisInstanceCRN
public void setCisInstanceCRN(String cisInstanceCRN)
CISInstanceCRN is the IBM Cloud Internet Services Instance CRN CISInstanceCRN is DEPRECATED and gathered via the IBM Cloud API for the provided credentials and cluster deployment base domain. This field will be ignored.
-
getCredentialsSecretRef
public io.fabric8.kubernetes.api.model.LocalObjectReference getCredentialsSecretRef()
Platform stores all the global configuration that all machinesets use.
-
setCredentialsSecretRef
public void setCredentialsSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef)
Platform stores all the global configuration that all machinesets use.
-
getRegion
public String getRegion()
Region specifies the IBM Cloud region where the cluster will be created.
-
setRegion
public void setRegion(String region)
Region specifies the IBM Cloud region where the cluster will be created.
-
edit
public PlatformBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PlatformBuilder>
-
toBuilder
public PlatformBuilder toBuilder()
-
-