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

    Constructors
    Constructor
    Description
    Fabric8InfoContributor(org.springframework.cloud.kubernetes.commons.PodUtils<io.fabric8.kubernetes.api.model.Pod> utils)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor

    contribute

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Fabric8InfoContributor

      public Fabric8InfoContributor(org.springframework.cloud.kubernetes.commons.PodUtils<io.fabric8.kubernetes.api.model.Pod> utils)
  • Method Details

    • getDetails

      public Map<String,Object> getDetails()
      Specified by:
      getDetails in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor