Class ContainerInsightsUtil


  • @Deprecated
    public class ContainerInsightsUtil
    extends java.lang.Object
    Deprecated.
    For internal use only.
    Utility class for querying configuration information from ContainerInsights enabled Kubernetes clusters.
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static @Nullable java.lang.String getClusterName()
      Deprecated.
      Return the cluster name from ContainerInsights configMap via the K8S API and the pod's system account.
      static boolean isK8s()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • ContainerInsightsUtil

        public ContainerInsightsUtil()
        Deprecated.
    • Method Detail

      • getClusterName

        public static @Nullable java.lang.String getClusterName()
        Deprecated.
        Return the cluster name from ContainerInsights configMap via the K8S API and the pod's system account.
        Returns:
        the name
      • isK8s

        public static boolean isK8s()
        Deprecated.