Class LoadGroupMetadataFromK8s
java.lang.Object
com.tremolosecurity.proxy.dynamicconfiguration.LoadGroupMetadataFromK8s
- All Implemented Interfaces:
K8sWatchTarget
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddObject(TremoloType cfg, org.json.simple.JSONObject item) voiddeleteObject(TremoloType cfg, org.json.simple.JSONObject item) voidloadGroupMetadatas(ConfigManager cfgMgr, String k8sTarget, String namespace, SetupGroupMetadataWatch md) voidmodifyObject(TremoloType cfg, org.json.simple.JSONObject item)
-
Constructor Details
-
LoadGroupMetadataFromK8s
public LoadGroupMetadataFromK8s()
-
-
Method Details
-
loadGroupMetadatas
public void loadGroupMetadatas(ConfigManager cfgMgr, String k8sTarget, String namespace, SetupGroupMetadataWatch md) throws ProvisioningException - Throws:
ProvisioningException
-
addObject
public void addObject(TremoloType cfg, org.json.simple.JSONObject item) throws ProvisioningException - Specified by:
addObjectin interfaceK8sWatchTarget- Throws:
ProvisioningException
-
modifyObject
public void modifyObject(TremoloType cfg, org.json.simple.JSONObject item) throws ProvisioningException - Specified by:
modifyObjectin interfaceK8sWatchTarget- Throws:
ProvisioningException
-
deleteObject
public void deleteObject(TremoloType cfg, org.json.simple.JSONObject item) throws ProvisioningException - Specified by:
deleteObjectin interfaceK8sWatchTarget- Throws:
ProvisioningException
-