Fix typo in pod-lifecycle.md

This commit is contained in:
micnncim 2020-07-28 04:35:12 +09:00
parent e16b0f7212
commit 0e1678f78b
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}