| Interface | Description |
|---|---|
| AppNameGenerator |
Strategy interface for generating the names of deployed applications.
|
| Class | Description |
|---|---|
| CloudFoundryAppDeployer |
A deployer that targets Cloud Foundry using the public API.
|
| CloudFoundryAppInstanceStatus |
Maps status returned by the Cloud Foundry API to
AppInstanceStatus. |
| CloudFoundryAppNameGenerator |
CloudFoundry specific implementation of
AppNameGenerator. |
| CloudFoundryConnectionProperties |
Holds configuration properties for connecting to a Cloud Foundry runtime.
|
| CloudFoundryDeployerAutoConfiguration |
Creates a
CloudFoundryAppDeployer |
| CloudFoundryDeployerAutoConfiguration.EarlyConnectionConfiguration |
A subset of configuration beans that can be used on its own to connect to the Cloud Controller API
and query it for its version.
|
| CloudFoundryDeploymentProperties |
Holds configuration properties for specifying what resources and services an app deployed to a Cloud Foundry runtime
will get.
|
| CloudFoundryPlatformSpecificInfo |
A Provides required platform specific values to
RuntimeEnvironmentInfo. |
| CloudFoundryTaskLauncher |
TaskLauncher implementation for CloudFoundry. |
| DurationConverter |
Converter from String to
Duration, accepting human readable forms (without an H or a T). |
| UnsupportedVersionTaskLauncher |
A failing implementation of
TaskLauncher for versions of the
Cloud Controller API below MINIMUM_SUPPORTED_VERSION. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.