Skip to content

Commit 71b9de5

Browse files
Eric Stroczynskihasbro17
Eric Stroczynski
andauthored
Update doc/user/client.md
Co-Authored-By: Haseeb Tariq <[email protected]>
1 parent 4474fd9 commit 71b9de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user/client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func (r *ReconcileApp) Reconcile(request reconcile.Request) (reconcile.Result, e
154154
...
155155

156156
// Return all pods in the request namespace with a label of `app=<name>`
157-
// and is running.
157+
// and phase `Running`.
158158
podList := &v1.PodList{}
159159
opts := []client.ListOption{
160160
client.InNamespace(request.NamespacedName.Namespace),

0 commit comments

Comments
 (0)