forked from linode/linode-cloud-controller-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevbox.json
More file actions
32 lines (32 loc) · 714 Bytes
/
devbox.json
File metadata and controls
32 lines (32 loc) · 714 Bytes
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
{
"packages": [
"ctlptl@latest",
"clusterctl@latest",
"docker@latest",
"envsubst@latest",
"go@1.24.1",
"golangci-lint@latest",
"jq@latest",
"kind@latest",
"kubectl@latest",
"kustomize@latest",
"kyverno-chainsaw@latest",
"mockgen@latest",
"yq-go@latest"
],
"shell": {
"init_hook": [
"export \"GOROOT=$(go env GOROOT)\""
],
"scripts": {
"mgmt-and-capl-cluster": "make mgmt-and-capl-cluster",
"e2e-test": "make e2e-test",
"e2e-test-bgp": "make e2e-test-bgp",
"e2e-test-subnet": "make e2e-test-subnet",
"cleanup-cluster": "make cleanup-cluster"
}
},
"env": {
"EXP_CLUSTER_RESOURCE_SET": "true"
}
}