We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d591a commit 7dce35eCopy full SHA for 7dce35e
pkg/reconcile/reconcile.go
@@ -52,7 +52,7 @@ Deleting Kubernetes objects) or external Events (GitHub Webhooks, polling extern
52
53
Example reconcile Logic:
54
55
- * Reader an object and all the Pods it owns.
+ * Read an object and all the Pods it owns.
56
* Observe that the object spec specifies 5 replicas but actual cluster contains only 1 Pod replica.
57
* Create 4 Pods and set their OwnerReferences to the object.
58
0 commit comments