-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
119 lines (119 loc) · 3.83 KB
/
plugin.json
File metadata and controls
119 lines (119 loc) · 3.83 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "workflow-plugin-platform",
"version": "0.1.1",
"description": "Platform infrastructure modules: Kubernetes, ECS, DNS, networking, API gateway, autoscaling, multi-region, DigitalOcean, iac.state, app.container",
"author": "GoCodeAlone",
"license": "MIT",
"type": "external",
"tier": "community",
"minEngineVersion": "0.51.7",
"keywords": [
"platform",
"kubernetes",
"ecs",
"dns",
"networking",
"autoscaling",
"multiregion",
"digitalocean",
"iac"
],
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-platform",
"repository": "https://github.com/GoCodeAlone/workflow-plugin-platform",
"capabilities": {
"configProvider": false,
"moduleTypes": [
"platform.kubernetes",
"platform.ecs",
"platform.dns",
"platform.networking",
"platform.apigateway",
"platform.autoscaling",
"platform.provider",
"platform.resource",
"platform.context",
"platform.region",
"platform.region_router",
"platform.doks",
"platform.do_networking",
"platform.do_dns",
"platform.do_app",
"platform.do_database",
"app.container",
"iac.state",
"argo.workflows"
],
"stepTypes": [
"step.platform_template",
"step.k8s_plan",
"step.k8s_apply",
"step.k8s_status",
"step.k8s_destroy",
"step.ecs_plan",
"step.ecs_apply",
"step.ecs_status",
"step.ecs_destroy",
"step.iac_plan",
"step.iac_apply",
"step.iac_status",
"step.iac_destroy",
"step.iac_drift_detect",
"step.dns_plan",
"step.dns_apply",
"step.dns_status",
"step.network_plan",
"step.network_apply",
"step.network_status",
"step.apigw_plan",
"step.apigw_apply",
"step.apigw_status",
"step.apigw_destroy",
"step.scaling_plan",
"step.scaling_apply",
"step.scaling_status",
"step.scaling_destroy",
"step.app_deploy",
"step.app_status",
"step.app_rollback",
"step.region_deploy",
"step.region_promote",
"step.region_failover",
"step.region_status",
"step.region_weight",
"step.region_sync",
"step.argo_submit",
"step.argo_status",
"step.argo_logs",
"step.argo_delete",
"step.argo_list",
"step.do_deploy",
"step.do_status",
"step.do_logs",
"step.do_scale",
"step.do_destroy"
],
"triggerTypes": []
},
"downloads": [
{
"os": "linux",
"arch": "amd64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-platform/releases/latest/download/workflow-plugin-platform_linux_amd64.tar.gz"
},
{
"os": "linux",
"arch": "arm64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-platform/releases/latest/download/workflow-plugin-platform_linux_arm64.tar.gz"
},
{
"os": "darwin",
"arch": "amd64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-platform/releases/latest/download/workflow-plugin-platform_darwin_amd64.tar.gz"
},
{
"os": "darwin",
"arch": "arm64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-platform/releases/latest/download/workflow-plugin-platform_darwin_arm64.tar.gz"
}
]
}