@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value=org.springframework.boot.actuate.health.HealthIndicator.class) protected static class Fabric8AutoConfiguration.KubernetesActuatorConfiguration extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
KubernetesActuatorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Fabric8HealthIndicator |
kubernetesHealthIndicator(PodUtils<io.fabric8.kubernetes.api.model.Pod> podUtils) |
Fabric8InfoContributor |
kubernetesInfoContributor(PodUtils<io.fabric8.kubernetes.api.model.Pod> podUtils) |
@Bean @ConditionalOnEnabledHealthIndicator(value="kubernetes") public Fabric8HealthIndicator kubernetesHealthIndicator(PodUtils<io.fabric8.kubernetes.api.model.Pod> podUtils)
@Bean @ConditionalOnEnabledInfoContributor(value="kubernetes") public Fabric8InfoContributor kubernetesInfoContributor(PodUtils<io.fabric8.kubernetes.api.model.Pod> podUtils)
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.