Uses of Class
io.fabric8.openshift.api.model.hive.v1.ClusterDeploymentSpec
-
Packages that use ClusterDeploymentSpec Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of ClusterDeploymentSpec in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return ClusterDeploymentSpec Modifier and Type Method Description ClusterDeploymentSpecClusterDeploymentSpecBuilder. build()ClusterDeploymentSpecClusterDeploymentFluent. buildSpec()ClusterDeploymentSpecClusterDeployment. getSpec()ClusterDeployment is the Schema for the clusterdeployments APIMethods in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterDeploymentSpec Modifier and Type Method Description protected voidClusterDeploymentSpecFluent. copyInstance(ClusterDeploymentSpec instance)ClusterDeploymentFluent.SpecNested<A>ClusterDeploymentFluent. editOrNewSpecLike(ClusterDeploymentSpec item)voidClusterDeployment. setSpec(ClusterDeploymentSpec spec)ClusterDeployment is the Schema for the clusterdeployments APIClusterDeploymentFluent.SpecNested<A>ClusterDeploymentFluent. withNewSpecLike(ClusterDeploymentSpec item)AClusterDeploymentFluent. withSpec(ClusterDeploymentSpec spec)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterDeploymentSpec Constructor Description ClusterDeployment(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ClusterDeploymentSpec spec, ClusterDeploymentStatus status)ClusterDeploymentSpecBuilder(ClusterDeploymentSpec instance)ClusterDeploymentSpecBuilder(ClusterDeploymentSpecFluent<?> fluent, ClusterDeploymentSpec instance)ClusterDeploymentSpecFluent(ClusterDeploymentSpec instance)
-