label (OpenShift)
This operation allows a user to update labels for an OpenShift cluster resource.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OpenShift executable path |
| No | Path to the install location of the OpenShift(oc) CLI executable. If no value is provided, it is assumed that the executable is present in the shell PATH |
OpenShift Account |
| Yes | The OpenShift account used for executing commands in an environment with all the required properties like API URL and API Token. |
OpenShift Additional Parameters |
| No | Additional parameters to be used for the login and project commands (eg. --insecure-skip-tls-verify=false) |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Project |
| No | The project to use. If no project is specified, commands will be run for the default project of the given OpenShift user. |
File Path |
| No | Absolute path to configuration file or the customization directory containing the details of the resources to update labels for. |
Additional Parameters |
| Yes | Additional Parameters for the label command. Labels to be set for a resource are specified here. |
Artifacts
This operation doesn’t consume or produce 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 decide.
- style