-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathmetallb-config.yaml
45 lines (41 loc) · 1.44 KB
/
metallb-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
- name: metallb
sync: true
repo_link: "https://github.com/metallb/metallb"
branch: main
remote_api_directory: api/v1beta1
local_api_directory: schemes/metallb/mlbtypes
replace_imports:
- old: '"go.universe.tf/metallb/api/v1beta2"'
new: v1beta2 "github.com/openshift-kni/eco-goinfra/pkg/schemes/metallb/mlbtypesv1beta2"
- name: metallb
sync: true
repo_link: "https://github.com/metallb/metallb"
branch: main
remote_api_directory: api/v1beta2
local_api_directory: schemes/metallb/mlbtypesv1beta2
- name: metallb-operator
sync: true
repo_link: "https://github.com/metallb/metallb-operator"
branch: main
remote_api_directory: api/v1beta1
local_api_directory: schemes/metallb/mlboperator
replace_imports:
- old: '"github.com/metallb/metallb-operator/pkg/params"'
new: params "github.com/openshift-kni/eco-goinfra/pkg/schemes/metallb/mlboperatorparams"
- name: metallb-operator
sync: true
repo_link: "https://github.com/metallb/metallb-operator"
branch: main
remote_api_directory: pkg/params
local_api_directory: schemes/metallb/mlboperatorparams
replace_imports:
- old: '"github.com/metallb/metallb-operator/api/v1beta1"'
new: v1beta1 "github.com/openshift-kni/eco-goinfra/pkg/schemes/metallb/mlboperator"
- name: metallb-frr
sync: true
repo_link: "https://github.com/metallb/frr-k8s"
branch: main
remote_api_directory: api/v1beta1
local_api_directory: schemes/metallb/frrtypes
...