ProbeConfiguration |
object or string |
✖ |
|
|
ProbeConfiguration.ContainerName |
string |
✔ |
|
The name of the container to update |
ProbeConfiguration.DesiredImage |
string |
✔ |
|
The desired image to update the container to |
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 |