Package | Description |
---|---|
com.github.dockerjava.api | |
com.github.dockerjava.api.command |
Modifier and Type | Method and Description |
---|---|
ListSwarmNodesCmd |
DockerClient.listSwarmNodesCmd()
List nodes in swarm
|
Modifier and Type | Method and Description |
---|---|
ListSwarmNodesCmd |
ListSwarmNodesCmd.withIdFilter(List<String> ids) |
ListSwarmNodesCmd |
ListSwarmNodesCmd.withMembershipFilter(List<String> memberships) |
ListSwarmNodesCmd |
ListSwarmNodesCmd.withNameFilter(List<String> names) |
ListSwarmNodesCmd |
ListSwarmNodesCmd.withRoleFilter(List<String> roles) |
Copyright © 2021. All rights reserved.