-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mockery.yaml
101 lines (101 loc) · 3.46 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
filename: "{{ .InterfaceName | lower }}_mock.go"
dir: "{{ .InterfaceDir }}"
inpackage: true
packages:
github.com/solidDoWant/backup-tool/cmd/disasterrecovery: &baseline_config
config:
issue-845-fix: true
resolve-type-alias: false
interfaces:
DREventCommand:
DREventGenerateSchemaCommand:
DRCommand:
DRBackupCommand:
DRRestoreCommand:
github.com/solidDoWant/backup-tool/pkg/cli/features:
<<: *baseline_config
interfaces:
ConfigFileCommandInterface:
ContextCommandInterface:
KubeClusterCommandInterface:
KubernetesCommandInterface:
github.com/solidDoWant/backup-tool/pkg/disasterrecovery/actions/remote:
<<: *baseline_config
interfaces:
RemoteStageInterface:
RemoteAction:
CleanupAction:
? github.com/solidDoWant/backup-tool/pkg/disasterrecovery/actions/remote/cnpg/backup
: <<: *baseline_config
interfaces:
CNPGBackupInterface:
? github.com/solidDoWant/backup-tool/pkg/disasterrecovery/actions/remote/cnpg/restore
: <<: *baseline_config
interfaces:
CNPGRestoreInterface:
github.com/solidDoWant/backup-tool/pkg/disasterrecovery/actions/remote/s3sync:
<<: *baseline_config
interfaces:
S3SyncInterface:
github.com/solidDoWant/backup-tool/pkg/files:
<<: *baseline_config
interfaces:
Runtime:
github.com/solidDoWant/backup-tool/pkg/grpc/clients:
<<: *baseline_config
interfaces:
ClientInterface:
github.com/solidDoWant/backup-tool/pkg/kubecluster/helpers:
<<: *baseline_config
interfaces:
metaResource:
ListerWatcher:
github.com/solidDoWant/backup-tool/pkg/kubecluster:
<<: *baseline_config
interfaces:
ClientInterface:
? github.com/solidDoWant/backup-tool/pkg/kubecluster/composite/backuptoolinstance
: &kube_composite_config
<<: *baseline_config
interfaces:
ProviderInterface:
BackupToolInstanceInterface:
github.com/solidDoWant/backup-tool/pkg/kubecluster/composite/clusterusercert:
<<: *baseline_config
interfaces:
ProviderInterface:
ClusterUserCertInterface:
? github.com/solidDoWant/backup-tool/pkg/kubecluster/composite/createcrpforcertificate
: <<: *baseline_config
interfaces:
ProviderInterface:
github.com/solidDoWant/backup-tool/pkg/kubecluster/composite/drvolume:
<<: *baseline_config
interfaces:
ProviderInterface:
DRVolumeInterface:
github.com/solidDoWant/backup-tool/pkg/kubecluster/composite/clonepvc: *kube_composite_config
github.com/solidDoWant/backup-tool/pkg/kubecluster/composite/clonedcluster:
<<: *baseline_config
interfaces:
ProviderInterface:
ClonedClusterInterface:
github.com/solidDoWant/backup-tool/pkg/kubecluster/primatives/approverpolicy:
&kube_primative_config
<<: *baseline_config
interfaces:
ClientInterface:
github.com/solidDoWant/backup-tool/pkg/kubecluster/primatives/certmanager: *kube_primative_config
github.com/solidDoWant/backup-tool/pkg/kubecluster/primatives/cnpg: *kube_primative_config
github.com/solidDoWant/backup-tool/pkg/kubecluster/primatives/externalsnapshotter: *kube_primative_config
github.com/solidDoWant/backup-tool/pkg/kubecluster/primatives/core: *kube_primative_config
github.com/solidDoWant/backup-tool/pkg/postgres:
<<: *baseline_config
interfaces:
Runtime:
github.com/solidDoWant/backup-tool/pkg/s3:
<<: *baseline_config
interfaces:
CredentialsInterface:
Runtime:
syncManager: