[root@k8s-master01~]# kubectl explain pod KIND:Pod VERSION:v1
DESCRIPTION: Podisacollectionofcontainersthatcanrunonahost.Thisresourceis createdbyclientsandscheduledontohosts. FIELDS: apiVersion<string> APIVersiondefinestheversionedschemaofthisrepresentationofanobject. Serversshouldconvertrecognizedschemastothelatestinternalvalue,and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kind<string> KindisastringvaluerepresentingtheRESTresourcethisobject represents.Serversmayinferthisfromtheendpointtheclientsubmits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadata<ObjectMeta> Standardobject'smetadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
spec<PodSpec> Specification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
status<PodStatus> Mostrecentlyobservedstatusofthepod.Thisdatamaynotbeuptodate. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
DESCRIPTION: Specification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status PodSpecisadescriptionofapod. FIELDS: activeDeadlineSeconds<integer> Optionaldurationinsecondsthepodmaybeactiveonthenoderelativeto StartTimebeforethesystemwillactivelytrytomarkitfailedandkill associatedcontainers.Valuemustbeapositiveinteger.