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) |
Boolean |
getForce() |
String |
getImage() |
String |
getVersion() |
Boolean |
hasForce() |
int |
hashCode() |
Boolean |
hasImage() |
Boolean |
hasVersion() |
A |
withForce(Boolean force) |
A |
withImage(String image) |
A |
withNewImage(String arg0)
Deprecated.
|
A |
withNewVersion(String arg0)
Deprecated.
|
A |
withVersion(String version) |
public UpdateFluentImpl()
public UpdateFluentImpl(Update instance)
public Boolean getForce()
getForce 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 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>>@Deprecated public A withNewImage(String arg0)
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>>@Deprecated public A withNewVersion(String arg0)
withNewVersion in interface UpdateFluent<A extends UpdateFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.