Uses of Class
io.fabric8.openshift.api.model.hive.v1.ClusterRelocateSpec
-
Packages that use ClusterRelocateSpec Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of ClusterRelocateSpec in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return ClusterRelocateSpec Modifier and Type Method Description ClusterRelocateSpecClusterRelocateSpecBuilder. build()ClusterRelocateSpecClusterRelocateFluent. buildSpec()ClusterRelocateSpecClusterRelocate. getSpec()ClusterRelocate is the Schema for the ClusterRelocates APIMethods in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterRelocateSpec Modifier and Type Method Description protected voidClusterRelocateSpecFluent. copyInstance(ClusterRelocateSpec instance)ClusterRelocateFluent.SpecNested<A>ClusterRelocateFluent. editOrNewSpecLike(ClusterRelocateSpec item)voidClusterRelocate. setSpec(ClusterRelocateSpec spec)ClusterRelocate is the Schema for the ClusterRelocates APIClusterRelocateFluent.SpecNested<A>ClusterRelocateFluent. withNewSpecLike(ClusterRelocateSpec item)AClusterRelocateFluent. withSpec(ClusterRelocateSpec spec)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterRelocateSpec Constructor Description ClusterRelocate(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ClusterRelocateSpec spec, ClusterRelocateStatus status)ClusterRelocateSpecBuilder(ClusterRelocateSpec instance)ClusterRelocateSpecBuilder(ClusterRelocateSpecFluent<?> fluent, ClusterRelocateSpec instance)ClusterRelocateSpecFluent(ClusterRelocateSpec instance)
-