Class Fabric8InfoContributor
java.lang.Object
org.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor
org.springframework.cloud.kubernetes.fabric8.Fabric8InfoContributor
- All Implemented Interfaces:
org.springframework.boot.actuate.info.InfoContributor
public class Fabric8InfoContributor
extends org.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor
Kubernetes implementation of
InfoContributor.- Author:
- Mark Anderson
-
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
ConstructorsConstructorDescriptionFabric8InfoContributor(org.springframework.cloud.kubernetes.commons.PodUtils<io.fabric8.kubernetes.api.model.Pod> utils) -
Method Summary
Methods inherited from class org.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor
contribute
-
Constructor Details
-
Fabric8InfoContributor
public Fabric8InfoContributor(org.springframework.cloud.kubernetes.commons.PodUtils<io.fabric8.kubernetes.api.model.Pod> utils)
-
-
Method Details
-
getDetails
- Specified by:
getDetailsin classorg.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor
-