Uses of Class
io.fabric8.openshift.api.model.hive.v1.ClusterDeploymentStatus
-
Packages that use ClusterDeploymentStatus Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of ClusterDeploymentStatus in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return ClusterDeploymentStatus Modifier and Type Method Description ClusterDeploymentStatusClusterDeploymentStatusBuilder. build()ClusterDeploymentStatusClusterDeploymentFluent. buildStatus()ClusterDeploymentStatusClusterDeployment. getStatus()ClusterDeployment is the Schema for the clusterdeployments APIMethods in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterDeploymentStatus Modifier and Type Method Description protected voidClusterDeploymentStatusFluent. copyInstance(ClusterDeploymentStatus instance)ClusterDeploymentFluent.StatusNested<A>ClusterDeploymentFluent. editOrNewStatusLike(ClusterDeploymentStatus item)voidClusterDeployment. setStatus(ClusterDeploymentStatus status)ClusterDeployment is the Schema for the clusterdeployments APIClusterDeploymentFluent.StatusNested<A>ClusterDeploymentFluent. withNewStatusLike(ClusterDeploymentStatus item)AClusterDeploymentFluent. withStatus(ClusterDeploymentStatus status)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterDeploymentStatus Constructor Description ClusterDeployment(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ClusterDeploymentSpec spec, ClusterDeploymentStatus status)ClusterDeploymentStatusBuilder(ClusterDeploymentStatus instance)ClusterDeploymentStatusBuilder(ClusterDeploymentStatusFluent<?> fluent, ClusterDeploymentStatus instance)ClusterDeploymentStatusFluent(ClusterDeploymentStatus instance)
-