{
  "description": "Deployment enables declarative updates for Pods and ReplicaSets.",
  "properties": {
    "apiVersion": {
      "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
      "type": "string",
      "const": "apps/v1"
    },
    "kind": {
      "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
      "type": "string",
      "const": "Deployment"
    },
    "metadata": {
      "allOf": [
        {
          "$ref": "io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta.schema.json"
        }
      ],
      "default": {},
      "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
    },
    "spec": {
      "allOf": [
        {
          "$ref": "io.k8s.api.apps.v1.DeploymentSpec.schema.json"
        }
      ],
      "default": {},
      "description": "Specification of the desired behavior of the Deployment."
    },
    "status": {
      "allOf": [
        {
          "$ref": "io.k8s.api.apps.v1.DeploymentStatus.schema.json"
        }
      ],
      "default": {},
      "description": "Most recently observed status of the Deployment."
    }
  },
  "type": "object",
  "x-kubernetes-group-version-kind": [
    {
      "group": "apps",
      "kind": "Deployment",
      "version": "v1"
    }
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schema.bundesmessenger.dev/kubernetes/io.k8s.api.apps.v1.Deployment.schema.json"
}
