forked from eksctl-io/eksctl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mockery.yaml
79 lines (69 loc) · 1.83 KB
/
.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
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
github.com/weaveworks/eksctl/pkg/cfn/manager:
interfaces:
NodeGroupStackManager:
config:
dir: "{{.InterfaceDir}}/mocks"
outpkg: mocks
NodeGroupResourceSet:
config:
dir: "{{.InterfaceDir}}/mocks"
outpkg: mocks
github.com/weaveworks/eksctl/pkg/actions/addon:
interfaces:
IAMRoleCreator:
config:
dir: "{{.InterfaceDir}}/mocks"
outpkg: mocks
IAMRoleUpdater:
config:
dir: "{{.InterfaceDir}}/mocks"
outpkg: mocks
PodIdentityIAMUpdater:
config:
dir: "{{.InterfaceDir}}/mocks"
outpkg: mocks
github.com/weaveworks/eksctl/pkg/actions/podidentityassociation:
interfaces:
StackDeleter:
config:
with-expecter: true
dir: "{{.InterfaceDir}}/mocks"
outpkg: mocks
RoleMigrator:
config:
dir: "{{.InterfaceDir}}/mocks"
outpkg: mocks