public interface RunningService
All methods in this class return null or are no-ops. This class is included for compilation reasons and should never make to a runtime environment.
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
env()
Return the environment defined for the service.
|
String |
host()
Return the host that can be used to connect to the service.
|
ImageReference |
image()
Return the image being used by the service.
|
Map<String,String> |
labels()
Return the labels attached to the service.
|
String |
name()
Return the name of the service.
|
ConnectionPorts |
ports()
Return the ports that can be used to connect to the service.
|
String name()
ImageReference image()
String host()
ConnectionPorts ports()
Map<String,String> env()
Copyright © 2010–2024. All rights reserved.