ProbeConfiguration |
object or string |
✖ |
|
|
ProbeConfiguration.ContainerName |
string |
✔ |
|
The name of the container to update |
ProbeConfiguration.ReplicaSetName |
string |
✔ |
|
The name of the replicaset to scale the pods of |
ProbeConfiguration.IntervalBetweenDesiredStateChecksMs |
integer or string |
✖ |
1000 |
The interval in milliseconds between every check of the replica set's state (if it reached the desired number of pods yet) |
ProbeConfiguration.TimeoutWaitForDesiredStateSeconds |
integer or string |
✖ |
300 |
The timeout in seconds for waiting for the replicaset to scale to the given number of pods, when timeout is reached an error log is raised and the code continues to run |
ProbeConfiguration.Openshift |
object or string |
✔ |
|
The openshift environment to perform action in |
ProbeConfiguration.Openshift.Cluster |
string |
✔ |
|
The openshift cluster api |
ProbeConfiguration.Openshift.Namespace |
string |
✔ |
|
The openshift namespace the application is at |
ProbeConfiguration.Openshift.Password |
string |
✔ |
|
Password of the username with access to the openshift namespace and application |
ProbeConfiguration.Openshift.Username |
string |
✔ |
|
Username with access to the openshift namespace and application |
ProbeConfiguration.DesiredResources |
object or string |
✖ |
|
The resources to update the replicaset with. Overrides the current replicaset's resources. |
ProbeConfiguration.DesiredResources.Limits |
object or string |
✖ |
|
The limits resources to update the replicaset with |
ProbeConfiguration.DesiredResources.Limits.Cpu |
string or null |
✖ |
|
The amount of cpu to update the replicaset with |
ProbeConfiguration.DesiredResources.Limits.Memory |
string or null |
✖ |
|
The amount of memory to update the replicaset with |
ProbeConfiguration.DesiredResources.Requests |
object or string |
✖ |
|
The requests resources to update the replicaset with |
ProbeConfiguration.DesiredResources.Requests.Cpu |
string or null |
✖ |
|
The amount of cpu to update the replicaset with |
ProbeConfiguration.DesiredResources.Requests.Memory |
string or null |
✖ |
|
The amount of memory to update the replicaset with |