sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/ci/prow/kustomization.yaml (about) 1 apiVersion: kustomize.config.k8s.io/v1beta1 2 kind: Kustomization 3 namespace: default 4 resources: 5 - ../../../flavors/base 6 - ../../../flavors/default/machine-deployment.yaml 7 - ../../../flavors/windows/machine-deployment-windows.yaml 8 - mhc.yaml 9 - cni-resource-set.yaml 10 - ../../../azure-cluster-identity 11 - ../../../addons/windows/csi-proxy/csi-proxy-resource-set.yaml 12 - ../../../addons/windows/containerd-logging/containerd-logger-resource-set.yaml 13 - ../../../addons/cluster-api-helm/calico.yaml 14 - ../../../addons/cluster-api-helm/azuredisk-csi-driver.yaml 15 - ../../../addons/cluster-api-helm/cloud-provider-azure.yaml 16 - ../../../addons/cluster-api-helm/cloud-provider-azure-ci.yaml 17 patchesStrategicMerge: 18 - ../patches/tags.yaml 19 - ../patches/mhc.yaml 20 - ../patches/controller-manager.yaml 21 - ../patches/windows-machine-deployment-replicas.yaml 22 - ../../../azure-cluster-identity/azurecluster-identity-ref.yaml 23 - ../patches/azuremachinetemplate-vmextension.yaml 24 - ../patches/windows-feature-gates.yaml 25 - ../patches/windows-containerd-labels.yaml 26 - ../patches/windows-server-version.yaml 27 - ../patches/cluster-label-calico.yaml 28 - ../patches/cluster-label-cloud-provider-azure.yaml 29 patches: 30 - target: 31 group: bootstrap.cluster.x-k8s.io 32 version: v1beta1 33 kind: KubeadmConfigTemplate 34 name: .*-md-win 35 namespace: default 36 path: ../patches/windows-tmp-folder.yaml 37 - target: 38 group: bootstrap.cluster.x-k8s.io 39 version: v1beta1 40 kind: KubeadmConfigTemplate 41 name: .*-md-win 42 namespace: default 43 path: ../patches/kubeadm-bootstrap-windows-containerd.yaml 44 - target: 45 group: bootstrap.cluster.x-k8s.io 46 version: v1beta1 47 kind: KubeadmConfigTemplate 48 name: .*-md-win 49 namespace: default 50 path: ../patches/windows-collect-hns-crashes.yaml 51 configMapGenerator: 52 - name: cni-${CLUSTER_NAME}-calico-windows 53 files: 54 - windows-cni=../../../addons/windows/calico/calico.yaml 55 - proxy=../../../addons/windows/calico/kube-proxy-windows.yaml 56 - name: csi-proxy-addon 57 files: 58 - csi-proxy=../../../addons/windows/csi-proxy/csi-proxy.yaml 59 - name: containerd-logger-${CLUSTER_NAME} 60 files: 61 - containerd-windows-logger=../../../addons/windows/containerd-logging/containerd-logger.yaml 62 generatorOptions: 63 disableNameSuffixHash: true 64 labels: 65 type: generated 66 annotations: 67 note: generated