Class LoadReportsFromK8s
java.lang.Object
com.tremolosecurity.provisioning.reports.LoadReportsFromK8s
- All Implemented Interfaces:
K8sWatchTarget,DynamicReports
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddObject(TremoloType cfg, org.json.simple.JSONObject item) voiddeleteObject(TremoloType cfg, org.json.simple.JSONObject item) voidloadDynamicReports(ConfigManager cfgMgr, ProvisioningEngine provisioningEngine, Map<String, Attribute> init) voidmodifyObject(TremoloType cfg, org.json.simple.JSONObject item)
-
Constructor Details
-
LoadReportsFromK8s
public LoadReportsFromK8s()
-
-
Method Details
-
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
-
loadDynamicReports
public void loadDynamicReports(ConfigManager cfgMgr, ProvisioningEngine provisioningEngine, Map<String, Attribute> init) throws ProvisioningException- Specified by:
loadDynamicReportsin interfaceDynamicReports- Throws:
ProvisioningException
-