public interface ContainerImageFluent<T extends ContainerImageFluent<T>> extends Fluent<T>
Modifier and Type | Method and Description |
---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToRepoTags(String... items) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getRepoTags() |
Long |
getSize() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromRepoTags(String... items) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withRepoTags(List<String> repoTags) |
T |
withRepoTags(String... repoTags) |
T |
withSize(Long size) |
Long getSize()
Copyright © 2011–2016 Red Hat. All rights reserved.