-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.contracts.json
More file actions
98 lines (98 loc) · 2.45 KB
/
plugin.contracts.json
File metadata and controls
98 lines (98 loc) · 2.45 KB
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
{
"version": "v1",
"contracts": [
{
"kind": "module",
"type": "infra.container_service",
"mode": "strict",
"config": "workflow.plugins.infra.v1.ContainerServiceConfig"
},
{
"kind": "module",
"type": "infra.k8s_cluster",
"mode": "strict",
"config": "workflow.plugins.infra.v1.K8SClusterConfig"
},
{
"kind": "module",
"type": "infra.database",
"mode": "strict",
"config": "workflow.plugins.infra.v1.DatabaseConfig"
},
{
"kind": "module",
"type": "infra.cache",
"mode": "strict",
"config": "workflow.plugins.infra.v1.CacheConfig"
},
{
"kind": "module",
"type": "infra.vpc",
"mode": "strict",
"config": "workflow.plugins.infra.v1.VPCConfig"
},
{
"kind": "module",
"type": "infra.load_balancer",
"mode": "strict",
"config": "workflow.plugins.infra.v1.LoadBalancerConfig"
},
{
"kind": "module",
"type": "infra.dns",
"mode": "strict",
"config": "workflow.plugins.infra.v1.DNSConfig"
},
{
"kind": "module",
"type": "infra.registry",
"mode": "strict",
"config": "workflow.plugins.infra.v1.RegistryConfig"
},
{
"kind": "module",
"type": "infra.api_gateway",
"mode": "strict",
"config": "workflow.plugins.infra.v1.APIGatewayConfig"
},
{
"kind": "module",
"type": "infra.firewall",
"mode": "strict",
"config": "workflow.plugins.infra.v1.FirewallConfig"
},
{
"kind": "module",
"type": "infra.iam_role",
"mode": "strict",
"config": "workflow.plugins.infra.v1.IAMRoleConfig"
},
{
"kind": "module",
"type": "infra.storage",
"mode": "strict",
"config": "workflow.plugins.infra.v1.StorageConfig"
},
{
"kind": "module",
"type": "infra.certificate",
"mode": "strict",
"config": "workflow.plugins.infra.v1.CertificateConfig"
},
{
"kind": "module",
"type": "infra.admin",
"mode": "strict",
"config": "workflow.plugins.infra.admin.v1.InfraAdminConfig"
},
{
"kind": "service_method",
"type": "infra.admin",
"serviceName": "InfraAdmin",
"method": "AdminContribution",
"mode": "strict",
"input": "workflow.plugins.infra.admin.v1.GetAdminContributionInput",
"output": "workflow.plugins.infra.admin.v1.GetAdminContributionOutput"
}
]
}