This operation allows a user to manage the size of resources in Deployment, DeploymentConfig, ReplicaSet, Replication Controller, or StatefulSet.
...
Property Name | Property Code | Required | Description |
---|---|---|---|
OpenShift executable path code |
| 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 code |
| 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 code |
| 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 | Code Block |
| No | The project to use. If no project is specified, commands will be run for the default project of the given OpenShift user. |
Replicas Count | Code Block |
| Yes | Number of replicas to scale a resource to. |
File Path | Code Block |
| No | Absolute path to configuration file or the kustomization directory containing the details of the resources to scaleAbsolute path to configuration file or the customization directory containing the details of the resources to scale. |
Additional Parameters code |
| No | Additional Parameters for the run command. If the file path is not set, resources to scale are specified here. |
...