-
Notifications
You must be signed in to change notification settings - Fork 137
/
.mockery.yaml
65 lines (65 loc) · 2 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
quiet: False
disable-version-string: True
with-expecter: True
mockname: "{{.InterfaceName}}"
filename: "{{.InterfaceName | snakecase}}.go"
outpkg: mocks
dir: "test/mocks/{{.InterfaceDirRelative}}"
packages:
github.com/Dynatrace/dynatrace-operator/cmd/config:
interfaces:
Provider:
github.com/Dynatrace/dynatrace-operator/cmd/manager:
interfaces:
Provider:
github.com/Dynatrace/dynatrace-operator/cmd/remote_command:
interfaces:
Executor:
github.com/Dynatrace/dynatrace-operator/pkg/clients/dynatrace:
interfaces:
Client:
github.com/Dynatrace/dynatrace-operator/pkg/clients/edgeconnect:
interfaces:
Client:
github.com/Dynatrace/dynatrace-operator/pkg/controllers/dynakube/activegate:
interfaces:
CapabilityReconciler:
github.com/Dynatrace/dynatrace-operator/pkg/controllers/dynakube/version:
interfaces:
StatusUpdater:
Reconciler:
github.com/Dynatrace/dynatrace-operator/pkg/controllers/dynakube/dynatraceclient:
interfaces:
Builder:
github.com/Dynatrace/dynatrace-operator/pkg/controllers:
interfaces:
Reconciler:
github.com/Dynatrace/dynatrace-operator/pkg/controllers/dynakube/injection:
interfaces:
Reconciler:
github.com/Dynatrace/dynatrace-operator/pkg/controllers/dynakube/istio:
interfaces:
Reconciler:
github.com/Dynatrace/dynatrace-operator/pkg/controllers/dynakube/deploymentmetadata:
interfaces:
Reconciler:
github.com/Dynatrace/dynatrace-operator/pkg/injection/codemodule/installer:
interfaces:
Installer:
github.com/Dynatrace/dynatrace-operator/pkg/oci/registry:
interfaces:
ImageGetter:
github.com/Dynatrace/dynatrace-operator/pkg/util/builder:
config:
recursive: true
interfaces:
Modifier:
github.com/Dynatrace/dynatrace-operator/pkg/webhook:
interfaces:
PodMutator:
sigs.k8s.io/controller-runtime/pkg/manager:
interfaces:
Manager:
sigs.k8s.io/controller-runtime/pkg/reconcile:
interfaces:
Reconciler: