python/kubernetes/docs/V1PodTemplateSpec.md
2017-06-29 01:34:59 -07:00

682 B

V1PodTemplateSpec

Properties

Name Type Description Notes
metadata V1ObjectMeta Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata [optional]
spec V1PodSpec Specification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status [optional]

[Back to Model list] [Back to API list] [Back to README]