Class IBMCloudPlatformStatus

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<IBMCloudPlatformStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class IBMCloudPlatformStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<IBMCloudPlatformStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    IBMCloudPlatformStatus holds the current status of the IBMCloud infrastructure provider.
    See Also:
    Serialized Form
    • Constructor Detail

      • IBMCloudPlatformStatus

        public IBMCloudPlatformStatus()
        No args constructor for use in serialization
    • Method Detail

      • getCisInstanceCRN

        public String getCisInstanceCRN()
        CISInstanceCRN is the CRN of the Cloud Internet Services instance managing the DNS zone for the cluster's base domain
      • setCisInstanceCRN

        public void setCisInstanceCRN​(String cisInstanceCRN)
        CISInstanceCRN is the CRN of the Cloud Internet Services instance managing the DNS zone for the cluster's base domain
      • getDnsInstanceCRN

        public String getDnsInstanceCRN()
        DNSInstanceCRN is the CRN of the DNS Services instance managing the DNS zone for the cluster's base domain
      • setDnsInstanceCRN

        public void setDnsInstanceCRN​(String dnsInstanceCRN)
        DNSInstanceCRN is the CRN of the DNS Services instance managing the DNS zone for the cluster's base domain
      • getLocation

        public String getLocation()
        Location is where the cluster has been deployed
      • setLocation

        public void setLocation​(String location)
        Location is where the cluster has been deployed
      • getProviderType

        public String getProviderType()
        ProviderType indicates the type of cluster that was created
      • setProviderType

        public void setProviderType​(String providerType)
        ProviderType indicates the type of cluster that was created
      • getResourceGroupName

        public String getResourceGroupName()
        ResourceGroupName is the Resource Group for new IBMCloud resources created for the cluster.
      • setResourceGroupName

        public void setResourceGroupName​(String resourceGroupName)
        ResourceGroupName is the Resource Group for new IBMCloud resources created for the cluster.
      • getServiceEndpoints

        public List<IBMCloudServiceEndpoint> getServiceEndpoints()
        serviceEndpoints is a list of custom endpoints which will override the default service endpoints of an IBM Cloud service. These endpoints are consumed by components within the cluster to reach the respective IBM Cloud Services.
      • setServiceEndpoints

        public void setServiceEndpoints​(List<IBMCloudServiceEndpoint> serviceEndpoints)
        serviceEndpoints is a list of custom endpoints which will override the default service endpoints of an IBM Cloud service. These endpoints are consumed by components within the cluster to reach the respective IBM Cloud Services.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)