public class ImageManifestFluent<A extends ImageManifestFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ImageManifestFluent() |
ImageManifestFluent(ImageManifest instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getArchitecture() |
String |
getDigest() |
Long |
getManifestSize() |
String |
getMediaType() |
String |
getOs() |
String |
getVariant() |
boolean |
hasAdditionalProperties() |
boolean |
hasArchitecture() |
boolean |
hasDigest() |
int |
hashCode() |
boolean |
hasManifestSize() |
boolean |
hasMediaType() |
boolean |
hasOs() |
boolean |
hasVariant() |
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 |
withDigest(String digest) |
A |
withManifestSize(Long manifestSize) |
A |
withMediaType(String mediaType) |
A |
withOs(String os) |
A |
withVariant(String variant) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ImageManifestFluent()
public ImageManifestFluent(ImageManifest instance)
public String getArchitecture()
public boolean hasArchitecture()
public String getDigest()
public boolean hasDigest()
public Long getManifestSize()
public boolean hasManifestSize()
public String getMediaType()
public boolean hasMediaType()
public String getOs()
public boolean hasOs()
public String getVariant()
public boolean hasVariant()
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 ImageManifestFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageManifestFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.