Class InfrastructureStatusFluent<A extends InfrastructureStatusFluent<A>>

    • Constructor Detail

      • InfrastructureStatusFluent

        public InfrastructureStatusFluent()
    • Method Detail

      • getApiServerInternalURI

        public String getApiServerInternalURI()
      • withApiServerInternalURI

        public A withApiServerInternalURI​(String apiServerInternalURI)
      • hasApiServerInternalURI

        public boolean hasApiServerInternalURI()
      • getApiServerURL

        public String getApiServerURL()
      • withApiServerURL

        public A withApiServerURL​(String apiServerURL)
      • hasApiServerURL

        public boolean hasApiServerURL()
      • getControlPlaneTopology

        public String getControlPlaneTopology()
      • withControlPlaneTopology

        public A withControlPlaneTopology​(String controlPlaneTopology)
      • hasControlPlaneTopology

        public boolean hasControlPlaneTopology()
      • getCpuPartitioning

        public String getCpuPartitioning()
      • withCpuPartitioning

        public A withCpuPartitioning​(String cpuPartitioning)
      • hasCpuPartitioning

        public boolean hasCpuPartitioning()
      • getEtcdDiscoveryDomain

        public String getEtcdDiscoveryDomain()
      • withEtcdDiscoveryDomain

        public A withEtcdDiscoveryDomain​(String etcdDiscoveryDomain)
      • hasEtcdDiscoveryDomain

        public boolean hasEtcdDiscoveryDomain()
      • getInfrastructureName

        public String getInfrastructureName()
      • withInfrastructureName

        public A withInfrastructureName​(String infrastructureName)
      • hasInfrastructureName

        public boolean hasInfrastructureName()
      • getInfrastructureTopology

        public String getInfrastructureTopology()
      • withInfrastructureTopology

        public A withInfrastructureTopology​(String infrastructureTopology)
      • hasInfrastructureTopology

        public boolean hasInfrastructureTopology()
      • getPlatform

        public String getPlatform()
      • withPlatform

        public A withPlatform​(String platform)
      • hasPlatform

        public boolean hasPlatform()
      • withPlatformStatus

        public A withPlatformStatus​(PlatformStatus platformStatus)
      • hasPlatformStatus

        public boolean hasPlatformStatus()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

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

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends InfrastructureStatusFluent<A>>