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 af18b90 commit bf2a595Copy full SHA for bf2a595
controller-gen/controller-gen.bzl
@@ -195,7 +195,7 @@ _controller_gen_rbac = rule(
195
implementation = _controller_gen_rbac_impl,
196
attrs = _rbac_extra_attrs(),
197
toolchains = _toolchains(),
198
- doc = "Run the role binding generating portion of controller-gen. ",
+ doc = "Run the role binding generating portion of controller-gen. " +
199
"The output directory will be `rbac`.",
200
)
201
0 commit comments