@Configuration public class CloudFoundrySkipperServerConfiguration extends Object
Constructor and Description |
---|
CloudFoundrySkipperServerConfiguration() |
public CloudFoundrySkipperServerConfiguration()
@Bean public CloudFoundryReleaseManager cloudFoundryReleaseManager(ReleaseRepository releaseRepository, AppDeployerDataRepository appDeployerDataRepository, CloudFoundryReleaseAnalyzer cloudFoundryReleaseAnalyzer, PlatformCloudFoundryOperations platformCloudFoundryOperations, CloudFoundryManifestApplicationDeployer cfManifestApplicationDeployer)
@Bean public org.springframework.cloud.skipper.domain.CloudFoundryApplicationManifestReader cfApplicationManifestReader()
@Bean public CloudFoundryHandleHealthCheckStep cloudFoundryHandleHealthCheckStep(ReleaseRepository releaseRepository, AppDeployerDataRepository appDeployerDataRepository, CloudFoundryDeleteStep deleteStep, ReleaseManagerFactory releaseManagerFactory)
@Bean public CloudFoundrySimpleRedBlackUpgradeStrategy cloudFoundrySimpleRedBlackUpgradeStrategy(CloudFoundryHealthCheckStep healthCheckStep, CloudFoundryHandleHealthCheckStep handleHealthCheckStep, CloudFoundryDeployAppStep deployAppStep)
@Bean public CloudFoundryHealthCheckStep cloudFoundryHealthCheckStep(CloudFoundryManifestApplicationDeployer cfManifestApplicationDeployer)
@Bean public CloudFoundryDeleteStep cloudFoundryDeleteStep(ReleaseRepository releaseRepository, PlatformCloudFoundryOperations platformCloudFoundryOperations)
@Bean public CloudFoundryDeployAppStep cloudFoundryDeployAppStep(AppDeployerDataRepository appDeployerDataRepository, ReleaseRepository releaseRepository, PlatformCloudFoundryOperations platformCloudFoundryOperations, CloudFoundryManifestApplicationDeployer cfManifestApplicationDeployer)
@Bean public PlatformCloudFoundryOperations platformCloudFoundryOperations(CloudFoundryPlatformProperties cloudFoundryPlatformProperties)
@Bean public CloudFoundryManifestApplicationDeployer cfApplicationDeployer(org.springframework.cloud.skipper.domain.CloudFoundryApplicationManifestReader cfApplicationManifestReader, PlatformCloudFoundryOperations platformCloudFoundryOperations, org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader delegatingResourceLoader)
@Bean public CloudFoundryReleaseAnalyzer cloudFoundryReleaseAnalyzer(CloudFoundryManifestApplicationDeployer cfManifestApplicationDeployer)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.