Uses of Class
io.fabric8.openshift.api.model.hive.v1.ClusterPoolStatus
-
Packages that use ClusterPoolStatus Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of ClusterPoolStatus in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return ClusterPoolStatus Modifier and Type Method Description ClusterPoolStatusClusterPoolStatusBuilder. build()ClusterPoolStatusClusterPoolFluent. buildStatus()ClusterPoolStatusClusterPool. getStatus()ClusterPool represents a pool of clusters that should be kept ready to be given out to users.Methods in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterPoolStatus Modifier and Type Method Description protected voidClusterPoolStatusFluent. copyInstance(ClusterPoolStatus instance)ClusterPoolFluent.StatusNested<A>ClusterPoolFluent. editOrNewStatusLike(ClusterPoolStatus item)voidClusterPool. setStatus(ClusterPoolStatus status)ClusterPool represents a pool of clusters that should be kept ready to be given out to users.ClusterPoolFluent.StatusNested<A>ClusterPoolFluent. withNewStatusLike(ClusterPoolStatus item)AClusterPoolFluent. withStatus(ClusterPoolStatus status)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterPoolStatus Constructor Description ClusterPool(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ClusterPoolSpec spec, ClusterPoolStatus status)ClusterPoolStatusBuilder(ClusterPoolStatus instance)ClusterPoolStatusBuilder(ClusterPoolStatusFluent<?> fluent, ClusterPoolStatus instance)ClusterPoolStatusFluent(ClusterPoolStatus instance)
-