Update pod-lifecycle.md (#13969)

if "www.example.com/feature-1" is False, the type "Ready" should be False also, like "https://github.com/kubernetes/enhancements/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md#pod-readiness" says.
pull/14182/head
Xin He 2019-05-06 21:39:39 +08:00 committed by Kubernetes Prow Robot
parent f75913ed04
commit 526e626a14
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ spec:
status:
conditions:
- type: Ready # this is a builtin PodCondition
status: "True"
status: "False"
lastProbeTime: null
lastTransitionTime: 2018-01-01T00:00:00Z
- type: "www.example.com/feature-1" # an extra PodCondition