Class LoadResultGroupsFromK8s
java.lang.Object
com.tremolosecurity.proxy.dynamicconfiguration.LoadResultGroupsFromK8s
- All Implemented Interfaces:
K8sWatchTarget,DynamicResultGroups
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddObject(TremoloType cfg, org.json.simple.JSONObject item) voiddeleteObject(TremoloType cfg, org.json.simple.JSONObject item) voidloadDynamicResultGroups(ConfigManager cfgMgr, ProvisioningEngine provisioningEngine, Map<String, Attribute> init) voidmodifyObject(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:
loadDynamicResultGroupsin interfaceDynamicResultGroups- 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
-