public interface ImageFluent<A extends ImageFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getChecksum() |
String |
getChecksumType() |
String |
getFormat() |
String |
getUrl() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasChecksum() |
Boolean |
hasChecksumType() |
Boolean |
hasFormat() |
Boolean |
hasUrl() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withChecksum(String checksum) |
A |
withChecksumType(String checksumType) |
A |
withFormat(String format) |
A |
withUrl(String url) |
String getChecksum()
Boolean hasChecksum()
String getChecksumType()
Boolean hasChecksumType()
String getFormat()
Boolean hasFormat()
String getUrl()
Boolean hasUrl()
Boolean hasAdditionalProperties()
Copyright © 2015–2023 Red Hat. All rights reserved.