| Package | Description |
|---|---|
| io.fabric8.docker.api.model |
| Modifier and Type | Class and Description |
|---|---|
class |
EditablePort |
| Modifier and Type | Method and Description |
|---|---|
Port |
DoneablePort.done() |
Port |
DockerSchemaFluent.getPort() |
Port |
DockerSchemaFluentImpl.getPort() |
Port |
DockerSchema.getPort() |
| Modifier and Type | Method and Description |
|---|---|
List<Port> |
ContainerFluent.getPorts() |
List<Port> |
ContainerFluentImpl.getPorts() |
List<Port> |
Container.getPorts() |
| Modifier and Type | Method and Description |
|---|---|
ContainerFluent.PortsNested<T> |
ContainerFluent.addNewPortLike(Port item) |
ContainerFluent.PortsNested<T> |
ContainerFluentImpl.addNewPortLike(Port item) |
T |
ContainerFluent.addToPorts(Port... items) |
T |
ContainerFluentImpl.addToPorts(Port... items) |
T |
ContainerFluent.removeFromPorts(Port... items) |
T |
ContainerFluentImpl.removeFromPorts(Port... items) |
void |
DockerSchema.setPort(Port Port) |
DockerSchemaFluent.PortNested<T> |
DockerSchemaFluent.withNewPortLike(Port item) |
DockerSchemaFluent.PortNested<T> |
DockerSchemaFluentImpl.withNewPortLike(Port item) |
T |
DockerSchemaFluent.withPort(Port Port) |
T |
DockerSchemaFluentImpl.withPort(Port Port) |
T |
ContainerFluent.withPorts(Port... ports) |
T |
ContainerFluentImpl.withPorts(Port... ports) |
| Modifier and Type | Method and Description |
|---|---|
void |
Container.setPorts(List<Port> ports) |
T |
ContainerFluent.withPorts(List<Port> ports) |
T |
ContainerFluentImpl.withPorts(List<Port> ports) |
| Constructor and Description |
|---|
DockerSchema(Address Address,
AuthConfig AuthConfig,
AuthResponse AuthResponse,
ContainerChange ContainerChange,
ContainerCommitResponse ContainerCommitResponse,
ContainerCreateResponse ContainerCreateResponse,
ContainerExecCreateResponse ContainerExecCreateResponse,
ContainerJSONBase ContainerJSONBase,
ContainerPathStat ContainerPathStat,
ContainerProcessList ContainerProcessList,
ContainerState ContainerState,
ContainerWaitResponse ContainerWaitResponse,
CopyConfig CopyConfig,
DefaultNetworkSettings DefaultNetworkSettings,
EndpointResource EndpointResource,
EndpointSettings EndpointSettings,
ExecConfig ExecConfig,
ExecStartCheck ExecStartCheck,
GraphDriverData GraphDriverData,
HostConfig HostConfig,
IPAM IPAM,
IPAMConfig IPAMConfig,
Image Image,
ImageDelete ImageDelete,
ImageHistory ImageHistory,
ImageInspect ImageInspect,
IndexInfo IndexInfo,
Info Info,
LogConfig LogConfig,
MountPoint MountPoint,
NetworkConnect NetworkConnect,
NetworkCreate NetworkCreateRequest,
NetworkCreateResponse NetworkCreateResponse,
NetworkDisconnect NetworkDisconnect,
NetworkResource NetworkResource,
NetworkSettings NetworkSettings,
NetworkSettingsBase NetworkSettingsBase,
Port Port,
PortBinding PortBinding,
SearchResult SearchResult,
SearchResults SearchResults,
ServiceConfig ServiceConfig,
Stats Stats,
StrSlice StrSlice,
Version Version,
Volume Volume,
VolumeCreateRequest VolumeCreateRequest,
VolumesListResponse VolumesListResponse) |
DoneablePort(Port item,
Visitor<Port> visitor) |
EditableDockerSchema(Address Address,
AuthConfig AuthConfig,
AuthResponse AuthResponse,
ContainerChange ContainerChange,
ContainerCommitResponse ContainerCommitResponse,
ContainerCreateResponse ContainerCreateResponse,
ContainerExecCreateResponse ContainerExecCreateResponse,
ContainerJSONBase ContainerJSONBase,
ContainerPathStat ContainerPathStat,
ContainerProcessList ContainerProcessList,
ContainerState ContainerState,
ContainerWaitResponse ContainerWaitResponse,
CopyConfig CopyConfig,
DefaultNetworkSettings DefaultNetworkSettings,
EndpointResource EndpointResource,
EndpointSettings EndpointSettings,
ExecConfig ExecConfig,
ExecStartCheck ExecStartCheck,
GraphDriverData GraphDriverData,
HostConfig HostConfig,
IPAM IPAM,
IPAMConfig IPAMConfig,
Image Image,
ImageDelete ImageDelete,
ImageHistory ImageHistory,
ImageInspect ImageInspect,
IndexInfo IndexInfo,
Info Info,
LogConfig LogConfig,
MountPoint MountPoint,
NetworkConnect NetworkConnect,
NetworkCreate NetworkCreateRequest,
NetworkCreateResponse NetworkCreateResponse,
NetworkDisconnect NetworkDisconnect,
NetworkResource NetworkResource,
NetworkSettings NetworkSettings,
NetworkSettingsBase NetworkSettingsBase,
Port Port,
PortBinding PortBinding,
SearchResult SearchResult,
SearchResults SearchResults,
ServiceConfig ServiceConfig,
Stats Stats,
StrSlice StrSlice,
Version Version,
Volume Volume,
VolumeCreateRequest VolumeCreateRequest,
VolumesListResponse VolumesListResponse) |
PortBuilder(Port instance) |
PortBuilder(PortFluent<?> fluent,
Port instance) |
PortFluentImpl(Port instance) |
| Constructor and Description |
|---|
Container(String id,
List<String> names,
String image,
String imageId,
String command,
Long created,
List<Port> ports,
Long sizeRw,
Long sizeRootFs,
Map<String,String> labels,
String status,
ContainerHostConfig hostConfig,
NetworkSettings summaryNetworkSettings) |
DoneablePort(Port item,
Visitor<Port> visitor) |
DoneablePort(Visitor<Port> visitor) |
EditableContainer(String id,
List<String> names,
String image,
String imageId,
String command,
Long created,
List<Port> ports,
Long sizeRw,
Long sizeRootFs,
Map<String,String> labels,
String status,
ContainerHostConfig hostConfig,
NetworkSettings summaryNetworkSettings) |
Copyright © 2015–2016 Red Hat. All rights reserved.