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