{
  "description": "Overhead structure represents the resource overhead associated with running a pod.",
  "properties": {
    "podFixed": {
      "additionalProperties": {
        "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
      },
      "description": "podFixed represents the fixed resource overhead associated with running a pod.",
      "type": [
        "object",
        "null"
      ]
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}