api/konfig/builtinpluginconsts/namespace: Add CustomResourceDefinition webhook namespace transformer

This commit is contained in:
RyanSquared
2021-03-16 19:35:18 -05:00
parent 1301384670
commit 3ff5263ff6
2 changed files with 29 additions and 0 deletions

View File

@@ -19,5 +19,8 @@ namespace:
group: apiregistration.k8s.io
kind: APIService
create: true
- path: spec/conversion/webhook/clientConfig/service/namespace
group: apiextensions.k8s.io
kind: CustomResourceDefinition
`
)