1 // Copyright 2019 The Kubernetes Authors. 2 // SPDX-License-Identifier: Apache-2.0 3 4 package builtinpluginconsts 5 6 const ( 7 namespaceFieldSpecs = ` 8 namespace: 9 - path: metadata/name 10 kind: Namespace 11 create: true 12 - path: spec/service/namespace 13 group: apiregistration.k8s.io 14 kind: APIService 15 create: true 16 - path: spec/conversion/webhook/clientConfig/service/namespace 17 group: apiextensions.k8s.io 18 kind: CustomResourceDefinition 19 ` 20 ) 21