public class KubernetesApplicationContextInitializer extends Object implements org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>, org.springframework.core.Ordered
Constructor and Description |
---|
KubernetesApplicationContextInitializer() |
KubernetesApplicationContextInitializer(KubernetesProfileApplicationListener listener) |
KubernetesApplicationContextInitializer(PodUtils utils) |
Modifier and Type | Method and Description |
---|---|
int |
getOrder() |
void |
initialize(org.springframework.context.ConfigurableApplicationContext applicationContext) |
public KubernetesApplicationContextInitializer()
public KubernetesApplicationContextInitializer(PodUtils utils)
public KubernetesApplicationContextInitializer(KubernetesProfileApplicationListener listener)
public int getOrder()
getOrder
in interface org.springframework.core.Ordered
public void initialize(org.springframework.context.ConfigurableApplicationContext applicationContext)
initialize
in interface org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>
Copyright © 2016 Red Hat. All rights reserved.