| Package | Description |
|---|---|
| com.spotify.helios.common.descriptors |
| Modifier and Type | Field and Description |
|---|---|
static Map<ServiceEndpoint,ServicePorts> |
Job.EMPTY_REGISTRATION |
| Modifier and Type | Method and Description |
|---|---|
static ServicePorts |
ServicePorts.of(String... ports) |
| Modifier and Type | Method and Description |
|---|---|
Map<ServiceEndpoint,ServicePorts> |
Job.getRegistration() |
Map<ServiceEndpoint,ServicePorts> |
Job.Builder.getRegistration() |
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
Job.Builder.addRegistration(ServiceEndpoint endpoint,
ServicePorts ports) |
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
Job.Builder.setRegistration(Map<ServiceEndpoint,ServicePorts> registration) |
| Constructor and Description |
|---|
Job(JobId id,
String image,
String hostname,
Long created,
List<String> command,
Map<String,String> env,
Resources resources,
Map<String,PortMapping> ports,
Map<ServiceEndpoint,ServicePorts> registration,
Integer gracePeriod,
Map<String,String> volumes,
Date expires,
String registrationDomain,
String creatingUser,
String token,
HealthCheck healthCheck,
List<String> securityOpt,
String networkMode,
Map<String,String> metadata,
Set<String> addCapabilities,
Set<String> dropCapabilities,
Map<String,String> labels,
Integer secondsToWaitBeforeKill,
Map<String,String> ramdisks)
Create a Job.
|
Copyright © 2017. All rights reserved.