OpenShift · Example Payload

Openshift Rest Rolling Deployment Strategy Params Example

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Openshift Rest Rolling Deployment Strategy Params Example is an example object payload from OpenShift, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

updatePeriodSecondsintervalSecondstimeoutSecondsmaxUnavailablemaxSurge

Example Payload

Raw ↑
{
  "updatePeriodSeconds": 10,
  "intervalSeconds": 10,
  "timeoutSeconds": 10,
  "maxUnavailable": "example_value",
  "maxSurge": "example_value"
}