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.
2 parents 7a14210 + f2785d4 commit d231d84Copy full SHA for d231d84
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