See: Description
| Class | Description |
|---|---|
| AboutResource |
Provides meta-information about the Spring Cloud Skipper server.
|
| AbstractEntity |
Base class for entity implementations.
|
| AppInstanceStatusImpl |
Implementation for
AppInstanceStatus that has deployment state and attributes. |
| AppStatusMixin |
A Jackson mixin that will call the constructor that takes the deploymentId
and state properties.
|
| CommonProperties |
Common property values shared between initial install and update requests.
|
| ConfigValues |
Configuration values for the deployment.
|
| DeleteProperties | |
| Dependency |
Holds dependency information of a libraries used by Spring Cloud Skipper.
|
| Deployer | |
| FileHolder |
Holder object that contains file name and its content as byte[].
|
| Info |
Basic information about the package deployment operation.
|
| InstallProperties |
Properties for the package installation.
|
| InstallRequest |
InstallRequest contains request attributes for the package install operation.
|
| Manifest | |
| NonVersionedAbstractEntity |
Base class for entity implementations that don't need optimistic locking.
|
| Package |
Package is the installation unit that contains metadata, dependencies, configuration values and related attributes.
|
| PackageFile |
Package zip file
|
| PackageIdentifier |
The identifier that uniquely identifies a package.
|
| PackageMetadata |
Metadata for the Package.
|
| Platform | |
| Release |
The entity corresponds to Release of the package.
|
| Repository |
Repository for the packages.
|
| SpringCloudDeployerApplicationManifest |
A kubernetes resource style representation of a Spring Boot application that will be
deployed using the Spring Cloud Deployer API.
|
| SpringCloudDeployerApplicationManifestReader |
Deserializes using Jackson a String to the SpringCloudDeployerApplicationManifest
class.
|
| SpringCloudDeployerApplicationSpec |
Specification to handle applications that can be deployed into target platforms based
on their Spring Cloud Deployer implementations.
|
| Status |
Status contains release's status from the release management platform and the
corresponding deployment platform status.
|
| Template |
Template represents a template file as a name/value pair.
|
| UpgradeProperties |
Properties for upgrade operation.
|
| UpgradeRequest |
This contains all the request attributes for upgrade operation.
|
| UploadRequest |
This contains all the request attributes for upload of a package.
|
| VersionInfo |
Provides version information about core libraries used.
|
| Enum | Description |
|---|---|
| StatusCode |
Release's status code definition
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.