generated from pulumi-pequod/pequod-mlc-stackmgmt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschema.json
64 lines (64 loc) · 1.98 KB
/
schema.json
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
{
"name": "k8sdatadog",
"pluginDownloadURL": "github://api.github.com/pulumi-pequod/pequod-mlc-k8sdatadog",
"resources": {
"k8sdatadog:index:K8sMonitor": {
"isComponent": true,
"inputProperties": {
"apiKey": {
"type": "string",
"description": "Datadog API key needed by k8s agent to communicate with Datadog"
}
},
"requiredInputs": [
"apiKey"
],
"properties": {
"namespace": {
"type": "string",
"description": "Namespace in which datadog agent is installed."
}
},
"required": [
"namespace"
]
}
},
"language": {
"csharp": {
"packageReferences": {
"Pulumi": "3.*",
"Pulumi.PulumiService": "0.*"
},
"respectSchemaVersion": true
},
"go": {
"generateResourceContainerTypes": true,
"importBasePath": "github.com/pulumi-pequod/pequod-mlc-k8sdatadog/sdk/go/k8sdatadog",
"respectSchemaVersion": true
},
"nodejs": {
"packageName": "@pequod/k8sdatadog",
"dependencies": {
"@pulumi/pulumi": "^3.0.0",
"@pulumi/pulumiservice": "^0.16.0",
"@types/node-fetch": "^2.6.2",
"node-fetch": "^2.6.2"
},
"devDependencies": {
"@types/node": "^10.0.0",
"pkg": "^5.6.0",
"typescript": "^4.6.3"
},
"respectSchemaVersion": true
},
"python": {
"packageName": "pequod_k8sdatadog",
"requires": {
"pulumi": ">=3.0.0,<4.0.0",
"pulumi-pulumiservice": ">=0.0.0,<1.0.0"
},
"respectSchemaVersion": true
}
}
}