@jkcfg/kubernetes
Version:
jk Kubernetes library
17 lines • 515 B
JSON
{
"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#"
}