PodTemplate core/v1
PodTemplate describes a template for creating copies of a predefined pod.
Fields
- apiVersion:
v1 - kind:
PodTemplate - metadata (ObjectMeta)
-
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- template (PodTemplateSpec)
-
Template defines the pods that will be created from this pod template. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
PodTemplateList
PodTemplateList is a list of PodTemplates.
- apiVersion:
v1 - kind:
PodTemplateList - metadata (ListMeta)
-
Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- items ([]PodTemplate)
-
List of pod templates