delete (Kubernetes)
This operation allows a user to delete resources that have previously been created.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Kubernetes Home |
| No | Kubernetes Home Directory. |
Kubeconfig File Path |
| No | Absolute path of kubeconfig file |
Cloud Account |
| No | Select Cloud Account |
Directory where Cloud CLI is installed |
| No | e.g. /usr/local/bin or /u01/azure/bin |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Context |
| Yes | Context (cluster, namespace, and user) to apply changes. |
Resource Type |
| No | Kubernetes resource type (e.g. deployment, pod, etc.) (Not required when using filename) |
Search String |
| No | Name of the resource or a search string (Not required when using filename) |
Filename |
| No | Filename to be deleted, absolute or relative paths are allowed. (Not required when using Resource Type and Search String) |
Namespace |
| No | Namespace |
Additional Arguments |
| No | Additional Arguments that are not listed above to append to the delete command. e.g. --now=false --wait=true |
Artifacts
This operation does not produce or consume any artifacts.
Endpoint Selection
This operation delegates the selection to the workflow developer to determine.
Endpoint Execution
This operation delegates the execution to the workflow developer to determine.
- style