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
commit 3caab6a178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}