sigs.k8s.io/cluster-api-provider-azure@v1.17.0/templates/test/ci/prow-ci-version/kustomization.yaml (about) 1 apiVersion: kustomize.config.k8s.io/v1beta1 2 kind: Kustomization 3 namespace: default 4 resources: 5 - ../prow 6 - ../../../addons/metrics-server/metrics-server-resource-set.yaml 7 patches: 8 - path: 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: 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: 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-bootstrap-windows-k8s-ci-binaries.yaml 36 target: 37 group: bootstrap.cluster.x-k8s.io 38 kind: KubeadmConfigTemplate 39 name: .*-md-win 40 namespace: default 41 version: v1beta1 42 - path: ../patches/control-plane-kubeadm-boostrap-ci-version.yaml 43 target: 44 group: controlplane.cluster.x-k8s.io 45 kind: KubeadmControlPlane 46 name: .*-control-plane 47 version: v1beta1 48 - path: ../patches/control-plane-image-ci-version.yaml 49 - path: ../patches/controller-manager.yaml 50 - path: ../patches/windows-feature-gates.yaml 51 - path: ../patches/windows-containerd-labels.yaml 52 - path: ../patches/windows-machine-deployment-replicas.yaml 53 - path: patches/machine-deployment-ci-version.yaml 54 - path: patches/machine-deployment-ci-version-windows.yaml 55 - path: patches/machine-deployment-ci-version-control-plane.yaml 56 - path: ../patches/metrics-server-enabled-cluster.yaml 57 - path: ../patches/controller-manager-featuregates.yaml 58 - path: ../patches/uami-md-0.yaml 59 configMapGenerator: 60 - behavior: merge 61 files: 62 - kube-proxy-patch=../patches/windows-kubeproxy-ci.yaml 63 name: cni-${CLUSTER_NAME}-calico-windows 64 - files: 65 - metrics-server=../../../addons/metrics-server/metrics-server.yaml 66 name: metrics-server-${CLUSTER_NAME} 67 generatorOptions: 68 annotations: 69 note: generated 70 disableNameSuffixHash: true 71 labels: 72 type: generated 73 74 sortOptions: 75 order: fifo