@Configuration public class SkipperServerPlatformConfiguration extends Object
Constructor and Description |
---|
SkipperServerPlatformConfiguration() |
Modifier and Type | Method and Description |
---|---|
DeployerConfigurationMetadataResolver |
deployerConfigurationMetadataResolver(SkipperServerProperties skipperServerProperties) |
DeployerInitializationService |
deployerInitializationService(DeployerRepository deployerRepository,
List<org.springframework.cloud.skipper.domain.Platform> platforms,
DeployerConfigurationMetadataResolver resolver) |
org.springframework.cloud.skipper.domain.Platform |
localDeployers(LocalPlatformProperties localPlatformProperties) |
@Bean public DeployerConfigurationMetadataResolver deployerConfigurationMetadataResolver(SkipperServerProperties skipperServerProperties)
@Bean public DeployerInitializationService deployerInitializationService(DeployerRepository deployerRepository, List<org.springframework.cloud.skipper.domain.Platform> platforms, DeployerConfigurationMetadataResolver resolver)
@Bean @Profile(value="local") public org.springframework.cloud.skipper.domain.Platform localDeployers(LocalPlatformProperties localPlatformProperties)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.