Package de.fmui.osb.broker.objects
Class KubernetesContext
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<java.lang.String,java.lang.Object>
-
- de.fmui.osb.broker.internal.json.JSONObjectImpl
-
- de.fmui.osb.broker.objects.AbstractOpenServiceBrokerObject
-
- de.fmui.osb.broker.objects.Context
-
- de.fmui.osb.broker.objects.KubernetesContext
-
- All Implemented Interfaces:
JSONAware
,JSONObject
,JSONStreamAware
,Validatable
,java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.String,java.lang.Object>
public class KubernetesContext extends Context
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
KEY_CLUSTER_ID
static java.lang.String
KEY_NAMESPACE
-
Fields inherited from class de.fmui.osb.broker.objects.Context
KEY_PLATFORM
-
-
Constructor Summary
Constructors Constructor Description KubernetesContext()
KubernetesContext(Context context)
-
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 de.fmui.osb.broker.objects.AbstractOpenServiceBrokerObject
addToArray, createArray, createArray, createObject, get, getArray, getBoolean, getJSONObject, getNumber, getString, isNullOrEmpty, isValidID, isValidName, load, load, validate, validateSubobjects
-
Methods inherited from class de.fmui.osb.broker.objects.Context
getPlatform
-
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.JSONAware
toJSONString
-
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 interface de.fmui.osb.broker.json.JSONStreamAware
writeJSONString
-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
-
-
-
-
Field Detail
-
KEY_CLUSTER_ID
public static final java.lang.String KEY_CLUSTER_ID
- See Also:
- Constant Field Values
-
KEY_NAMESPACE
public static final java.lang.String KEY_NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
KubernetesContext
public KubernetesContext()
-
KubernetesContext
public KubernetesContext(Context context)
-
-