Uses of Class
io.fabric8.kubernetes.api.model.apps.DeploymentStatus
-
-
Uses of DeploymentStatus in io.fabric8.kubernetes.api.model.apps
Methods in io.fabric8.kubernetes.api.model.apps that return DeploymentStatus Modifier and Type Method Description DeploymentStatusDeploymentStatusBuilder. build()DeploymentStatusDeploymentFluent. buildStatus()DeploymentStatusDeployment. getStatus()Deployment enables declarative updates for Pods and ReplicaSets.Methods in io.fabric8.kubernetes.api.model.apps 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)Deployment enables declarative updates for Pods and ReplicaSets.DeploymentFluent.StatusNested<A>DeploymentFluent. withNewStatusLike(DeploymentStatus item)ADeploymentFluent. withStatus(DeploymentStatus status)Constructors in io.fabric8.kubernetes.api.model.apps 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)
-