public class RollingUpdateFluentImpl<A extends RollingUpdateFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RollingUpdateFluent<A>
| Constructor and Description |
|---|
RollingUpdateFluentImpl() |
RollingUpdateFluentImpl(RollingUpdate instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMaxSurge() |
String |
getMaxUnavailable() |
int |
hashCode() |
Boolean |
hasMaxSurge() |
Boolean |
hasMaxUnavailable() |
String |
toString() |
A |
withMaxSurge(String maxSurge) |
A |
withMaxUnavailable(String maxUnavailable) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic RollingUpdateFluentImpl()
public RollingUpdateFluentImpl(RollingUpdate instance)
public String getMaxUnavailable()
getMaxUnavailable in interface RollingUpdateFluent<A extends RollingUpdateFluent<A>>public A withMaxUnavailable(String maxUnavailable)
withMaxUnavailable in interface RollingUpdateFluent<A extends RollingUpdateFluent<A>>public Boolean hasMaxUnavailable()
hasMaxUnavailable in interface RollingUpdateFluent<A extends RollingUpdateFluent<A>>public String getMaxSurge()
getMaxSurge in interface RollingUpdateFluent<A extends RollingUpdateFluent<A>>public A withMaxSurge(String maxSurge)
withMaxSurge in interface RollingUpdateFluent<A extends RollingUpdateFluent<A>>public Boolean hasMaxSurge()
hasMaxSurge in interface RollingUpdateFluent<A extends RollingUpdateFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RollingUpdateFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RollingUpdateFluent<A>>Copyright © 2018–2023 Red Hat. All rights reserved.