Skip to content

Commit ab6131a

Browse files
authored
Merge pull request #579 from ialidzhikov/flake/example-dir
📖 Update example dir in godoc
2 parents b488e3d + 3332a0a commit ab6131a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/doc.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Usage
148148
The following example shows creating a new Controller program which Reconciles ReplicaSet objects in response
149149
to 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
153153
Controller Example
154154
@@ -159,7 +159,7 @@ Controller Example
159159
1.2 Pod (created by ReplicaSet) -> handler.EnqueueRequestForOwnerHandler - enqueue a Request with the
160160
Owning ReplicaSet Namespace and Name.
161161
162-
2. reconcile ReplicaSet in response to an event
162+
2. Reconcile ReplicaSet in response to an event
163163
164164
2.1 ReplicaSet object created -> Read ReplicaSet, try to read Pods -> if is missing create Pods.
165165

0 commit comments

Comments
 (0)