Class KubernetesClientActuatorConfiguration
java.lang.Object
org.springframework.cloud.kubernetes.client.KubernetesClientActuatorConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(org.springframework.boot.actuate.health.HealthIndicator.class)
@ConditionalOnCloudPlatform(KUBERNETES)
public class KubernetesClientActuatorConfiguration
extends Object
- Author:
- wind57
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionkubernetesHealthIndicator(org.springframework.cloud.kubernetes.commons.PodUtils<io.kubernetes.client.openapi.models.V1Pod> podUtils) kubernetesInfoContributor(org.springframework.cloud.kubernetes.commons.PodUtils<io.kubernetes.client.openapi.models.V1Pod> podUtils)
-
Constructor Details
-
KubernetesClientActuatorConfiguration
public KubernetesClientActuatorConfiguration()
-
-
Method Details
-
kubernetesHealthIndicator
@Bean @ConditionalOnEnabledHealthIndicator("kubernetes") public KubernetesClientHealthIndicator kubernetesHealthIndicator(org.springframework.cloud.kubernetes.commons.PodUtils<io.kubernetes.client.openapi.models.V1Pod> podUtils) -
kubernetesInfoContributor
@Bean @ConditionalOnEnabledInfoContributor("kubernetes") public KubernetesClientInfoContributor kubernetesInfoContributor(org.springframework.cloud.kubernetes.commons.PodUtils<io.kubernetes.client.openapi.models.V1Pod> podUtils)
-