Interface V1RollingUpdateDeploymentFluent<A extends V1RollingUpdateDeploymentFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1DeploymentStrategyFluent.RollingUpdateNested<N>
- All Known Implementing Classes:
V1RollingUpdateDeploymentBuilder
,V1RollingUpdateDeploymentFluentImpl
public interface V1RollingUpdateDeploymentFluent<A extends V1RollingUpdateDeploymentFluent<A>>
extends Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.custom.IntOrString
io.kubernetes.client.custom.IntOrString
withMaxSurge
(io.kubernetes.client.custom.IntOrString maxSurge) withMaxUnavailable
(io.kubernetes.client.custom.IntOrString maxUnavailable) withNewMaxSurge
(int value) withNewMaxSurge
(String value) withNewMaxUnavailable
(int value) withNewMaxUnavailable
(String value)
-
Method Details
-
getMaxSurge
io.kubernetes.client.custom.IntOrString getMaxSurge() -
withMaxSurge
-
hasMaxSurge
Boolean hasMaxSurge() -
withNewMaxSurge
-
withNewMaxSurge
-