sigs.k8s.io/cluster-api-provider-azure@v1.17.0/templates/test/ci/prow-machine-pool-ci-version/kustomization.yaml (about)

     1  apiVersion: kustomize.config.k8s.io/v1beta1
     2  kind: Kustomization
     3  namespace: default
     4  resources:
     5  - ../prow-machine-pool
     6  patches:
     7  - path: ../prow-ci-version/patches/oot-credential-provider-kcp.yaml
     8    target:
     9      group: controlplane.cluster.x-k8s.io
    10      kind: KubeadmControlPlane
    11      name: .*-control-plane
    12      version: v1beta1
    13  - path: ../patches/control-plane-kubeadm-boostrap-ci-version.yaml
    14    target:
    15      group: controlplane.cluster.x-k8s.io
    16      kind: KubeadmControlPlane
    17      name: .*-control-plane
    18      namespace: default
    19      version: v1beta1
    20  - path: patches/kubeadm-bootstrap-windows-k8s-ci-binaries.yaml
    21    target:
    22      group: bootstrap.cluster.x-k8s.io
    23      kind: KubeadmConfig
    24      name: .*-mp-win
    25      namespace: default
    26      version: v1beta1
    27  - path: ../patches/control-plane-image-ci-version.yaml
    28  - path: ../patches/controller-manager.yaml
    29  - path: patches/machine-pool-ci-version.yaml
    30  - path: ../patches/machine-pool-worker-counts.yaml
    31  - path: patches/machine-pool-ci-version-windows.yaml
    32  - path: ../patches/uami-mp-0.yaml
    33  configMapGenerator:
    34  - behavior: merge
    35    files:
    36    - kube-proxy-patch=../patches/windows-kubeproxy-ci.yaml
    37    name: cni-${CLUSTER_NAME}-calico-windows
    38  
    39  sortOptions:
    40    order: fifo