Uses of Class
io.fabric8.openshift.api.model.config.v1.InfrastructureStatus
-
Packages that use InfrastructureStatus Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of InfrastructureStatus in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return InfrastructureStatus Modifier and Type Method Description InfrastructureStatusInfrastructureStatusBuilder. build()InfrastructureStatusInfrastructureFluent. buildStatus()InfrastructureStatusInfrastructure. getStatus()Infrastructure holds cluster-wide information about Infrastructure.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type InfrastructureStatus Modifier and Type Method Description protected voidInfrastructureStatusFluent. copyInstance(InfrastructureStatus instance)InfrastructureFluent.StatusNested<A>InfrastructureFluent. editOrNewStatusLike(InfrastructureStatus item)voidInfrastructure. setStatus(InfrastructureStatus status)Infrastructure holds cluster-wide information about Infrastructure.InfrastructureFluent.StatusNested<A>InfrastructureFluent. withNewStatusLike(InfrastructureStatus item)AInfrastructureFluent. withStatus(InfrastructureStatus status)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type InfrastructureStatus Constructor Description Infrastructure(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, InfrastructureSpec spec, InfrastructureStatus status)InfrastructureStatusBuilder(InfrastructureStatus instance)InfrastructureStatusBuilder(InfrastructureStatusFluent<?> fluent, InfrastructureStatus instance)InfrastructureStatusFluent(InfrastructureStatus instance)
-