CmdServiceUpdate |
CmdServiceUpdate.cmd(String... cmd) |
CmdServiceUpdate |
CmdServiceUpdate.cpuLimit(float nanoCpu) |
CmdServiceUpdate |
CmdServiceUpdate.cpuReservation(float nanoCpu) |
CmdServiceUpdate |
CmdServiceUpdate.dnsNameservers(String nameservers) |
CmdServiceUpdate |
CmdServiceUpdate.dnsOptions(String options) |
CmdServiceUpdate |
CmdServiceUpdate.dnsSearch(String Search) |
CmdServiceUpdate |
CmdServiceUpdate.env(String... env) |
CmdServiceUpdate |
CmdServiceUpdate.forceUpdate(Integer forceUpdate) |
CmdServiceUpdate |
CmdServiceUpdate.image(String image) |
CmdServiceUpdate |
CmdServiceUpdate.label(String key,
String value) |
CmdServiceUpdate |
CmdServiceUpdate.memoryLimit(long memoryByte) |
CmdServiceUpdate |
CmdServiceUpdate.memoryReservation(long memoryByte) |
CmdServiceUpdate |
CmdServiceUpdate.mode(String mode) |
CmdServiceUpdate |
CmdServiceUpdate.mount(String type,
String source,
String target,
boolean readOnly) |
CmdServiceUpdate |
CmdServiceUpdate.mountRead(String source,
String target) |
CmdServiceUpdate |
CmdServiceUpdate.mountReadWrite(String source,
String target) |
CmdServiceUpdate |
CmdServiceUpdate.name(String name) |
CmdServiceUpdate |
CmdServiceUpdate.network(String network) |
static CmdServiceUpdate |
CmdServiceUpdate.newInstance(String nameOrId,
Integer version) |
CmdServiceUpdate |
CmdServiceUpdate.port(String protocol,
int targetPort,
int publishPort) |
CmdServiceUpdate |
CmdServiceUpdate.portTcp(int targetPort,
int publishPort) |
CmdServiceUpdate |
CmdServiceUpdate.portUdp(int targetPort,
int publishPort) |
CmdServiceUpdate |
CmdServiceUpdate.replicate(int replicas) |
CmdServiceUpdate |
CmdServiceUpdate.restartPolicy(long delay,
String ondition,
int maxAttempts) |
CmdServiceUpdate |
CmdServiceUpdate.stopGracePeriod(long stopGracePeriod) |
CmdServiceUpdate |
CmdServiceUpdate.tty(boolean tty) |
CmdServiceUpdate |
CmdServiceUpdate.updateConfig(long delay,
String failureAction,
int parallelism) |