OpenShift · Schema
DeploymentConfigStatus
Status of the DeploymentConfig.
CI/CDCloud-NativeContainersDevOpsEnterpriseKubernetesPlatform-as-a-Service
Properties
| Name | Type | Description |
|---|---|---|
| latestVersion | integer | The version of the most recent deployment. |
| observedGeneration | integer | The most recent generation observed by the deployment controller. |
| replicas | integer | Total number of non-terminated pods targeted by this deployment. |
| updatedReplicas | integer | Total number of non-terminated pods that have the desired template spec. |
| availableReplicas | integer | Total number of available pods targeted by this deployment. |
| unavailableReplicas | integer | Total number of unavailable pods targeted by this deployment. |
| readyReplicas | integer | Total number of ready pods targeted by this deployment. |
| conditions | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DeploymentConfigStatus",
"title": "DeploymentConfigStatus",
"type": "object",
"description": "Status of the DeploymentConfig.",
"properties": {
"latestVersion": {
"type": "integer",
"format": "int64",
"description": "The version of the most recent deployment.",
"example": 10
},
"observedGeneration": {
"type": "integer",
"format": "int64",
"description": "The most recent generation observed by the deployment controller.",
"example": 10
},
"replicas": {
"type": "integer",
"format": "int32",
"description": "Total number of non-terminated pods targeted by this deployment.",
"example": 10
},
"updatedReplicas": {
"type": "integer",
"format": "int32",
"description": "Total number of non-terminated pods that have the desired template spec.",
"example": 10
},
"availableReplicas": {
"type": "integer",
"format": "int32",
"description": "Total number of available pods targeted by this deployment.",
"example": 10
},
"unavailableReplicas": {
"type": "integer",
"format": "int32",
"description": "Total number of unavailable pods targeted by this deployment.",
"example": 10
},
"readyReplicas": {
"type": "integer",
"format": "int32",
"description": "Total number of ready pods targeted by this deployment.",
"example": 10
},
"conditions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/DeploymentCondition"
},
"example": []
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/openshift-deploymentconfigstatus"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.