| Package | Description |
|---|---|
| org.springframework.cloud.deployer.spi.mesos | |
| org.springframework.cloud.deployer.spi.mesos.chronos | |
| org.springframework.cloud.mesos.chronos.client |
| Modifier and Type | Method and Description |
|---|---|
Chronos |
MesosAutoConfiguration.chronos(ChronosTaskLauncherProperties chronosProperties,
DcosClusterProperties dcosClusterProperties) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cloud.deployer.spi.task.TaskLauncher |
MesosAutoConfiguration.taskDeployer(ChronosTaskLauncherProperties chronosProperties,
Chronos chronos) |
| Constructor and Description |
|---|
ChronosTaskLauncher(ChronosTaskLauncherProperties properties,
Chronos chronos) |
| Modifier and Type | Method and Description |
|---|---|
static Chronos |
ChronosClient.getInstance(String endpoint) |
static Chronos |
ChronosClient.getInstance(String endpoint,
feign.RequestInterceptor... interceptors)
The generalized version of the method that allows more in-depth customizations via
RequestInterceptors. |
static Chronos |
ChronosClient.getInstanceWithBasicAuth(String endpoint,
String username,
String password)
Creates a Chronos client proxy that performs HTTP basic authentication.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.