Skip to content

Commit

Permalink
typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchengwu authored Mar 20, 2019
1 parent e904181 commit f2785d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/beyond_basics/controller_watches.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ correct RBAC rules are in place and informers have been started.

```go
// Annotation to generate RBAC roles to watch and update Pods
// +kubebuilder:rbac:groups="",resources=pods,verbs=get;watch;list,create,update,delete
// +kubebuilder:rbac:groups="",resources=pods,verbs=get;watch;list;create;update;delete
```

{% sample lang="go" %}
Expand Down

0 comments on commit f2785d4

Please sign in to comment.