sigs.k8s.io/cluster-api@v1.7.1/config/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/
     4  resources:
     5  - bases/cluster.x-k8s.io_clusterclasses.yaml
     6  - bases/cluster.x-k8s.io_clusters.yaml
     7  - bases/cluster.x-k8s.io_machines.yaml
     8  - bases/cluster.x-k8s.io_machinesets.yaml
     9  - bases/cluster.x-k8s.io_machinedeployments.yaml
    10  - bases/cluster.x-k8s.io_machinepools.yaml
    11  - bases/addons.cluster.x-k8s.io_clusterresourcesets.yaml
    12  - bases/addons.cluster.x-k8s.io_clusterresourcesetbindings.yaml
    13  - bases/cluster.x-k8s.io_machinehealthchecks.yaml
    14  - bases/runtime.cluster.x-k8s.io_extensionconfigs.yaml
    15  - bases/ipam.cluster.x-k8s.io_ipaddresses.yaml
    16  - bases/ipam.cluster.x-k8s.io_ipaddressclaims.yaml
    17  # +kubebuilder:scaffold:crdkustomizeresource
    18  
    19  patchesStrategicMerge:
    20  # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
    21  # patches here are for enabling the conversion webhook for each CRD
    22  - patches/webhook_in_clusterclasses.yaml
    23  - patches/webhook_in_clusters.yaml
    24  - patches/webhook_in_machinepools.yaml
    25  - patches/webhook_in_machines.yaml
    26  - patches/webhook_in_machinesets.yaml
    27  - patches/webhook_in_machinedeployments.yaml
    28  - patches/webhook_in_machinehealthchecks.yaml
    29  - patches/webhook_in_clusterresourcesets.yaml
    30  - patches/webhook_in_clusterresourcesetbindings.yaml
    31  # +kubebuilder:scaffold:crdkustomizewebhookpatch
    32  
    33  # [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix.
    34  # patches here are for enabling the CA injection for each CRD
    35  - patches/cainjection_in_clusterclasses.yaml
    36  - patches/cainjection_in_clusters.yaml
    37  - patches/cainjection_in_machinepools.yaml
    38  - patches/cainjection_in_machines.yaml
    39  - patches/cainjection_in_machinesets.yaml
    40  - patches/cainjection_in_machinedeployments.yaml
    41  - patches/cainjection_in_machinehealthchecks.yaml
    42  - patches/cainjection_in_clusterresourcesets.yaml
    43  - patches/cainjection_in_clusterresourcesetbindings.yaml
    44  # +kubebuilder:scaffold:crdkustomizecainjectionpatch
    45  
    46  # the following config is for teaching kustomize how to do kustomization for CRDs.
    47  configurations:
    48  - kustomizeconfig.yaml