Uses of Class
io.kubernetes.client.openapi.models.V1DeploymentStatus
Packages that use V1DeploymentStatus
-
Uses of V1DeploymentStatus in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1DeploymentStatusModifier and TypeMethodDescriptionV1DeploymentStatus.addConditionsItem
(V1DeploymentCondition conditionsItem) V1DeploymentStatus.availableReplicas
(Integer availableReplicas) V1DeploymentStatus.collisionCount
(Integer collisionCount) V1DeploymentStatus.conditions
(List<V1DeploymentCondition> conditions) static V1DeploymentStatus
Create an instance of V1DeploymentStatus given an JSON stringV1Deployment.getStatus()
Get statusV1DeploymentStatus.observedGeneration
(Long observedGeneration) V1DeploymentStatus.readyReplicas
(Integer readyReplicas) V1DeploymentStatus.unavailableReplicas
(Integer unavailableReplicas) V1DeploymentStatus.updatedReplicas
(Integer updatedReplicas) Methods in io.kubernetes.client.openapi.models with parameters of type V1DeploymentStatusModifier and TypeMethodDescriptionvoid
V1Deployment.setStatus
(V1DeploymentStatus status) V1Deployment.status
(V1DeploymentStatus status)