Skip to content

Commit 9028893

Browse files
committed
example: renamed handler.go to handler.go.tmpl
1 parent 2cb9dfb commit 9028893

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ At a high level an operator using the SDK processes events for watched resources
3131
First, checkout and install the operator-sdk CLI:
3232

3333
```sh
34+
$ cd $GOPATH/src/github.com/coreos/operator-sdk
3435
$ git checkout tags/v0.0.2
36+
$ dep ensure
3537
$ go install github.com/coreos/operator-sdk/commands/operator-sdk
3638
```
3739

doc/user-guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ The Operator SDK has a CLI tool that helps the developer to create, build, and d
1919
Checkout the desired release tag and install the SDK CLI tool:
2020

2121
```sh
22+
$ cd $GOPATH/src/github.com/coreos/operator-sdk
2223
$ git checkout tags/v0.0.2
24+
$ dep ensure
2325
$ go install github.com/coreos/operator-sdk/commands/operator-sdk
2426
```
2527

@@ -202,7 +204,7 @@ $ kubectl delete -f deploy/cr.yaml
202204
$ kubectl delete -f deploy/operator.yaml
203205
```
204206

205-
[memcached_handler]: ../example/memcached-operator/handler.go
207+
[memcached_handler]: ../example/memcached-operator/handler.go.tmpl
206208
[layout_doc]:./project_layout.md
207209
[dep_tool]:https://golang.github.io/dep/docs/installation.html
208210
[go_tool]:https://golang.org/dl/
File renamed without changes.

0 commit comments

Comments
 (0)