Package | Description |
---|---|
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
SwarmNodePlatform |
SwarmNodeDescription.getPlatform() |
SwarmNodePlatform |
SwarmNodePlatform.withArchitecture(String architecture) |
SwarmNodePlatform |
SwarmNodePlatform.withOs(String os) |
Modifier and Type | Method and Description |
---|---|
List<SwarmNodePlatform> |
ServicePlacement.getPlatforms() |
Modifier and Type | Method and Description |
---|---|
SwarmNodeDescription |
SwarmNodeDescription.withPlatform(SwarmNodePlatform platform) |
Modifier and Type | Method and Description |
---|---|
void |
ServicePlacement.setPlatforms(List<SwarmNodePlatform> platforms) |
Copyright © 2023. All rights reserved.