public class UpdateFluent<A extends UpdateFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
UpdateFluent() |
UpdateFluent(Update instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(Update instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getArchitecture() |
Boolean |
getForce() |
String |
getImage() |
String |
getVersion() |
boolean |
hasAdditionalProperties() |
boolean |
hasArchitecture() |
boolean |
hasForce() |
int |
hashCode() |
boolean |
hasImage() |
boolean |
hasVersion() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withArchitecture(String architecture) |
A |
withForce() |
A |
withForce(Boolean force) |
A |
withImage(String image) |
A |
withVersion(String version) |
public UpdateFluent()
public UpdateFluent(Update instance)
protected void copyInstance(Update instance)
public String getArchitecture()
public boolean hasArchitecture()
public Boolean getForce()
public boolean hasForce()
public String getImage()
public boolean hasImage()
public String getVersion()
public boolean hasVersion()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends UpdateFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends UpdateFluent<A>>public A withForce()
Copyright © 2015–2024 Red Hat. All rights reserved.