We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e904181 commit f2785d4Copy full SHA for f2785d4
docs/book/beyond_basics/controller_watches.md
@@ -68,7 +68,7 @@ correct RBAC rules are in place and informers have been started.
68
69
```go
70
// Annotation to generate RBAC roles to watch and update Pods
71
-// +kubebuilder:rbac:groups="",resources=pods,verbs=get;watch;list,create,update,delete
+// +kubebuilder:rbac:groups="",resources=pods,verbs=get;watch;list;create;update;delete
72
```
73
74
{% sample lang="go" %}
0 commit comments