public class ImageFluent<A extends ImageFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ImageFluent() |
ImageFluent(Image instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(Image instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDigest() |
String |
getName() |
String |
getNewName() |
String |
getNewTag() |
String |
getTagSuffix() |
boolean |
hasAdditionalProperties() |
boolean |
hasDigest() |
int |
hashCode() |
boolean |
hasName() |
boolean |
hasNewName() |
boolean |
hasNewTag() |
boolean |
hasTagSuffix() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDigest(String digest) |
A |
withName(String name) |
A |
withNewName(String newName) |
A |
withNewTag(String newTag) |
A |
withTagSuffix(String tagSuffix) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ImageFluent()
public ImageFluent(Image instance)
protected void copyInstance(Image instance)
public String getDigest()
public boolean hasDigest()
public String getName()
public boolean hasName()
public String getNewName()
public boolean hasNewName()
public String getNewTag()
public boolean hasNewTag()
public String getTagSuffix()
public boolean hasTagSuffix()
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 ImageFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.