sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/dev/custom-builds-machine-pool/kustomization.yaml (about) 1 namespace: default 2 resources: 3 - ../../../test/ci/prow-machine-pool 4 patchesStrategicMerge: 5 - ../patches/control-plane-custom-builds.yaml 6 - patches/machine-pool-deployment-pr-version-windows.yaml 7 - patches/custom-builds.yaml 8 patches: 9 - target: 10 group: controlplane.cluster.x-k8s.io 11 version: v1beta1 12 kind: KubeadmControlPlane 13 name: .*-control-plane 14 path: ../../../test/ci/prow-ci-version/patches/oot-credential-provider-kcp.yaml 15 - target: 16 group: bootstrap.cluster.x-k8s.io 17 version: v1beta1 18 kind: KubeadmConfig 19 name: .*-mp-win 20 namespace: default 21 path: patches/kubeadm-bootstrap-machine-pool-windows-k8s-pr-binaries.yaml 22 configMapGenerator: 23 - name: cni-${CLUSTER_NAME}-calico-windows 24 behavior: merge 25 files: 26 - kube-proxy-patch=../../../test/ci/patches/windows-kubeproxy-ci.yaml 27 generatorOptions: 28 disableNameSuffixHash: true 29 labels: 30 type: generated 31 annotations: 32 note: generated