Skip to content

Commit

Permalink
cluster packages
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeDavitt committed Nov 2, 2023
1 parent 3f1dc6f commit 3cbb655
Show file tree
Hide file tree
Showing 10 changed files with 1,212 additions and 0 deletions.
23 changes: 23 additions & 0 deletions components/examples/clusterPackage.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"clusterPackage": {
"id": 5,
"code": "kubernetes-helm-3-5-package",
"name": "helm 3.5 package",
"description": "install helm 3.5 package",
"enabled": true,
"packageVersion": "3.5",
"packageType": "helm",
"type": "apps",
"account": null,
"repeatInstall": false,
"restartDns": false,
"sortOrder": 50,
"specTemplates": [
{
"id": 214,
"name": "Hello World",
"code": "hello-code"
}
]
}
}
15 changes: 15 additions & 0 deletions components/examples/clusterPackageRequest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"clusterPackage": {
"name": "Sample K8 Package",
"code": "sample-k8-package",
"description": null,
"enabled": true,
"type": "network",
"packageType": "calico",
"packageVersion": "1.x",
"specTemplates": [
95,
98
]
}
}
6 changes: 6 additions & 0 deletions components/examples/clusterPackageUpdateRequest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"clusterPackage": {
"name": "New Package Name",
"description": "New Package description"
}
}
Loading

0 comments on commit 3cbb655

Please sign in to comment.