sigs.k8s.io/cluster-api/bootstrap/kubeadm@v0.0.0-20191016155141-23a891785b60/config-capi/crd/kustomization.yaml (about) 1 # This kustomization.yaml is not intended to be run by itself, 2 # since it depends on service name and namespace that are out of this kustomize package. 3 # It should be run by config/default 4 resources: 5 - bases/cluster.x-k8s.io_clusters.yaml 6 - bases/cluster.x-k8s.io_machines.yaml 7 - bases/cluster.x-k8s.io_machinesets.yaml 8 - bases/cluster.x-k8s.io_machinedeployments.yaml 9 # +kubebuilder:scaffold:crdkustomizeresource 10 11 # patches: 12 # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix. 13 # patches here are for enabling the conversion webhook for each CRD 14 #- patches/webhook_in_clusters.yaml 15 #- patches/webhook_in_machines.yaml 16 #- patches/webhook_in_machinesets.yaml 17 #- patches/webhook_in_machinedeployments.yaml 18 # +kubebuilder:scaffold:crdkustomizewebhookpatch 19 20 # [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix. 21 # patches here are for enabling the CA injection for each CRD 22 #- patches/cainjection_in_clusters.yaml 23 #- patches/cainjection_in_machines.yaml 24 #- patches/cainjection_in_machinesets.yaml 25 #- patches/cainjection_in_machinedeployments.yaml 26 # +kubebuilder:scaffold:crdkustomizecainjectionpatch 27 28 # the following config is for teaching kustomize how to do kustomization for CRDs. 29 configurations: 30 - kustomizeconfig.yaml