OpenShift · JSON Structure

Openshift Rest Owner Reference Structure

Type: object Properties: 6
CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

OwnerReference is a JSON Structure definition published by OpenShift, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

apiVersion kind name uid controller blockOwnerDeletion

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "OwnerReference",
  "type": "object",
  "properties": {
    "apiVersion": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "uid": {
      "type": "string"
    },
    "controller": {
      "type": "boolean"
    },
    "blockOwnerDeletion": {
      "type": "boolean"
    }
  }
}