python/kubernetes/docs/V1Pod.md
2016-11-22 17:23:41 -08:00

911 B

V1Pod

Properties

Name Type Description Notes
metadata V1ObjectMeta Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata [optional]
spec V1PodSpec Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status [optional]
status V1PodStatus 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 [optional]

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