Modifier and Type | Method and Description |
---|---|
ListServicesCmd |
DockerClient.listServicesCmd()
Command to list all services in a docker swarm.
|
Modifier and Type | Method and Description |
---|---|
ListServicesCmd |
ListServicesCmd.withIdFilter(java.util.List<java.lang.String> ids) |
ListServicesCmd |
ListServicesCmd.withLabelFilter(java.util.Map<java.lang.String,java.lang.String> labels) |
ListServicesCmd |
ListServicesCmd.withNameFilter(java.util.List<java.lang.String> names) |
Modifier and Type | Method and Description |
---|---|
ListServicesCmd |
DockerClientImpl.listServicesCmd() |
Modifier and Type | Class and Description |
---|---|
class |
ListServicesCmdImpl
List services.
|
Modifier and Type | Method and Description |
---|---|
ListServicesCmd |
ListServicesCmdImpl.withIdFilter(java.util.List<java.lang.String> ids) |
ListServicesCmd |
ListServicesCmdImpl.withLabelFilter(java.util.Map<java.lang.String,java.lang.String> labels) |
ListServicesCmd |
ListServicesCmdImpl.withNameFilter(java.util.List<java.lang.String> names) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Service> |
ListServicesCmdExec.execute(ListServicesCmd command) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Service> |
ListServicesCmdExec.execute(ListServicesCmd command) |
Copyright © 2018. All Rights Reserved.