fix typo in pod-lifecycle (#13689)

Asscociated with #13688
pull/13694/head
Shashank Patel 2019-04-09 04:06:38 +05:30 committed by Kubernetes Prow Robot
parent d8a198e93d
commit 786ad4390d
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ array has six possible fields:
* `Initialized`: all [init containers](/docs/concepts/workloads/pods/init-containers)
have started successfully;
* `Unschedulable`: the scheduler cannot schedule the Pod right now, for example
due to lacking of resources or other constraints;
due to lack of resources or other constraints;
* `ContainersReady`: all containers in the Pod are ready.