public class DeployerInitializationService extends Object
Constructor and Description |
---|
DeployerInitializationService(DeployerRepository deployerRepository,
LocalPlatformProperties localPlatformProperties,
CloudFoundryPlatformProperties cloudFoundryPlatformProperties,
KubernetesPlatformProperties kubernetesPlatformProperties,
SkipperServerProperties skipperServerProperties) |
Modifier and Type | Method and Description |
---|---|
protected void |
createAndSaveCFAppDeployers() |
protected void |
createAndSaveKubernetesAppDeployers() |
protected void |
createAndSaveLocalAppDeployers() |
void |
initialize(org.springframework.boot.context.event.ApplicationReadyEvent event) |
public DeployerInitializationService(DeployerRepository deployerRepository, LocalPlatformProperties localPlatformProperties, CloudFoundryPlatformProperties cloudFoundryPlatformProperties, KubernetesPlatformProperties kubernetesPlatformProperties, SkipperServerProperties skipperServerProperties)
@EventListener @Transactional public void initialize(org.springframework.boot.context.event.ApplicationReadyEvent event)
protected void createAndSaveLocalAppDeployers()
protected void createAndSaveCFAppDeployers()
protected void createAndSaveKubernetesAppDeployers()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.