OpenShift · Schema

ProjectSpec

Specification for the desired project state.

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Properties

Name Type Description
finalizers array Finalizers that must complete before the project is deleted.
View JSON Schema on GitHub

JSON Schema

openshift-rest-project-spec-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProjectSpec",
  "type": "object",
  "description": "Specification for the desired project state.",
  "properties": {
    "finalizers": {
      "type": "array",
      "description": "Finalizers that must complete before the project is deleted."
    }
  }
}