| Package | Description |
|---|---|
| io.fabric8.docker.api.model |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableConfig |
| Modifier and Type | Method and Description |
|---|---|
Config |
DoneableConfig.done() |
Config |
ImageInspectFluentImpl.getConfig() |
Config |
ImageInspectFluent.getConfig() |
Config |
ContainerInspectFluentImpl.getConfig() |
Config |
ContainerInspectFluent.getConfig() |
Config |
ImageInspect.getConfig() |
Config |
ContainerInspect.getConfig() |
Config |
ImageInspectFluentImpl.getContainerConfig() |
Config |
ImageInspectFluent.getContainerConfig() |
Config |
ImageInspect.getContainerConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageInspect.setConfig(Config Config) |
void |
ContainerInspect.setConfig(Config Config) |
void |
ImageInspect.setContainerConfig(Config ContainerConfig) |
T |
ImageInspectFluentImpl.withConfig(Config Config) |
T |
ImageInspectFluent.withConfig(Config Config) |
T |
ContainerInspectFluentImpl.withConfig(Config Config) |
T |
ContainerInspectFluent.withConfig(Config Config) |
T |
ImageInspectFluentImpl.withContainerConfig(Config ContainerConfig) |
T |
ImageInspectFluent.withContainerConfig(Config ContainerConfig) |
ImageInspectFluent.ConfigNested<T> |
ImageInspectFluentImpl.withNewConfigLike(Config item) |
ImageInspectFluent.ConfigNested<T> |
ImageInspectFluent.withNewConfigLike(Config item) |
ContainerInspectFluent.ConfigNested<T> |
ContainerInspectFluentImpl.withNewConfigLike(Config item) |
ContainerInspectFluent.ConfigNested<T> |
ContainerInspectFluent.withNewConfigLike(Config item) |
ImageInspectFluent.ContainerConfigNested<T> |
ImageInspectFluentImpl.withNewContainerConfigLike(Config item) |
ImageInspectFluent.ContainerConfigNested<T> |
ImageInspectFluent.withNewContainerConfigLike(Config item) |
| Constructor and Description |
|---|
ConfigBuilder(Config instance) |
ConfigBuilder(ConfigFluent<?> fluent,
Config instance) |
ConfigFluentImpl(Config instance) |
ContainerInspect(String AppArmorProfile,
List<String> Args,
String Created,
String Driver,
String ExecDriver,
List<String> ExecIDs,
GraphDriverData GraphDriver,
HostConfig HostConfig,
String HostnamePath,
String HostsPath,
String Id,
String Image,
String LogPath,
String MountLabel,
String Name,
String Path,
String ProcessLabel,
String ResolvConfPath,
Integer RestartCount,
Long SizeRootFs,
Long SizeRw,
ContainerState State,
Config config,
List<MountPoint> mounts,
NetworkSettings networkSettings) |
DoneableConfig(Config item) |
DoneableConfig(Config item,
io.fabric8.docker.api.builder.Function<Config,Config> function) |
EditableContainerInspect(String AppArmorProfile,
List<String> Args,
String Created,
String Driver,
String ExecDriver,
List<String> ExecIDs,
GraphDriverData GraphDriver,
HostConfig HostConfig,
String HostnamePath,
String HostsPath,
String Id,
String Image,
String LogPath,
String MountLabel,
String Name,
String Path,
String ProcessLabel,
String ResolvConfPath,
Integer RestartCount,
Long SizeRootFs,
Long SizeRw,
ContainerState State,
Config config,
List<MountPoint> mounts,
NetworkSettings networkSettings) |
EditableImageInspect(String Architecture,
String Author,
String Comment,
Config Config,
String Container,
Config ContainerConfig,
String Created,
String DockerVersion,
GraphDriverData GraphDriver,
String Id,
String Os,
String Parent,
List<String> RepoDigests,
List<String> RepoTags,
Long Size,
Long VirtualSize) |
ImageInspect(String Architecture,
String Author,
String Comment,
Config Config,
String Container,
Config ContainerConfig,
String Created,
String DockerVersion,
GraphDriverData GraphDriver,
String Id,
String Os,
String Parent,
List<String> RepoDigests,
List<String> RepoTags,
Long Size,
Long VirtualSize) |
| Constructor and Description |
|---|
DoneableConfig(Config item,
io.fabric8.docker.api.builder.Function<Config,Config> function) |
DoneableConfig(Config item,
io.fabric8.docker.api.builder.Function<Config,Config> function) |
DoneableConfig(io.fabric8.docker.api.builder.Function<Config,Config> function) |
DoneableConfig(io.fabric8.docker.api.builder.Function<Config,Config> function) |
Copyright © 2015–2016 Red Hat. All rights reserved.