sigs.k8s.io/cluster-api-provider-aws@v1.5.5/config/crd/kustomization.yaml (about) 1 commonLabels: 2 cluster.x-k8s.io/v1alpha3: v1alpha3 3 cluster.x-k8s.io/v1alpha4: v1alpha4 4 cluster.x-k8s.io/v1beta1: v1beta1 5 6 # This kustomization.yaml is not intended to be run by itself, 7 # since it depends on service name and namespace that are out of this kustomize package. 8 # It should be run by config/ 9 resources: 10 - bases/infrastructure.cluster.x-k8s.io_awsmachines.yaml 11 - bases/infrastructure.cluster.x-k8s.io_awsclusters.yaml 12 - bases/infrastructure.cluster.x-k8s.io_awsfargateprofiles.yaml 13 - bases/infrastructure.cluster.x-k8s.io_awsmachinetemplates.yaml 14 - bases/infrastructure.cluster.x-k8s.io_awsmachinepools.yaml 15 - bases/infrastructure.cluster.x-k8s.io_awsmanagedmachinepools.yaml 16 - bases/infrastructure.cluster.x-k8s.io_awsclusterroleidentities.yaml 17 - bases/infrastructure.cluster.x-k8s.io_awsclusterstaticidentities.yaml 18 - bases/infrastructure.cluster.x-k8s.io_awsclustercontrolleridentities.yaml 19 - bases/infrastructure.cluster.x-k8s.io_awsclustertemplates.yaml 20 - bases/controlplane.cluster.x-k8s.io_awsmanagedcontrolplanes.yaml 21 - bases/bootstrap.cluster.x-k8s.io_eksconfigs.yaml 22 - bases/bootstrap.cluster.x-k8s.io_eksconfigtemplates.yaml 23 # +kubebuilder:scaffold:crdkustomizeresource 24 25 patchesStrategicMerge: 26 # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix. 27 # patches here are for enabling the conversion webhook for each CRD 28 - patches/webhook_in_awsmachines.yaml 29 - patches/webhook_in_awsclusters.yaml 30 - patches/webhook_in_awsmachinetemplates.yaml 31 - patches/webhook_in_awsclustercontrolleridentities.yaml 32 - patches/webhook_in_awsclusterroleidentities.yaml 33 - patches/webhook_in_awsclustertemplates.yaml 34 - patches/webhook_in_awsmanagedcontrolplanes.yaml 35 - patches/webhook_in_eksconfigs.yaml 36 - patches/webhook_in_eksconfigtemplates.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_awsmachines.yaml 42 - patches/cainjection_in_awsclusters.yaml 43 - patches/cainjection_in_awsmachinetemplates.yaml 44 - patches/cainjection_in_awsclustercontrolleridentities.yaml 45 - patches/cainjection_in_awsclusterroleidentities.yaml 46 - patches/cainjection_in_awsclustertemplates.yaml 47 - patches/cainjection_in_awsmanagedcontrolplanes.yaml 48 - patches/cainjection_in_eksconfigs.yaml 49 - patches/cainjection_in_eksconfigtemplates.yaml 50 # +kubebuilder:scaffold:crdkustomizecainjectionpatch 51 52 # [LABEL] To enable label, uncomment all the sections with [LABEL] prefix. 53 # patches here are for adding the label to each global identity CRDs 54 - patches/label_in_awsclustercontrolleridentities.yaml 55 - patches/label_in_awsclusterroleidentities.yaml 56 - patches/label_in_awsclusterstaticidentities.yaml 57 58 # +kubebuilder:scaffold:crdkustomizelabelpatch 59 60 # the following config is for teaching kustomize how to do kustomization for CRDs. 61 configurations: 62 - kustomizeconfig.yaml