Class KubernetesClientInfoContributor
java.lang.Object
org.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor
org.springframework.cloud.kubernetes.client.KubernetesClientInfoContributor
- All Implemented Interfaces:
org.springframework.boot.actuate.info.InfoContributor
public class KubernetesClientInfoContributor
extends org.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor
- Author:
- Ryan Baxter
-
Field Summary
Fields inherited from class org.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor
HOST_IP, INSIDE, KUBERNETES, LABELS, NAMESPACE, NODE_NAME, POD_IP, POD_NAME, SERVICE_ACCOUNT -
Constructor Summary
ConstructorsConstructorDescriptionKubernetesClientInfoContributor(org.springframework.cloud.kubernetes.commons.PodUtils<io.kubernetes.client.openapi.models.V1Pod> utils) -
Method Summary
Methods inherited from class org.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor
contribute
-
Constructor Details
-
KubernetesClientInfoContributor
public KubernetesClientInfoContributor(org.springframework.cloud.kubernetes.commons.PodUtils<io.kubernetes.client.openapi.models.V1Pod> utils)
-
-
Method Details
-
getDetails
- Specified by:
getDetailsin classorg.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor
-