Class PatchK8sObject
java.lang.Object
com.tremolosecurity.provisioning.tasks.PatchK8sObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddoPatch(Map<String, Object> request, WorkflowTask task, String template, String targetName, String url, String writeToRequestConfig, String path, String patchType, String requestAttribute, String expKind, String label, String patchContentType) booleanvoidinit(WorkflowTask task, Map<String, Attribute> params) voidreInit(WorkflowTask task)
-
Constructor Details
-
PatchK8sObject
public PatchK8sObject()
-
-
Method Details
-
doTask
- Specified by:
doTaskin interfaceCustomTask- Throws:
ProvisioningException
-
doPatch
public static void doPatch(Map<String, Object> request, WorkflowTask task, String template, String targetName, String url, String writeToRequestConfig, String path, String patchType, String requestAttribute, String expKind, String label, String patchContentType) throws ProvisioningException- Throws:
ProvisioningException
-
init
- Specified by:
initin interfaceCustomTask- Throws:
ProvisioningException
-
reInit
- Specified by:
reInitin interfaceCustomTask- Throws:
ProvisioningException
-