UNPKG

@jkcfg/kubernetes

Version:
15 lines 715 B
{ "description": "PodTemplateSpec describes the data a pod should have when created from a template", "properties": { "metadata": { "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata", "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" }, "spec": { "description": "Specification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status", "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec" } }, "$schema": "http://json-schema.org/schema#", "type": "object" }