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 bf2a595 commit bffef41Copy full SHA for bffef41
controller-gen/controller-gen.bzl
@@ -201,7 +201,7 @@ _controller_gen_rbac = rule(
201
202
_controller_gen_webhook = rule(
203
implementation = _controller_gen_webhook_impl,
204
- attrs = _webhook_extra_args(),
+ attrs = _webhook_extra_attrs(),
205
toolchains = _toolchains(),
206
doc = "Run the webhook generating portion of controller-gen. " +
207
"The output directory will be the name of the rule.",
0 commit comments