Red Hat OpenShift · Schema

ImageStream

ContainersEnterpriseHybrid CloudKubernetesPaaSRed Hat

Properties

Name Type Description
apiVersion string
kind string
metadata object
spec object
status object
View JSON Schema on GitHub

JSON Schema

red-hat-openshift-imagestream-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ImageStream",
  "title": "ImageStream",
  "type": "object",
  "properties": {
    "apiVersion": {
      "type": "string",
      "default": "image.openshift.io/v1"
    },
    "kind": {
      "type": "string",
      "default": "ImageStream"
    },
    "metadata": {
      "$ref": "#/components/schemas/ObjectMeta"
    },
    "spec": {
      "type": "object"
    },
    "status": {
      "type": "object"
    }
  }
}