OpenShift · Example Payload

Openshift Rest Deployment Config Status Example

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Openshift Rest Deployment Config Status 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

latestVersionobservedGenerationreplicasupdatedReplicasavailableReplicasunavailableReplicasreadyReplicasconditions

Example Payload

Raw ↑
{
  "latestVersion": 10,
  "observedGeneration": 10,
  "replicas": 10,
  "updatedReplicas": 10,
  "availableReplicas": 10,
  "unavailableReplicas": 10,
  "readyReplicas": 10,
  "conditions": []
}