sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/dev/custom-builds/kustomization.yaml (about) 1 namespace: default 2 resources: 3 - ../../../test/ci/prow 4 - ../../../addons/metrics-server/metrics-server-resource-set.yaml 5 patchesStrategicMerge: 6 - patches/machine-deployment-pr-version.yaml 7 - patches/machine-deployment-pr-version-windows.yaml 8 - ../../../test/ci/patches/windows-feature-gates.yaml 9 - ../../../test/ci/patches/windows-containerd-labels.yaml 10 - ../../../test/ci/patches/windows-machine-deployment-replicas.yaml 11 - ../../../test/ci/patches/metrics-server-enabled-cluster.yaml 12 - ../../../test/ci/patches/controller-manager-featuregates.yaml 13 patches: 14 - target: 15 group: bootstrap.cluster.x-k8s.io 16 version: v1beta1 17 kind: KubeadmConfigTemplate 18 name: .*-md-0 19 namespace: default 20 path: ../../../test/ci/prow-ci-version/patches/oot-credential-provider.yaml 21 - target: 22 group: bootstrap.cluster.x-k8s.io 23 version: v1beta1 24 kind: KubeadmConfigTemplate 25 name: .*-md-win 26 namespace: default 27 path: ../../../test/ci/prow-ci-version/patches/oot-credential-provider-win.yaml 28 - target: 29 group: controlplane.cluster.x-k8s.io 30 version: v1beta1 31 kind: KubeadmControlPlane 32 name: .*-control-plane 33 path: ../../../test/ci/prow-ci-version/patches/oot-credential-provider-kcp.yaml 34 - target: 35 group: bootstrap.cluster.x-k8s.io 36 version: v1beta1 37 kind: KubeadmConfigTemplate 38 name: .*-md-0 39 namespace: default 40 path: patches/kubeadm-bootstrap.yaml 41 - target: 42 group: controlplane.cluster.x-k8s.io 43 version: v1beta1 44 kind: KubeadmControlPlane 45 name: .*-control-plane 46 path: patches/kubeadm-controlplane-bootstrap.yaml 47 - target: 48 group: bootstrap.cluster.x-k8s.io 49 version: v1beta1 50 kind: KubeadmConfigTemplate 51 name: .*-md-win 52 namespace: default 53 path: patches/kubeadm-bootstrap-windows-k8s-pr-binaries.yaml 54 configMapGenerator: 55 - name: cni-${CLUSTER_NAME}-calico-windows 56 behavior: merge 57 files: 58 - kube-proxy-patch=../../../test/ci/patches/windows-kubeproxy-ci.yaml 59 - name: metrics-server-${CLUSTER_NAME} 60 files: 61 - metrics-server=../../../addons/metrics-server/metrics-server.yaml 62 generatorOptions: 63 disableNameSuffixHash: true 64 labels: 65 type: generated 66 annotations: 67 note: generated