Class KubernetesContext

    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.AbstractMap

        java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,V extends java.lang.Object>
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,V extends java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClusterID()  
      java.lang.String getNamespace()  
      • Methods inherited from class java.util.AbstractMap

        equals, hashCode
      • Methods inherited from class java.util.HashMap

        clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, putAll, putIfAbsent, remove, remove, replace, replace, size
      • Methods inherited from interface de.fmui.osb.broker.json.JSONObject

        put
      • Methods inherited from class de.fmui.osb.broker.internal.json.JSONObjectImpl

        addJSONString, escape, put, toJSONString, toJSONString, toString, toString, writeJSONString, writeJSONString
      • Methods inherited from class java.util.LinkedHashMap

        clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
      • Methods inherited from interface java.util.Map

        clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • KubernetesContext

        public KubernetesContext()
      • KubernetesContext

        public KubernetesContext​(Context context)
    • Method Detail

      • getClusterID

        public java.lang.String getClusterID()
      • getNamespace

        public java.lang.String getNamespace()