forked from projectcontour/contour
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mockery.yaml
26 lines (26 loc) · 833 Bytes
/
.mockery.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
with-expecter: False
mockname: "{{.InterfaceName}}"
filename: "{{.InterfaceNameSnake}}.go"
outpkg: "mocks"
dir: '{{trimPrefix .PackagePath "github.com/projectcontour/contour/" }}/mocks'
disable-version-string: True
packages:
sigs.k8s.io/controller-runtime/pkg/manager:
config:
dir: "internal/controller/mocks"
interfaces:
Manager:
github.com/projectcontour/contour/internal/debug:
interfaces:
DagBuilder:
github.com/projectcontour/contour/internal/k8s:
interfaces:
StatusMetrics:
sigs.k8s.io/controller-runtime/pkg/cache:
config:
dir: "internal/k8s/mocks"
interfaces:
Cache:
github.com/projectcontour/contour/internal/leadership:
interfaces:
NeedLeaderElectionNotification: