Uses of Class
io.kubernetes.client.openapi.models.V1RollingUpdateDeployment
Packages that use V1RollingUpdateDeployment
-
Uses of V1RollingUpdateDeployment in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1RollingUpdateDeploymentModifier and TypeMethodDescriptionstatic V1RollingUpdateDeployment
Create an instance of V1RollingUpdateDeployment given an JSON stringV1DeploymentStrategy.getRollingUpdate()
Get rollingUpdateV1RollingUpdateDeployment.maxSurge
(IntOrString maxSurge) V1RollingUpdateDeployment.maxUnavailable
(IntOrString maxUnavailable) Methods in io.kubernetes.client.openapi.models with parameters of type V1RollingUpdateDeploymentModifier and TypeMethodDescriptionV1DeploymentStrategy.rollingUpdate
(V1RollingUpdateDeployment rollingUpdate) void
V1DeploymentStrategy.setRollingUpdate
(V1RollingUpdateDeployment rollingUpdate)