public interface VersionFluent<T extends VersionFluent<T>>
extends io.fabric8.docker.api.builder.Fluent<T>
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getApiVersion() |
String |
getArch() |
String |
getBuildTime() |
String |
getGitCommit() |
String |
getGoVersion() |
String |
getKernelVersion() |
String |
getOs() |
String |
getVersion() |
Boolean |
isExperimental() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withApiVersion(String ApiVersion) |
T |
withArch(String Arch) |
T |
withBuildTime(String BuildTime) |
T |
withExperimental(Boolean Experimental) |
T |
withGitCommit(String GitCommit) |
T |
withGoVersion(String GoVersion) |
T |
withKernelVersion(String KernelVersion) |
T |
withOs(String Os) |
T |
withVersion(String Version) |
String getApiVersion()
String getArch()
String getBuildTime()
Boolean isExperimental()
String getGitCommit()
String getGoVersion()
String getKernelVersion()
String getOs()
String getVersion()
Copyright © 2015–2016 Red Hat. All rights reserved.