Skip to content

Commit

Permalink
Merge pull request #877 from jbowes/patch-1
Browse files Browse the repository at this point in the history
📖 Fix a minor typo in the Reconciler docs
  • Loading branch information
k8s-ci-robot committed Mar 26, 2020
2 parents 18d591a + 7dce35e commit fc39662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconcile/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Deleting Kubernetes objects) or external Events (GitHub Webhooks, polling extern
Example reconcile Logic:
* Reader an object and all the Pods it owns.
* Read an object and all the Pods it owns.
* Observe that the object spec specifies 5 replicas but actual cluster contains only 1 Pod replica.
* Create 4 Pods and set their OwnerReferences to the object.
Expand Down

0 comments on commit fc39662

Please sign in to comment.