Class SecretVersionsWatch
java.lang.Object
com.tremolosecurity.proxy.secretversions.SecretVersionsWatch
- All Implemented Interfaces:
K8sWatchTarget
-
Constructor Summary
ConstructorsConstructorDescriptionSecretVersionsWatch(ConfigManager cfgMgr, ProvisioningEngine provisioningEngine, String k8sTarget, String namespace) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddObject(TremoloType cfg, org.json.simple.JSONObject item) voiddeleteObject(TremoloType cfg, org.json.simple.JSONObject item) voidmodifyObject(TremoloType cfg, org.json.simple.JSONObject item)
-
Constructor Details
-
SecretVersionsWatch
public SecretVersionsWatch(ConfigManager cfgMgr, ProvisioningEngine provisioningEngine, String k8sTarget, String namespace) throws ProvisioningException - Throws:
ProvisioningException
-
-
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
-