Class PatchK8sObject
java.lang.Object
com.tremolosecurity.provisioning.tasks.PatchK8sObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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) boolean
void
init
(WorkflowTask task, Map<String, Attribute> params) void
reInit
(WorkflowTask task)
-
Constructor Details
-
PatchK8sObject
public PatchK8sObject()
-
-
Method Details
-
doTask
- Specified by:
doTask
in 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:
init
in interfaceCustomTask
- Throws:
ProvisioningException
-
reInit
- Specified by:
reInit
in interfaceCustomTask
- Throws:
ProvisioningException
-