public class V1RollingUpdateStatefulSetStrategyFluentImpl<A extends V1RollingUpdateStatefulSetStrategyFluent<A>> extends BaseFluent<A> implements V1RollingUpdateStatefulSetStrategyFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1RollingUpdateStatefulSetStrategyFluentImpl() |
V1RollingUpdateStatefulSetStrategyFluentImpl(io.kubernetes.client.openapi.models.V1RollingUpdateStatefulSetStrategy instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
io.kubernetes.client.custom.IntOrString |
getMaxUnavailable() |
Integer |
getPartition() |
int |
hashCode() |
Boolean |
hasMaxUnavailable() |
Boolean |
hasPartition() |
String |
toString() |
A |
withMaxUnavailable(io.kubernetes.client.custom.IntOrString maxUnavailable) |
A |
withNewMaxUnavailable(int value) |
A |
withNewMaxUnavailable(String value) |
A |
withPartition(Integer partition) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1RollingUpdateStatefulSetStrategyFluentImpl()
public V1RollingUpdateStatefulSetStrategyFluentImpl(io.kubernetes.client.openapi.models.V1RollingUpdateStatefulSetStrategy instance)
public io.kubernetes.client.custom.IntOrString getMaxUnavailable()
getMaxUnavailable in interface V1RollingUpdateStatefulSetStrategyFluent<A extends V1RollingUpdateStatefulSetStrategyFluent<A>>public A withMaxUnavailable(io.kubernetes.client.custom.IntOrString maxUnavailable)
withMaxUnavailable in interface V1RollingUpdateStatefulSetStrategyFluent<A extends V1RollingUpdateStatefulSetStrategyFluent<A>>public Boolean hasMaxUnavailable()
hasMaxUnavailable in interface V1RollingUpdateStatefulSetStrategyFluent<A extends V1RollingUpdateStatefulSetStrategyFluent<A>>public A withNewMaxUnavailable(int value)
withNewMaxUnavailable in interface V1RollingUpdateStatefulSetStrategyFluent<A extends V1RollingUpdateStatefulSetStrategyFluent<A>>public A withNewMaxUnavailable(String value)
withNewMaxUnavailable in interface V1RollingUpdateStatefulSetStrategyFluent<A extends V1RollingUpdateStatefulSetStrategyFluent<A>>public Integer getPartition()
getPartition in interface V1RollingUpdateStatefulSetStrategyFluent<A extends V1RollingUpdateStatefulSetStrategyFluent<A>>public A withPartition(Integer partition)
withPartition in interface V1RollingUpdateStatefulSetStrategyFluent<A extends V1RollingUpdateStatefulSetStrategyFluent<A>>public Boolean hasPartition()
hasPartition in interface V1RollingUpdateStatefulSetStrategyFluent<A extends V1RollingUpdateStatefulSetStrategyFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1RollingUpdateStatefulSetStrategyFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1RollingUpdateStatefulSetStrategyFluent<A>>Copyright © 2022. All rights reserved.