Uses of Class
io.fabric8.openshift.api.model.config.v1.PlatformStatus
-
Packages that use PlatformStatus Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of PlatformStatus in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return PlatformStatus Modifier and Type Method Description PlatformStatusPlatformStatusBuilder. build()PlatformStatusInfrastructureStatusFluent. buildPlatformStatus()PlatformStatusInfrastructureStatus. getPlatformStatus()InfrastructureStatus describes the infrastructure the cluster is leveraging.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type PlatformStatus Modifier and Type Method Description protected voidPlatformStatusFluent. copyInstance(PlatformStatus instance)InfrastructureStatusFluent.PlatformStatusNested<A>InfrastructureStatusFluent. editOrNewPlatformStatusLike(PlatformStatus item)voidInfrastructureStatus. setPlatformStatus(PlatformStatus platformStatus)InfrastructureStatus describes the infrastructure the cluster is leveraging.InfrastructureStatusFluent.PlatformStatusNested<A>InfrastructureStatusFluent. withNewPlatformStatusLike(PlatformStatus item)AInfrastructureStatusFluent. withPlatformStatus(PlatformStatus platformStatus)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type PlatformStatus Constructor Description InfrastructureStatus(String apiServerInternalURI, String apiServerURL, String controlPlaneTopology, String cpuPartitioning, String etcdDiscoveryDomain, String infrastructureName, String infrastructureTopology, String platform, PlatformStatus platformStatus)PlatformStatusBuilder(PlatformStatus instance)PlatformStatusBuilder(PlatformStatusFluent<?> fluent, PlatformStatus instance)PlatformStatusFluent(PlatformStatus instance)
-