-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
35 lines (35 loc) · 1.3 KB
/
package.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
{
"name": "k8s-scripts",
"version": "3.2.2",
"description": "Bash scripts for deploying and managing applications in Kubernetes",
"bin": {
"k8s-read-config": "./bin/k8s-read-config",
"minikube-build": "./bin/minikube-build",
"manage-context": "./bin/manage-context",
"k8s-example-config": "./bin/k8s-example-config",
"minikube-deploy": "./bin/minikube-deploy",
"minikube-delete": "./bin/minikube-delete",
"minikube-apply": "./bin/minikube-apply",
"k8s-deploy": "./bin/k8s-deploy",
"k8s-delete": "./bin/k8s-delete",
"verify-deployment": "./bin/verify-deployment",
"timeout.sh": "./bin/timeout.sh",
"k8s-apply": "./bin/k8s-apply",
"minikube-services": "./bin/minikube-services",
"minikube-services-all": "./bin/minikube-services-all",
"ensure-kubectl": "./bin/ensure-kubectl",
"prepare-kubectl": "./bin/prepare-kubectl",
"docker-build": "./bin/docker-build",
"docker-push": "./bin/docker-push",
"docker-pull": "./bin/docker-pull",
"cluster-dump": "./bin/cluster-dump",
"cluster-restore": "./bin/cluster-restore",
"debug-deployment": "./bin/debug-deployment"
},
"author": "Ross Kukulinski <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rosskukulinski/k8s-scripts.git"
}
}