File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ Usage
148148The following example shows creating a new Controller program which Reconciles ReplicaSet objects in response
149149to Pod or ReplicaSet events. The Reconciler function simply adds a label to the ReplicaSet.
150150
151- See the example /main.go for a usage example.
151+ See the examples/builtins /main.go for a usage example.
152152
153153Controller Example
154154
@@ -159,7 +159,7 @@ Controller Example
1591591.2 Pod (created by ReplicaSet) -> handler.EnqueueRequestForOwnerHandler - enqueue a Request with the
160160Owning ReplicaSet Namespace and Name.
161161
162- 2. reconcile ReplicaSet in response to an event
162+ 2. Reconcile ReplicaSet in response to an event
163163
1641642.1 ReplicaSet object created -> Read ReplicaSet, try to read Pods -> if is missing create Pods.
165165
You can’t perform that action at this time.
0 commit comments