Skip to content

Commit 3332a0a

Browse files
committed
Update example dir in godoc
Signed-off-by: ialidzhikov <[email protected]>
1 parent d90bbc6 commit 3332a0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/doc.go

Lines changed: 2 additions & 2 deletions
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)