public class DoneableDockerConfig extends DockerConfigFluentImpl<DoneableDockerConfig> implements Doneable<DockerConfig>
_visitables| Constructor and Description |
|---|
DoneableDockerConfig(DockerConfig item) |
DoneableDockerConfig(DockerConfig item,
Function<DockerConfig,DockerConfig> function) |
DoneableDockerConfig(Function<DockerConfig,DockerConfig> function) |
| Modifier and Type | Method and Description |
|---|---|
DockerConfig |
done() |
addToCmd, addToDns, addToEntrypoint, addToEnv, addToExposedPorts, addToExposedPorts, addToLabels, addToLabels, addToOnBuild, addToPortSpecs, addToSecurityOpts, addToVolumes, addToVolumes, equals, getCmd, getCpuset, getCpuShares, getDns, getDomainname, getEntrypoint, getEnv, getExposedPorts, getHostname, getImage, getLabels, getMemory, getMemorySwap, getOnBuild, getPortSpecs, getSecurityOpts, getUser, getVolumes, getVolumesFrom, getWorkingDir, isAttachStderr, isAttachStdin, isAttachStdout, isNetworkDisabled, isOpenStdin, isStdinOnce, isTty, removeFromCmd, removeFromDns, removeFromEntrypoint, removeFromEnv, removeFromExposedPorts, removeFromExposedPorts, removeFromLabels, removeFromLabels, removeFromOnBuild, removeFromPortSpecs, removeFromSecurityOpts, removeFromVolumes, removeFromVolumes, withAttachStderr, withAttachStdin, withAttachStdout, withCmd, withCmd, withCpuset, withCpuShares, withDns, withDns, withDomainname, withEntrypoint, withEntrypoint, withEnv, withEnv, withExposedPorts, withHostname, withImage, withLabels, withMemory, withMemorySwap, withNetworkDisabled, withOnBuild, withOnBuild, withOpenStdin, withPortSpecs, withPortSpecs, withSecurityOpts, withSecurityOpts, withStdinOnce, withTty, withUser, withVolumes, withVolumesFrom, withWorkingDirpublic DoneableDockerConfig(Function<DockerConfig,DockerConfig> function)
public DoneableDockerConfig(DockerConfig item, Function<DockerConfig,DockerConfig> function)
public DoneableDockerConfig(DockerConfig item)
public DockerConfig done()
done in interface Doneable<DockerConfig>Copyright © 2011–2016 Red Hat. All rights reserved.