OpenShift · Schema

DeploymentConfigRollback

A request to roll back a deployment to a previous version.

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Properties

Name Type Description
apiVersion string
kind string
name string Name of the deployment config to roll back.
spec object
View JSON Schema on GitHub

JSON Schema

openshift-rest-deployment-config-rollback-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeploymentConfigRollback",
  "type": "object",
  "description": "A request to roll back a deployment to a previous version.",
  "properties": {
    "apiVersion": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    },
    "name": {
      "type": "string",
      "description": "Name of the deployment config to roll back."
    },
    "spec": {
      "type": "object"
    }
  }
}