Uses of Class
io.fabric8.kubernetes.api.model.extensions.DeploymentStatus
-
-
Uses of DeploymentStatus in io.fabric8.kubernetes.api.model.extensions
Methods in io.fabric8.kubernetes.api.model.extensions that return DeploymentStatus Modifier and Type Method Description DeploymentStatusDeploymentStatusBuilder. build()DeploymentStatusDeploymentFluent. buildStatus()DeploymentStatusDeployment. getStatus()DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment.Methods in io.fabric8.kubernetes.api.model.extensions with parameters of type DeploymentStatus Modifier and Type Method Description protected voidDeploymentStatusFluent. copyInstance(DeploymentStatus instance)DeploymentFluent.StatusNested<A>DeploymentFluent. editOrNewStatusLike(DeploymentStatus item)voidDeployment. setStatus(DeploymentStatus status)DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment.DeploymentFluent.StatusNested<A>DeploymentFluent. withNewStatusLike(DeploymentStatus item)ADeploymentFluent. withStatus(DeploymentStatus status)Constructors in io.fabric8.kubernetes.api.model.extensions with parameters of type DeploymentStatus Constructor Description Deployment(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, DeploymentSpec spec, DeploymentStatus status)DeploymentStatusBuilder(DeploymentStatus instance)DeploymentStatusBuilder(DeploymentStatusFluent<?> fluent, DeploymentStatus instance)DeploymentStatusFluent(DeploymentStatus instance)
-