Class LoadResultGroupsFromK8s
java.lang.Object
com.tremolosecurity.proxy.dynamicconfiguration.LoadResultGroupsFromK8s
- All Implemented Interfaces:
K8sWatchTarget
,DynamicResultGroups
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addObject
(TremoloType cfg, org.json.simple.JSONObject item) void
deleteObject
(TremoloType cfg, org.json.simple.JSONObject item) void
loadDynamicResultGroups
(ConfigManager cfgMgr, ProvisioningEngine provisioningEngine, Map<String, Attribute> init) void
modifyObject
(TremoloType cfg, org.json.simple.JSONObject item)
-
Constructor Details
-
LoadResultGroupsFromK8s
public LoadResultGroupsFromK8s()
-
-
Method Details
-
loadDynamicResultGroups
public void loadDynamicResultGroups(ConfigManager cfgMgr, ProvisioningEngine provisioningEngine, Map<String, Attribute> init) throws ProvisioningException- Specified by:
loadDynamicResultGroups
in interfaceDynamicResultGroups
- Throws:
ProvisioningException
-
addObject
public void addObject(TremoloType cfg, org.json.simple.JSONObject item) throws ProvisioningException - Specified by:
addObject
in interfaceK8sWatchTarget
- Throws:
ProvisioningException
-
modifyObject
public void modifyObject(TremoloType cfg, org.json.simple.JSONObject item) throws ProvisioningException - Specified by:
modifyObject
in interfaceK8sWatchTarget
- Throws:
ProvisioningException
-
deleteObject
public void deleteObject(TremoloType cfg, org.json.simple.JSONObject item) throws ProvisioningException - Specified by:
deleteObject
in interfaceK8sWatchTarget
- Throws:
ProvisioningException
-