sigs.k8s.io/cluster-api-provider-azure@v1.14.3/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  commonLabels:
     5    cluster.x-k8s.io/v1beta1: v1beta1
     6  
     7  resources:
     8    - bases/infrastructure.cluster.x-k8s.io_azuremachines.yaml
     9    - bases/infrastructure.cluster.x-k8s.io_azureclusters.yaml
    10    - bases/infrastructure.cluster.x-k8s.io_azureclustertemplates.yaml
    11    - bases/infrastructure.cluster.x-k8s.io_azuremachinetemplates.yaml
    12    - bases/infrastructure.cluster.x-k8s.io_azureclusteridentities.yaml
    13    - bases/infrastructure.cluster.x-k8s.io_azuremachinepools.yaml
    14    - bases/infrastructure.cluster.x-k8s.io_azuremanagedmachinepools.yaml
    15    - bases/infrastructure.cluster.x-k8s.io_azuremanagedclusters.yaml
    16    - bases/infrastructure.cluster.x-k8s.io_azuremanagedcontrolplanes.yaml
    17    - bases/infrastructure.cluster.x-k8s.io_azuremachinepoolmachines.yaml
    18    - bases/infrastructure.cluster.x-k8s.io_azuremanagedclustertemplates.yaml
    19    - bases/infrastructure.cluster.x-k8s.io_azuremanagedcontrolplanetemplates.yaml
    20    - bases/infrastructure.cluster.x-k8s.io_azuremanagedmachinepooltemplates.yaml
    21  # +kubebuilder:scaffold:crdkustomizeresource
    22  
    23  
    24  patchesStrategicMerge:
    25    # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
    26    # patches here are for enabling the conversion webhook for each CRD
    27    - patches/webhook_in_azuremachines.yaml
    28    - patches/webhook_in_azureclusters.yaml
    29    - patches/webhook_in_azureclustertemplates.yaml
    30    - patches/webhook_in_azureclusteridentities.yaml
    31    - patches/webhook_in_azuremachinetemplates.yaml
    32    - patches/webhook_in_azuremachinepools.yaml
    33    - patches/webhook_in_azuremachinepoolmachines.yaml
    34    # - patches/webhook_in_azuremanagedmachinepools.yaml
    35    # - patches/webhook_in_azuremanagedclusters.yaml
    36    # - patches/webhook_in_azuremanagedcontrolplanes.yaml
    37    # +kubebuilder:scaffold:crdkustomizewebhookpatch
    38  
    39    # [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix.
    40    # patches here are for enabling the CA injection for each CRD
    41    - patches/cainjection_in_azuremachines.yaml
    42    - patches/cainjection_in_azureclusters.yaml
    43    - patches/cainjection_in_azureclustertemplates.yaml
    44    - patches/cainjection_in_azureclusteridentities.yaml
    45    - patches/cainjection_in_azuremachinetemplates.yaml
    46    - patches/cainjection_in_azuremachinepools.yaml
    47    - patches/cainjection_in_azuremachinepoolmachines.yaml
    48    # - patches/cainjection_in_azuremanagedmachinepools.yaml
    49    # - patches/cainjection_in_azuremanagedclusters.yaml
    50    # - patches/cainjection_in_azuremanagedcontrolplanes.yaml
    51    # +kubebuilder:scaffold:crdkustomizecainjectionpatch
    52  
    53  # the following config is for teaching kustomize how to do kustomization for CRDs.
    54  configurations:
    55    - kustomizeconfig.yaml