Uses of Class
io.fabric8.openshift.api.model.hive.v1.ClusterStateSpec
-
Packages that use ClusterStateSpec Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of ClusterStateSpec in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return ClusterStateSpec Modifier and Type Method Description ClusterStateSpecClusterStateSpecBuilder. build()ClusterStateSpecClusterStateFluent. buildSpec()ClusterStateSpecClusterState. getSpec()ClusterState is the Schema for the clusterstates APIMethods in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterStateSpec Modifier and Type Method Description protected voidClusterStateSpecFluent. copyInstance(ClusterStateSpec instance)ClusterStateFluent.SpecNested<A>ClusterStateFluent. editOrNewSpecLike(ClusterStateSpec item)voidClusterState. setSpec(ClusterStateSpec spec)ClusterState is the Schema for the clusterstates APIClusterStateFluent.SpecNested<A>ClusterStateFluent. withNewSpecLike(ClusterStateSpec item)AClusterStateFluent. withSpec(ClusterStateSpec spec)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterStateSpec Constructor Description ClusterState(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ClusterStateSpec spec, ClusterStateStatus status)ClusterStateSpecBuilder(ClusterStateSpec instance)ClusterStateSpecBuilder(ClusterStateSpecFluent<?> fluent, ClusterStateSpec instance)ClusterStateSpecFluent(ClusterStateSpec instance)
-