Uses of Class
io.fabric8.openshift.api.model.hive.v1.ClusterPoolSpec
-
Packages that use ClusterPoolSpec Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of ClusterPoolSpec in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return ClusterPoolSpec Modifier and Type Method Description ClusterPoolSpecClusterPoolSpecBuilder. build()ClusterPoolSpecClusterPoolFluent. buildSpec()ClusterPoolSpecClusterPool. getSpec()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 ClusterPoolSpec Modifier and Type Method Description protected voidClusterPoolSpecFluent. copyInstance(ClusterPoolSpec instance)ClusterPoolFluent.SpecNested<A>ClusterPoolFluent. editOrNewSpecLike(ClusterPoolSpec item)voidClusterPool. setSpec(ClusterPoolSpec spec)ClusterPool represents a pool of clusters that should be kept ready to be given out to users.ClusterPoolFluent.SpecNested<A>ClusterPoolFluent. withNewSpecLike(ClusterPoolSpec item)AClusterPoolFluent. withSpec(ClusterPoolSpec spec)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterPoolSpec Constructor Description ClusterPool(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ClusterPoolSpec spec, ClusterPoolStatus status)ClusterPoolSpecBuilder(ClusterPoolSpec instance)ClusterPoolSpecBuilder(ClusterPoolSpecFluent<?> fluent, ClusterPoolSpec instance)ClusterPoolSpecFluent(ClusterPoolSpec instance)
-