File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ Usage
148
148
The following example shows creating a new Controller program which Reconciles ReplicaSet objects in response
149
149
to Pod or ReplicaSet events. The Reconciler function simply adds a label to the ReplicaSet.
150
150
151
- See the example /main.go for a usage example.
151
+ See the examples/builtins /main.go for a usage example.
152
152
153
153
Controller Example
154
154
@@ -159,7 +159,7 @@ Controller Example
159
159
1.2 Pod (created by ReplicaSet) -> handler.EnqueueRequestForOwnerHandler - enqueue a Request with the
160
160
Owning ReplicaSet Namespace and Name.
161
161
162
- 2. reconcile ReplicaSet in response to an event
162
+ 2. Reconcile ReplicaSet in response to an event
163
163
164
164
2.1 ReplicaSet object created -> Read ReplicaSet, try to read Pods -> if is missing create Pods.
165
165
You can’t perform that action at this time.
0 commit comments