@@ -1389,7 +1389,7 @@ var map_PodStatus = map[string]string{
"phase":"Current condition of the pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase",
"conditions":"Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions",
"message":"A human readable message indicating details about why the pod is in this condition.",
"reason":"A brief CamelCase message indicating details about why the pod is in this state. e.g. 'OutOfDisk'",
"reason":"A brief CamelCase message indicating details about why the pod is in this state. e.g. 'Evicted'",
"hostIP":"IP address of the host to which the pod is assigned. Empty if not yet scheduled.",
"podIP":"IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated.",
"startTime":"RFC 3339 date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod.",