Merge pull request #22790 from micnncim/fix-typo

Fix typo in pod-lifecycle.md
This commit is contained in:
Kubernetes Prow Robot
2020-07-27 14:41:07 -07:00
committed by GitHub
@@ -164,7 +164,7 @@ Field name | Description
`lastProbeTime` | Timestamp of when the Pod condition was last probed.
`lastTransitionTime` | Timestamp for when the Pod last transitioned from one status to another.
`reason` | Machine-readable, UpperCamelCase text indicating the reason for the condition's last transition.
`messsage | Human-readable message indicating details about the last status transition.
`message` | Human-readable message indicating details about the last status transition.
### Pod readiness {#pod-readiness-gate}