OpenShift · JSON Structure

Openshift Rest Object Meta Structure

Type: object Properties: 11
CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

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

Properties

name namespace uid resourceVersion generation creationTimestamp deletionTimestamp labels annotations ownerReferences finalizers

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ObjectMeta",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "namespace": {
      "type": "string"
    },
    "uid": {
      "type": "string"
    },
    "resourceVersion": {
      "type": "string"
    },
    "generation": {
      "type": "integer"
    },
    "creationTimestamp": {
      "type": "string"
    },
    "deletionTimestamp": {
      "type": "string"
    },
    "labels": {
      "type": "object"
    },
    "annotations": {
      "type": "object"
    },
    "ownerReferences": {
      "type": "array"
    },
    "finalizers": {
      "type": "array"
    }
  }
}