-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
39 lines (39 loc) · 2.29 KB
/
plugin.json
File metadata and controls
39 lines (39 loc) · 2.29 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
{
"name": "workflow-plugin-platform",
"version": "0.1.0",
"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.5.0",
"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": []
}
}