forked from eksctl-io/eksctl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mockery.yaml
38 lines (34 loc) · 892 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
27
28
29
30
31
32
33
34
35
36
37
38
mockname: "{{.InterfaceName}}"
structname: "{{.InterfaceName}}.go"
filename: "{{.InterfaceName}}.go"
with-expecter: false
packages:
github.com/weaveworks/eksctl/pkg/awsapi:
config:
all: true
dir: "./pkg/eks/mocksv2"
outpkg: mocksv2
github.com/weaveworks/eksctl/pkg/eks:
interfaces:
KubeNodeGroup:
config:
dir: "{{.InterfaceDir}}/mocks"
outpkg: mocks
github.com/aws/aws-sdk-go-v2/aws:
interfaces:
CredentialsProvider:
config:
dir: "./pkg/eks/mocksv2"
outpkg: mocksv2
github.com/aws/aws-sdk-go/aws/client:
interfaces:
ConfigProvider:
config:
dir: "./pkg/eks/mocks"
outpkg: mocks
github.com/weaveworks/eksctl/pkg/ctl/utils:
interfaces:
VPCConfigUpdater:
config:
dir: "{{.InterfaceDir}}/mocks"
outpkg: mocks