Class LoadNotifiersFromK8s
java.lang.Object
com.tremolosecurity.proxy.dynamicconfiguration.LoadNotifiersFromK8s
- All Implemented Interfaces:
K8sWatchTarget
,DynamicNotifiers
-
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
loadDynamicNotifiers
(ConfigManager cfgMgr, ProvisioningEngine provisioningEngine, Map<String, Attribute> init) Sets up a dynamic listener for changes to notifiersvoid
modifyObject
(TremoloType cfg, org.json.simple.JSONObject item)
-
Constructor Details
-
LoadNotifiersFromK8s
public LoadNotifiersFromK8s()
-
-
Method Details
-
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
-
loadDynamicNotifiers
public void loadDynamicNotifiers(ConfigManager cfgMgr, ProvisioningEngine provisioningEngine, Map<String, Attribute> init) throws ProvisioningExceptionDescription copied from interface:DynamicNotifiers
Sets up a dynamic listener for changes to notifiers- Specified by:
loadDynamicNotifiers
in interfaceDynamicNotifiers
- Parameters:
cfgMgr
-provisioningEngine
-init
-- Throws:
ProvisioningException
-