@jkcfg/kubernetes
Version:
jk Kubernetes library
19 lines • 996 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"description": "Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.",
"properties": {
"status": {
"description": "Most recently observed status of the pod. This data may not be up to date. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status",
"$ref": "_definitions.json#/definitions/v1.PodStatus"
},
"spec": {
"description": "Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status",
"$ref": "_definitions.json#/definitions/v1.PodSpec"
},
"metadata": {
"description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata",
"$ref": "_definitions.json#/definitions/v1.ObjectMeta"
}
}
}