| Package | Description |
|---|---|
| org.springframework.cloud.skipper.domain.deployer |
Core domain classes for packages and manifests that related to the kind SpringCloudDeployerApplication.
|
| org.springframework.cloud.skipper.support |
| Modifier and Type | Method and Description |
|---|---|
PropertiesDiff |
ApplicationManifestDifference.getApiAndKindDifference() |
PropertiesDiff |
ApplicationManifestDifference.getApplicationPropertiesDifference() |
PropertiesDiff |
ApplicationManifestDifference.getDeploymentPropertiesDifference() |
PropertiesDiff |
ApplicationManifestDifference.getMetadataDifference() |
PropertiesDiff |
ApplicationManifestDifference.getResourceAndVersionDifference() |
| Constructor and Description |
|---|
ApplicationManifestDifference(String applicationName,
PropertiesDiff apiAndKindDifference,
PropertiesDiff metadataDifference,
PropertiesDiff resourceAndVersionDifference,
PropertiesDiff applicationPropertiesDifference,
PropertiesDiff deploymentPropertiesDifference) |
| Modifier and Type | Method and Description |
|---|---|
PropertiesDiff |
PropertiesDiff.Builder.build()
Builds the
PropertiesDiff. |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.