Uses of Class
io.fabric8.openshift.api.model.DeploymentConfigStatus
-
Packages that use DeploymentConfigStatus Package Description io.fabric8.openshift.api.model -
-
Uses of DeploymentConfigStatus in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return DeploymentConfigStatus Modifier and Type Method Description DeploymentConfigStatusDeploymentConfigStatusBuilder. build()DeploymentConfigStatusDeploymentConfigFluent. buildStatus()DeploymentConfigStatusDeploymentConfig. getStatus()Deployment Configs define the template for a pod and manages deploying new images or configuration changes.Methods in io.fabric8.openshift.api.model with parameters of type DeploymentConfigStatus Modifier and Type Method Description protected voidDeploymentConfigStatusFluent. copyInstance(DeploymentConfigStatus instance)DeploymentConfigFluent.StatusNested<A>DeploymentConfigFluent. editOrNewStatusLike(DeploymentConfigStatus item)voidDeploymentConfig. setStatus(DeploymentConfigStatus status)Deployment Configs define the template for a pod and manages deploying new images or configuration changes.DeploymentConfigFluent.StatusNested<A>DeploymentConfigFluent. withNewStatusLike(DeploymentConfigStatus item)ADeploymentConfigFluent. withStatus(DeploymentConfigStatus status)Constructors in io.fabric8.openshift.api.model with parameters of type DeploymentConfigStatus Constructor Description DeploymentConfig(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, DeploymentConfigSpec spec, DeploymentConfigStatus status)DeploymentConfigStatusBuilder(DeploymentConfigStatus instance)DeploymentConfigStatusBuilder(DeploymentConfigStatusFluent<?> fluent, DeploymentConfigStatus instance)DeploymentConfigStatusFluent(DeploymentConfigStatus instance)
-