OpenShift · Example Payload

Openshift Rest Deployment Config Spec Example

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

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

Top-level fields

replicasselectortriggersminReadySecondsrevisionHistoryLimitpausedtest

Example Payload

Raw ↑
{
  "replicas": 10,
  "selector": "example_value",
  "triggers": [],
  "minReadySeconds": 10,
  "revisionHistoryLimit": 10,
  "paused": true,
  "test": true
}