OpenShift · Schema

PodTemplateSpec

Describes the data a pod should have when created from a template.

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Properties

Name Type Description
metadata object
spec object
View JSON Schema on GitHub

JSON Schema

openshift-podtemplatespec-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PodTemplateSpec",
  "title": "PodTemplateSpec",
  "type": "object",
  "description": "Describes the data a pod should have when created from a template.",
  "properties": {
    "metadata": {
      "$ref": "#/components/schemas/ObjectMeta"
    },
    "spec": {
      "$ref": "#/components/schemas/PodSpec"
    }
  }
}