OpenShift · Example Payload

Openshift Rest Container Example

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

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

Top-level fields

nameimagecommandargsenvportsvolumeMountsimagePullPolicy

Example Payload

Raw ↑
{
  "name": "Example Title",
  "image": "example_value",
  "command": [],
  "args": [],
  "env": [],
  "ports": [],
  "volumeMounts": [],
  "imagePullPolicy": "example_value"
}