sparkle_formation 3.0.32 → 3.0.34
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/LICENSE +1 -1
- data/lib/sparkle_formation/provider/terraform.rb +9 -1
- data/lib/sparkle_formation/resources.rb +7 -0
- data/lib/sparkle_formation/resources/aws.rb +18 -24
- data/lib/sparkle_formation/resources/aws_resources.json +2107 -186
- data/lib/sparkle_formation/resources/azure_resources.json +16497 -5796
- data/lib/sparkle_formation/resources/heat_resources.json +190 -4
- data/lib/sparkle_formation/resources/terraform.rb +16 -0
- data/lib/sparkle_formation/resources/terraform_account_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_acme_resources.json +59 -0
- data/lib/sparkle_formation/resources/terraform_alicloud_resources.json +4023 -0
- data/lib/sparkle_formation/resources/terraform_arukas_resources.json +49 -0
- data/lib/sparkle_formation/resources/terraform_aws_resources.json +15899 -0
- data/lib/sparkle_formation/resources/terraform_azure_resources.json +572 -0
- data/lib/sparkle_formation/resources/terraform_azurerm_resources.json +6632 -0
- data/lib/sparkle_formation/resources/terraform_azurestack_resources.json +1231 -0
- data/lib/sparkle_formation/resources/terraform_bigip_resources.json +1004 -0
- data/lib/sparkle_formation/resources/terraform_bitbucket_resources.json +123 -0
- data/lib/sparkle_formation/resources/terraform_brightbox_resources.json +283 -0
- data/lib/sparkle_formation/resources/terraform_bucket_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_chef_resources.json +132 -0
- data/lib/sparkle_formation/resources/terraform_circonus_resources.json +406 -0
- data/lib/sparkle_formation/resources/terraform_clc_resources.json +222 -0
- data/lib/sparkle_formation/resources/terraform_cloudflare_resources.json +638 -0
- data/lib/sparkle_formation/resources/terraform_cloudscale_resources.json +96 -0
- data/lib/sparkle_formation/resources/terraform_cloudstack_resources.json +888 -0
- data/lib/sparkle_formation/resources/terraform_cobbler_resources.json +589 -0
- data/lib/sparkle_formation/resources/terraform_consul_resources.json +297 -0
- data/lib/sparkle_formation/resources/terraform_databases_resources.json +14 -0
- data/lib/sparkle_formation/resources/terraform_datadog_resources.json +385 -0
- data/lib/sparkle_formation/resources/terraform_digitalocean_resources.json +408 -0
- data/lib/sparkle_formation/resources/terraform_dme_resources.json +29 -0
- data/lib/sparkle_formation/resources/terraform_dns_resources.json +137 -0
- data/lib/sparkle_formation/resources/terraform_dnsimple_resources.json +39 -0
- data/lib/sparkle_formation/resources/terraform_docker_resources.json +266 -0
- data/lib/sparkle_formation/resources/terraform_dyn_resources.json +34 -0
- data/lib/sparkle_formation/resources/terraform_fastly_resources.json +124 -0
- data/lib/sparkle_formation/resources/terraform_flexibleengine_resources.json +2915 -0
- data/lib/sparkle_formation/resources/terraform_github_resources.json +449 -0
- data/lib/sparkle_formation/resources/terraform_gitlab_resources.json +267 -0
- data/lib/sparkle_formation/resources/terraform_google_resources.json +2485 -0
- data/lib/sparkle_formation/resources/terraform_grafana_resources.json +135 -0
- data/lib/sparkle_formation/resources/terraform_hcloud_resources.json +201 -0
- data/lib/sparkle_formation/resources/terraform_heroku_resources.json +447 -0
- data/lib/sparkle_formation/resources/terraform_huaweicloud_resources.json +2508 -0
- data/lib/sparkle_formation/resources/terraform_icinga2_resources.json +100 -0
- data/lib/sparkle_formation/resources/terraform_influxdb_resources.json +68 -0
- data/lib/sparkle_formation/resources/terraform_kubernetes_resources.json +277 -0
- data/lib/sparkle_formation/resources/terraform_librato_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_linode_resources.json +252 -0
- data/lib/sparkle_formation/resources/terraform_local_resources.json +19 -0
- data/lib/sparkle_formation/resources/terraform_logentries_resources.json +56 -0
- data/lib/sparkle_formation/resources/terraform_logicmonitor_resources.json +140 -0
- data/lib/sparkle_formation/resources/terraform_mailgun_resources.json +29 -0
- data/lib/sparkle_formation/resources/terraform_mysql_resources.json +143 -0
- data/lib/sparkle_formation/resources/terraform_netlify_resources.json +90 -0
- data/lib/sparkle_formation/resources/terraform_newrelic_resources.json +298 -0
- data/lib/sparkle_formation/resources/terraform_nomad_resources.json +149 -0
- data/lib/sparkle_formation/resources/terraform_ns1_resources.json +320 -0
- data/lib/sparkle_formation/resources/terraform_nsxt_resources.json +813 -0
- data/lib/sparkle_formation/resources/terraform_nutanix_resources.json +596 -0
- data/lib/sparkle_formation/resources/terraform_oci_resources.json +3567 -0
- data/lib/sparkle_formation/resources/terraform_oneandone_resources.json +221 -0
- data/lib/sparkle_formation/resources/terraform_opc_resources.json +1224 -0
- data/lib/sparkle_formation/resources/terraform_openstack_resources.json +3293 -0
- data/lib/sparkle_formation/resources/terraform_opentelekomcloud_resources.json +2881 -0
- data/lib/sparkle_formation/resources/terraform_opsgenie_resources.json +56 -0
- data/lib/sparkle_formation/resources/terraform_oraclepaas_resources.json +551 -0
- data/lib/sparkle_formation/resources/terraform_ovh_resources.json +541 -0
- data/lib/sparkle_formation/resources/terraform_packet_resources.json +295 -0
- data/lib/sparkle_formation/resources/terraform_pagerduty_resources.json +329 -0
- data/lib/sparkle_formation/resources/terraform_panos_resources.json +2686 -0
- data/lib/sparkle_formation/resources/terraform_postgresql_resources.json +181 -0
- data/lib/sparkle_formation/resources/terraform_powerdns_resources.json +34 -0
- data/lib/sparkle_formation/resources/terraform_profitbricks_resources.json +523 -0
- data/lib/sparkle_formation/resources/terraform_projects_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_rabbitmq_resources.json +161 -0
- data/lib/sparkle_formation/resources/terraform_rancher_resources.json +310 -0
- data/lib/sparkle_formation/resources/terraform_random_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_rightscale_resources.json +796 -0
- data/lib/sparkle_formation/resources/terraform_ring_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_rundeck_resources.json +175 -0
- data/lib/sparkle_formation/resources/terraform_runscope_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_scaleway_resources.json +267 -0
- data/lib/sparkle_formation/resources/terraform_ses_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_sfn_resources.json +36 -0
- data/lib/sparkle_formation/resources/terraform_softlayer_resources.json +136 -0
- data/lib/sparkle_formation/resources/terraform_spotinst_resources.json +237 -0
- data/lib/sparkle_formation/resources/terraform_statuscake_resources.json +159 -0
- data/lib/sparkle_formation/resources/terraform_subnetwork_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_telefonicaopencloud_resources.json +1558 -0
- data/lib/sparkle_formation/resources/terraform_template_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_tencentcloud_resources.json +656 -0
- data/lib/sparkle_formation/resources/terraform_tfe_resources.json +306 -0
- data/lib/sparkle_formation/resources/terraform_tls_resources.json +120 -0
- data/lib/sparkle_formation/resources/terraform_triton_resources.json +291 -0
- data/lib/sparkle_formation/resources/terraform_ultradns_resources.json +222 -0
- data/lib/sparkle_formation/resources/terraform_vault_resources.json +1414 -0
- data/lib/sparkle_formation/resources/terraform_vcd_resources.json +311 -0
- data/lib/sparkle_formation/resources/terraform_vsphere_resources.json +1076 -0
- data/lib/sparkle_formation/sparkle_attribute/aws.rb +78 -32
- data/lib/sparkle_formation/sparkle_attribute/terraform.rb +24 -5
- data/lib/sparkle_formation/sparkle_formation.rb +18 -4
- data/lib/sparkle_formation/version.rb +1 -1
- data/sparkle_formation.gemspec +23 -23
- metadata +97 -5
@@ -0,0 +1,100 @@
|
|
1
|
+
{
|
2
|
+
"icinga2_checkcommand": {
|
3
|
+
"full_properties": {
|
4
|
+
"arguments": {
|
5
|
+
"description": "A mapping of arguments to include with the command.",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"command": {
|
9
|
+
"description": "Path to the command te be executed.",
|
10
|
+
"required": true
|
11
|
+
},
|
12
|
+
"name": {
|
13
|
+
"description": "Name by which to reference the checkcommand",
|
14
|
+
"required": true
|
15
|
+
},
|
16
|
+
"templates": {
|
17
|
+
"description": "A list of Icinga2 templates to assign to the host.",
|
18
|
+
"required": false
|
19
|
+
}
|
20
|
+
},
|
21
|
+
"path": "/docs/providers/icinga2/r/checkcommands.html",
|
22
|
+
"properties": [
|
23
|
+
"arguments",
|
24
|
+
"command",
|
25
|
+
"name",
|
26
|
+
"templates"
|
27
|
+
]
|
28
|
+
},
|
29
|
+
"icinga2_host": {
|
30
|
+
"full_properties": {
|
31
|
+
"address": {
|
32
|
+
"description": "The address of the host.",
|
33
|
+
"required": true
|
34
|
+
},
|
35
|
+
"check_command": {
|
36
|
+
"description": "The name of an existing Icinga2 CheckCommand object that is used to determine if the host is available or not.",
|
37
|
+
"required": true
|
38
|
+
},
|
39
|
+
"hostname": {
|
40
|
+
"description": "The hostname of the host.",
|
41
|
+
"required": true
|
42
|
+
},
|
43
|
+
"templates": {
|
44
|
+
"description": "A list of Icinga2 templates to assign to the host.",
|
45
|
+
"required": false
|
46
|
+
},
|
47
|
+
"vars": {
|
48
|
+
"description": "A mapping of variables to assign to the host.",
|
49
|
+
"required": false
|
50
|
+
}
|
51
|
+
},
|
52
|
+
"path": "/docs/providers/icinga2/r/host.html",
|
53
|
+
"properties": [
|
54
|
+
"address",
|
55
|
+
"check_command",
|
56
|
+
"hostname",
|
57
|
+
"templates",
|
58
|
+
"vars"
|
59
|
+
]
|
60
|
+
},
|
61
|
+
"icinga2_hostgroup": {
|
62
|
+
"full_properties": {
|
63
|
+
"display_name": {
|
64
|
+
"description": "The name of the hostgroup to display in the Icinga2 interface.",
|
65
|
+
"required": true
|
66
|
+
},
|
67
|
+
"name": {
|
68
|
+
"description": "The name of the hostgroup.",
|
69
|
+
"required": true
|
70
|
+
}
|
71
|
+
},
|
72
|
+
"path": "/docs/providers/icinga2/r/hostgroup.html",
|
73
|
+
"properties": [
|
74
|
+
"name",
|
75
|
+
"display_name"
|
76
|
+
]
|
77
|
+
},
|
78
|
+
"icinga2_service": {
|
79
|
+
"full_properties": {
|
80
|
+
"check_command": {
|
81
|
+
"description": "The name of an existing Icinga2 CheckCommand object that is used to determine if the service is available on the host.",
|
82
|
+
"required": true
|
83
|
+
},
|
84
|
+
"hostname": {
|
85
|
+
"description": "The host to check the service's status on",
|
86
|
+
"required": true
|
87
|
+
},
|
88
|
+
"name": {
|
89
|
+
"description": "The name of the Service object.",
|
90
|
+
"required": true
|
91
|
+
}
|
92
|
+
},
|
93
|
+
"path": "/docs/providers/icinga2/r/service.html",
|
94
|
+
"properties": [
|
95
|
+
"name",
|
96
|
+
"check_command",
|
97
|
+
"hostname"
|
98
|
+
]
|
99
|
+
}
|
100
|
+
}
|
@@ -0,0 +1,68 @@
|
|
1
|
+
{
|
2
|
+
"influxdb_continuous_query": {
|
3
|
+
"full_properties": {
|
4
|
+
"database": {
|
5
|
+
"description": "The database for the continuous_query. This must be an existing influxdb database.",
|
6
|
+
"required": true
|
7
|
+
},
|
8
|
+
"name": {
|
9
|
+
"description": "The name for the continuous_query. This must be unique on the InfluxDB server.",
|
10
|
+
"required": true
|
11
|
+
},
|
12
|
+
"query": {
|
13
|
+
"description": "The query for the continuous_query. ",
|
14
|
+
"required": true
|
15
|
+
}
|
16
|
+
},
|
17
|
+
"path": "/docs/providers/influxdb/r/continuous_query.html",
|
18
|
+
"properties": [
|
19
|
+
"name",
|
20
|
+
"database",
|
21
|
+
"query"
|
22
|
+
]
|
23
|
+
},
|
24
|
+
"influxdb_database": {
|
25
|
+
"full_properties": {
|
26
|
+
"name": {
|
27
|
+
"description": "The name for the database. This must be unique on the",
|
28
|
+
"required": true
|
29
|
+
},
|
30
|
+
"retention_policies": {
|
31
|
+
"description": "A list of retention policies for specified database",
|
32
|
+
"required": false
|
33
|
+
}
|
34
|
+
},
|
35
|
+
"path": "/docs/providers/influxdb/r/database.html",
|
36
|
+
"properties": [
|
37
|
+
"name",
|
38
|
+
"retention_policies"
|
39
|
+
]
|
40
|
+
},
|
41
|
+
"influxdb_user": {
|
42
|
+
"full_properties": {
|
43
|
+
"admin": {
|
44
|
+
"description": "Mark the user as admin.",
|
45
|
+
"required": false
|
46
|
+
},
|
47
|
+
"grant": {
|
48
|
+
"description": "A list of grants for non-admin users",
|
49
|
+
"required": false
|
50
|
+
},
|
51
|
+
"name": {
|
52
|
+
"description": "The name for the user. ",
|
53
|
+
"required": true
|
54
|
+
},
|
55
|
+
"password": {
|
56
|
+
"description": "The password for the user. ",
|
57
|
+
"required": true
|
58
|
+
}
|
59
|
+
},
|
60
|
+
"path": "/docs/providers/influxdb/r/user.html",
|
61
|
+
"properties": [
|
62
|
+
"name",
|
63
|
+
"password",
|
64
|
+
"admin",
|
65
|
+
"grant"
|
66
|
+
]
|
67
|
+
}
|
68
|
+
}
|
@@ -0,0 +1,277 @@
|
|
1
|
+
{
|
2
|
+
"kubernetes_cluster_role_binding": {
|
3
|
+
"full_properties": {
|
4
|
+
"metadata": {
|
5
|
+
"description": "Standard kubernetes metadata. For more info see Kubernetes reference",
|
6
|
+
"required": true
|
7
|
+
},
|
8
|
+
"role_ref": {
|
9
|
+
"description": "The ClusterRole to bind Subjects to. For more info see Kubernetes reference",
|
10
|
+
"required": true
|
11
|
+
},
|
12
|
+
"subject": {
|
13
|
+
"description": "The Users, Groups, or ServiceAccounts to grand permissions to. For more info see Kubernetes reference",
|
14
|
+
"required": true
|
15
|
+
}
|
16
|
+
},
|
17
|
+
"path": "/docs/providers/kubernetes/r/cluster_role_binding.html",
|
18
|
+
"properties": [
|
19
|
+
"metadata",
|
20
|
+
"role_ref",
|
21
|
+
"subject"
|
22
|
+
]
|
23
|
+
},
|
24
|
+
"kubernetes_config_map": {
|
25
|
+
"full_properties": {
|
26
|
+
"data": {
|
27
|
+
"description": "A map of the configuration data.",
|
28
|
+
"required": false
|
29
|
+
},
|
30
|
+
"metadata": {
|
31
|
+
"description": "Standard config map's metadata. For more info see Kubernetes reference",
|
32
|
+
"required": true
|
33
|
+
}
|
34
|
+
},
|
35
|
+
"path": "/docs/providers/kubernetes/r/config_map.html",
|
36
|
+
"properties": [
|
37
|
+
"data",
|
38
|
+
"metadata"
|
39
|
+
]
|
40
|
+
},
|
41
|
+
"kubernetes_deployment": {
|
42
|
+
"full_properties": {
|
43
|
+
"metadata": {
|
44
|
+
"description": "Standard deployment's metadata. For more info see Kubernetes reference",
|
45
|
+
"required": true
|
46
|
+
},
|
47
|
+
"spec": {
|
48
|
+
"description": "Spec defines the specification of the desired behavior of the deployment. For more info see Kubernetes reference",
|
49
|
+
"required": true
|
50
|
+
}
|
51
|
+
},
|
52
|
+
"path": "/docs/providers/kubernetes/r/deployment.html",
|
53
|
+
"properties": [
|
54
|
+
"metadata",
|
55
|
+
"spec"
|
56
|
+
]
|
57
|
+
},
|
58
|
+
"kubernetes_horizontal_pod_autoscaler": {
|
59
|
+
"full_properties": {
|
60
|
+
"metadata": {
|
61
|
+
"description": "Standard horizontal pod autoscaler's metadata. For more info see Kubernetes reference",
|
62
|
+
"required": true
|
63
|
+
},
|
64
|
+
"spec": {
|
65
|
+
"description": "Behaviour of the autoscaler. For more info see Kubernetes reference",
|
66
|
+
"required": true
|
67
|
+
}
|
68
|
+
},
|
69
|
+
"path": "/docs/providers/kubernetes/r/horizontal_pod_autoscaler.html",
|
70
|
+
"properties": [
|
71
|
+
"metadata",
|
72
|
+
"spec"
|
73
|
+
]
|
74
|
+
},
|
75
|
+
"kubernetes_limit_range": {
|
76
|
+
"full_properties": {
|
77
|
+
"metadata": {
|
78
|
+
"description": "Standard limit range's metadata. For more info see Kubernetes reference",
|
79
|
+
"required": true
|
80
|
+
},
|
81
|
+
"spec": {
|
82
|
+
"description": "Spec defines the limits enforced. For more info see Kubernetes reference",
|
83
|
+
"required": false
|
84
|
+
}
|
85
|
+
},
|
86
|
+
"path": "/docs/providers/kubernetes/r/limit_range.html",
|
87
|
+
"properties": [
|
88
|
+
"metadata",
|
89
|
+
"spec"
|
90
|
+
]
|
91
|
+
},
|
92
|
+
"kubernetes_namespace": {
|
93
|
+
"full_properties": {
|
94
|
+
"metadata": {
|
95
|
+
"description": "Standard namespace's metadata.",
|
96
|
+
"required": true
|
97
|
+
}
|
98
|
+
},
|
99
|
+
"path": "/docs/providers/kubernetes/r/namespace.html",
|
100
|
+
"properties": [
|
101
|
+
"metadata"
|
102
|
+
]
|
103
|
+
},
|
104
|
+
"kubernetes_persistent_volume": {
|
105
|
+
"full_properties": {
|
106
|
+
"metadata": {
|
107
|
+
"description": "Standard persistent volume's metadata. For more info see Kubernetes reference",
|
108
|
+
"required": true
|
109
|
+
},
|
110
|
+
"spec": {
|
111
|
+
"description": "Spec of the persistent volume owned by the cluster. See below.",
|
112
|
+
"required": true
|
113
|
+
}
|
114
|
+
},
|
115
|
+
"path": "/docs/providers/kubernetes/r/persistent_volume.html",
|
116
|
+
"properties": [
|
117
|
+
"metadata",
|
118
|
+
"spec"
|
119
|
+
]
|
120
|
+
},
|
121
|
+
"kubernetes_persistent_volume_claim": {
|
122
|
+
"full_properties": {
|
123
|
+
"metadata": {
|
124
|
+
"description": "Standard persistent volume claim's metadata. For more info see Kubernetes reference",
|
125
|
+
"required": true
|
126
|
+
},
|
127
|
+
"spec": {
|
128
|
+
"description": "Spec defines the desired characteristics of a volume requested by a pod author. For more info see Kubernetes reference",
|
129
|
+
"required": true
|
130
|
+
},
|
131
|
+
"wait_until_bound": {
|
132
|
+
"description": "Whether to wait for the claim to reach Bound state (to find volume in which to claim the space)",
|
133
|
+
"required": false
|
134
|
+
}
|
135
|
+
},
|
136
|
+
"path": "/docs/providers/kubernetes/r/persistent_volume_claim.html",
|
137
|
+
"properties": [
|
138
|
+
"metadata",
|
139
|
+
"spec",
|
140
|
+
"wait_until_bound"
|
141
|
+
]
|
142
|
+
},
|
143
|
+
"kubernetes_pod": {
|
144
|
+
"full_properties": {
|
145
|
+
"metadata": {
|
146
|
+
"description": "Standard pod's metadata. For more info see Kubernetes reference",
|
147
|
+
"required": true
|
148
|
+
},
|
149
|
+
"spec": {
|
150
|
+
"description": "Spec of the pod owned by the cluster",
|
151
|
+
"required": true
|
152
|
+
}
|
153
|
+
},
|
154
|
+
"path": "/docs/providers/kubernetes/r/pod.html",
|
155
|
+
"properties": [
|
156
|
+
"metadata",
|
157
|
+
"spec"
|
158
|
+
]
|
159
|
+
},
|
160
|
+
"kubernetes_replication_controller": {
|
161
|
+
"full_properties": {
|
162
|
+
"metadata": {
|
163
|
+
"description": "Standard replication controller's metadata. For more info see Kubernetes reference",
|
164
|
+
"required": true
|
165
|
+
},
|
166
|
+
"spec": {
|
167
|
+
"description": "Spec defines the specification of the desired behavior of the replication controller. For more info see Kubernetes reference",
|
168
|
+
"required": true
|
169
|
+
}
|
170
|
+
},
|
171
|
+
"path": "/docs/providers/kubernetes/r/replication_controller.html",
|
172
|
+
"properties": [
|
173
|
+
"metadata",
|
174
|
+
"spec"
|
175
|
+
]
|
176
|
+
},
|
177
|
+
"kubernetes_resource_quota": {
|
178
|
+
"full_properties": {
|
179
|
+
"metadata": {
|
180
|
+
"description": "Standard resource quota's metadata. For more info see Kubernetes reference",
|
181
|
+
"required": true
|
182
|
+
},
|
183
|
+
"spec": {
|
184
|
+
"description": "Spec defines the desired quota. Kubernetes reference",
|
185
|
+
"required": false
|
186
|
+
}
|
187
|
+
},
|
188
|
+
"path": "/docs/providers/kubernetes/r/resource_quota.html",
|
189
|
+
"properties": [
|
190
|
+
"metadata",
|
191
|
+
"spec"
|
192
|
+
]
|
193
|
+
},
|
194
|
+
"kubernetes_secret": {
|
195
|
+
"full_properties": {
|
196
|
+
"data": {
|
197
|
+
"description": "A map of the secret data.",
|
198
|
+
"required": false
|
199
|
+
},
|
200
|
+
"metadata": {
|
201
|
+
"description": "Standard secret's metadata. For more info see Kubernetes reference",
|
202
|
+
"required": true
|
203
|
+
},
|
204
|
+
"type": {
|
205
|
+
"description": "The secret type. Defaults to Opaque. For more info see Kubernetes reference",
|
206
|
+
"required": false
|
207
|
+
}
|
208
|
+
},
|
209
|
+
"path": "/docs/providers/kubernetes/r/secret.html",
|
210
|
+
"properties": [
|
211
|
+
"data",
|
212
|
+
"metadata",
|
213
|
+
"type"
|
214
|
+
]
|
215
|
+
},
|
216
|
+
"kubernetes_service": {
|
217
|
+
"full_properties": {
|
218
|
+
"metadata": {
|
219
|
+
"description": "Standard service's metadata. For more info see Kubernetes reference",
|
220
|
+
"required": true
|
221
|
+
},
|
222
|
+
"spec": {
|
223
|
+
"description": "Spec defines the behavior of a service. Kubernetes reference",
|
224
|
+
"required": true
|
225
|
+
}
|
226
|
+
},
|
227
|
+
"path": "/docs/providers/kubernetes/r/service.html",
|
228
|
+
"properties": [
|
229
|
+
"metadata",
|
230
|
+
"spec"
|
231
|
+
]
|
232
|
+
},
|
233
|
+
"kubernetes_service_account": {
|
234
|
+
"full_properties": {
|
235
|
+
"image_pull_secret": {
|
236
|
+
"description": "A list of references to secrets in the same namespace to use for pulling any images in pods that reference this Service Account. For more info see Kubernetes reference",
|
237
|
+
"required": false
|
238
|
+
},
|
239
|
+
"metadata": {
|
240
|
+
"description": "Standard service account's metadata. For more info see Kubernetes reference",
|
241
|
+
"required": true
|
242
|
+
},
|
243
|
+
"secret": {
|
244
|
+
"description": "A list of secrets allowed to be used by pods running using this Service Account. For more info see Kubernetes reference",
|
245
|
+
"required": false
|
246
|
+
}
|
247
|
+
},
|
248
|
+
"path": "/docs/providers/kubernetes/r/service_account.html",
|
249
|
+
"properties": [
|
250
|
+
"metadata",
|
251
|
+
"image_pull_secret",
|
252
|
+
"secret"
|
253
|
+
]
|
254
|
+
},
|
255
|
+
"kubernetes_storage_class": {
|
256
|
+
"full_properties": {
|
257
|
+
"metadata": {
|
258
|
+
"description": "Standard storage class's metadata. For more info see Kubernetes reference",
|
259
|
+
"required": true
|
260
|
+
},
|
261
|
+
"parameters": {
|
262
|
+
"description": "The parameters for the provisioner that should create volumes of this storage class.",
|
263
|
+
"required": false
|
264
|
+
},
|
265
|
+
"storage_provisioner": {
|
266
|
+
"description": "Indicates the type of the provisioner",
|
267
|
+
"required": true
|
268
|
+
}
|
269
|
+
},
|
270
|
+
"path": "/docs/providers/kubernetes/r/storage_class.html",
|
271
|
+
"properties": [
|
272
|
+
"metadata",
|
273
|
+
"parameters",
|
274
|
+
"storage_provisioner"
|
275
|
+
]
|
276
|
+
}
|
277
|
+
}
|
@@ -0,0 +1,167 @@
|
|
1
|
+
{
|
2
|
+
"librato_alert": {
|
3
|
+
"full_properties": {
|
4
|
+
"active": {
|
5
|
+
"description": "whether the alert is active (can be triggered). Defaults to true.",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"attributes": {
|
9
|
+
"description": "A hash of additional attribtues for the alert. Attributes documented below.",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"condition": {
|
13
|
+
"description": "A trigger condition for the alert. Conditions documented below.",
|
14
|
+
"required": false
|
15
|
+
},
|
16
|
+
"description": {
|
17
|
+
"description": "Description of the alert.",
|
18
|
+
"required": true
|
19
|
+
},
|
20
|
+
"name": {
|
21
|
+
"description": "The name of the alert.",
|
22
|
+
"required": true
|
23
|
+
},
|
24
|
+
"rearm_seconds": {
|
25
|
+
"description": "minimum amount of time between sending alert notifications, in seconds.",
|
26
|
+
"required": false
|
27
|
+
},
|
28
|
+
"services": {
|
29
|
+
"description": "list of notification service IDs.",
|
30
|
+
"required": false
|
31
|
+
}
|
32
|
+
},
|
33
|
+
"path": "/docs/providers/librato/r/alert.html",
|
34
|
+
"properties": [
|
35
|
+
"name",
|
36
|
+
"description",
|
37
|
+
"active",
|
38
|
+
"rearm_seconds",
|
39
|
+
"services",
|
40
|
+
"condition",
|
41
|
+
"attributes"
|
42
|
+
]
|
43
|
+
},
|
44
|
+
"librato_metric": {
|
45
|
+
"full_properties": {
|
46
|
+
"attributes": {
|
47
|
+
"description": "The attributes hash configures specific components of a metric’s visualization.",
|
48
|
+
"required": false
|
49
|
+
},
|
50
|
+
"composite": {
|
51
|
+
"description": "The definition of the composite metric.",
|
52
|
+
"required": false
|
53
|
+
},
|
54
|
+
"description": {
|
55
|
+
"description": "Text that can be used to explain precisely what the metric is measuring.",
|
56
|
+
"required": false
|
57
|
+
},
|
58
|
+
"display_name": {
|
59
|
+
"description": "The name which will be used for the metric when viewing the Metrics website.",
|
60
|
+
"required": false
|
61
|
+
},
|
62
|
+
"name": {
|
63
|
+
"description": "The unique identifier of the metric.",
|
64
|
+
"required": true
|
65
|
+
},
|
66
|
+
"period": {
|
67
|
+
"description": "Number of seconds that is the standard reporting period of the metric.",
|
68
|
+
"required": false
|
69
|
+
},
|
70
|
+
"type": {
|
71
|
+
"description": "The type of metric to create (gauge, counter, or composite).",
|
72
|
+
"required": true
|
73
|
+
}
|
74
|
+
},
|
75
|
+
"path": "/docs/providers/librato/r/metric.html",
|
76
|
+
"properties": [
|
77
|
+
"type",
|
78
|
+
"name",
|
79
|
+
"display_name",
|
80
|
+
"description",
|
81
|
+
"period",
|
82
|
+
"attributes",
|
83
|
+
"composite"
|
84
|
+
]
|
85
|
+
},
|
86
|
+
"librato_service": {
|
87
|
+
"full_properties": {
|
88
|
+
"settings": {
|
89
|
+
"description": "a JSON hash of settings specific to the alert type.",
|
90
|
+
"required": true
|
91
|
+
},
|
92
|
+
"title": {
|
93
|
+
"description": "The alert title.",
|
94
|
+
"required": true
|
95
|
+
},
|
96
|
+
"type": {
|
97
|
+
"description": "The type of notificaion.",
|
98
|
+
"required": true
|
99
|
+
}
|
100
|
+
},
|
101
|
+
"path": "/docs/providers/librato/r/service.html",
|
102
|
+
"properties": [
|
103
|
+
"type",
|
104
|
+
"title",
|
105
|
+
"settings"
|
106
|
+
]
|
107
|
+
},
|
108
|
+
"librato_space": {
|
109
|
+
"full_properties": {
|
110
|
+
"name": {
|
111
|
+
"description": "The name of the space.",
|
112
|
+
"required": true
|
113
|
+
}
|
114
|
+
},
|
115
|
+
"path": "/docs/providers/librato/r/space.html",
|
116
|
+
"properties": [
|
117
|
+
"name"
|
118
|
+
]
|
119
|
+
},
|
120
|
+
"librato_space_chart": {
|
121
|
+
"full_properties": {
|
122
|
+
"label": {
|
123
|
+
"description": "The Y-axis label.",
|
124
|
+
"required": false
|
125
|
+
},
|
126
|
+
"max": {
|
127
|
+
"description": "The maximum display value of the chart's Y-axis.",
|
128
|
+
"required": false
|
129
|
+
},
|
130
|
+
"min": {
|
131
|
+
"description": "The minimum display value of the chart's Y-axis.",
|
132
|
+
"required": false
|
133
|
+
},
|
134
|
+
"name": {
|
135
|
+
"description": "The title of the chart when it is displayed.",
|
136
|
+
"required": true
|
137
|
+
},
|
138
|
+
"related_space": {
|
139
|
+
"description": "The ID of another space to which this chart is",
|
140
|
+
"required": false
|
141
|
+
},
|
142
|
+
"space_id": {
|
143
|
+
"description": "The ID of the space this chart should be in.",
|
144
|
+
"required": true
|
145
|
+
},
|
146
|
+
"stream": {
|
147
|
+
"description": "Nested block describing a metric to use for data in the",
|
148
|
+
"required": false
|
149
|
+
},
|
150
|
+
"type": {
|
151
|
+
"description": "Indicates the type of chart. Must be one of line or",
|
152
|
+
"required": false
|
153
|
+
}
|
154
|
+
},
|
155
|
+
"path": "/docs/providers/librato/r/space_chart.html",
|
156
|
+
"properties": [
|
157
|
+
"space_id",
|
158
|
+
"name",
|
159
|
+
"type",
|
160
|
+
"min",
|
161
|
+
"max",
|
162
|
+
"label",
|
163
|
+
"related_space",
|
164
|
+
"stream"
|
165
|
+
]
|
166
|
+
}
|
167
|
+
}
|