Merge pull request #3058 from zhangxiaoyu-zidif/patch-35

Fix a typo
reviewable/pr3061/r1
Andrew Chen 2017-03-28 15:10:10 -07:00 committed by GitHub
commit 64d07aef9c
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Here are the possible values for `phase`:
## Pod conditions
A Pod has a PodStatus, which has an array of
[PodConditions](docs/resources-reference/v1.5/#podcondition). Each element
[PodConditions](/docs/resources-reference/v1.5/#podcondition). Each element
of the PodCondition array has a `type` field and a `status` field. The `type`
field is a string, with possible values PodScheduled, Ready, Initialized, and
Unschedulable. The `status` field is a string, with possible values True, False,