OpenShift · Schema

Scale

Represents a scaling request for a resource.

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Properties

Name Type Description
apiVersion string
kind string
spec object
status object
View JSON Schema on GitHub

JSON Schema

openshift-rest-scale-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Scale",
  "type": "object",
  "description": "Represents a scaling request for a resource.",
  "properties": {
    "apiVersion": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    },
    "spec": {
      "type": "object"
    },
    "status": {
      "type": "object"
    }
  }
}