public class UpdateFluentImpl<A extends UpdateFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements UpdateFluent<A>
| Constructor and Description |
|---|
UpdateFluentImpl() |
UpdateFluentImpl(Update instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getImage() |
String |
getVersion() |
Boolean |
hasForce() |
int |
hashCode() |
Boolean |
hasImage() |
Boolean |
hasVersion() |
Boolean |
isForce() |
A |
withForce(Boolean force) |
A |
withImage(String image) |
A |
withNewForce(boolean arg1) |
A |
withNewForce(String arg1) |
A |
withNewImage(String arg1) |
A |
withNewImage(StringBuffer arg1) |
A |
withNewImage(StringBuilder arg1) |
A |
withNewVersion(String arg1) |
A |
withNewVersion(StringBuffer arg1) |
A |
withNewVersion(StringBuilder arg1) |
A |
withVersion(String version) |
public UpdateFluentImpl()
public UpdateFluentImpl(Update instance)
public Boolean isForce()
isForce in interface UpdateFluent<A extends UpdateFluent<A>>public A withForce(Boolean force)
withForce in interface UpdateFluent<A extends UpdateFluent<A>>public Boolean hasForce()
hasForce in interface UpdateFluent<A extends UpdateFluent<A>>public A withNewForce(String arg1)
withNewForce in interface UpdateFluent<A extends UpdateFluent<A>>public A withNewForce(boolean arg1)
withNewForce in interface UpdateFluent<A extends UpdateFluent<A>>public String getImage()
getImage in interface UpdateFluent<A extends UpdateFluent<A>>public A withImage(String image)
withImage in interface UpdateFluent<A extends UpdateFluent<A>>public Boolean hasImage()
hasImage in interface UpdateFluent<A extends UpdateFluent<A>>public A withNewImage(String arg1)
withNewImage in interface UpdateFluent<A extends UpdateFluent<A>>public A withNewImage(StringBuilder arg1)
withNewImage in interface UpdateFluent<A extends UpdateFluent<A>>public A withNewImage(StringBuffer arg1)
withNewImage in interface UpdateFluent<A extends UpdateFluent<A>>public String getVersion()
getVersion in interface UpdateFluent<A extends UpdateFluent<A>>public A withVersion(String version)
withVersion in interface UpdateFluent<A extends UpdateFluent<A>>public Boolean hasVersion()
hasVersion in interface UpdateFluent<A extends UpdateFluent<A>>public A withNewVersion(String arg1)
withNewVersion in interface UpdateFluent<A extends UpdateFluent<A>>public A withNewVersion(StringBuilder arg1)
withNewVersion in interface UpdateFluent<A extends UpdateFluent<A>>public A withNewVersion(StringBuffer arg1)
withNewVersion in interface UpdateFluent<A extends UpdateFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.