@Configuration @ConditionalOnClass(value=org.springframework.boot.actuate.health.HealthIndicator.class) protected static class KubernetesAutoConfiguration.KubernetesActuatorConfiguration extends Object
Modifier | Constructor and Description |
---|---|
protected |
KubernetesActuatorConfiguration() |
Modifier and Type | Method and Description |
---|---|
KubernetesHealthIndicator |
kubernetesHealthIndicator(PodUtils podUtils) |
@Bean @ConditionalOnMissingBean public KubernetesHealthIndicator kubernetesHealthIndicator(PodUtils podUtils)
Copyright © 2017–2018 Pivotal Software, Inc.. All rights reserved.