Skip to content

Commit d9f174d

Browse files
authored
Support Package Refresh 2024-11a (#19)
- Rely on local kubectl binary to prevent version issues when using SDK. - Resolved #18. - Added additional Error handling for easier debugging. - Unified data gathering so all runtimes gather the same k8s data.
1 parent a8e87bc commit d9f174d

File tree

3 files changed

+271
-469
lines changed

3 files changed

+271
-469
lines changed

deno.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"exclude": [
88
".devcontainer/**",
99
"README.md",
10-
"ci/**"
10+
"ci/**",
11+
".github/**"
1112
]
1213
},
1314
"tasks": {
@@ -19,13 +20,8 @@
1920
"compile": "deno task pre-compile && deno task compile:linux && deno task compile:windows && deno task compile:apple && deno task compile:apple_arm64"
2021
},
2122
"imports": {
22-
"@cliffy/table": "jsr:@cliffy/[email protected]",
23-
"@cloudydeno/kubernetes-apis": "jsr:@cloudydeno/kubernetes-apis@^0.5.2",
24-
"@cloudydeno/kubernetes-client": "jsr:@cloudydeno/kubernetes-client@^0.7.3",
2523
"@fakoua/zip-ts": "jsr:@fakoua/zip-ts@^1.3.1",
2624
"@henrygd/semaphore": "jsr:@henrygd/semaphore@^0.0.2",
27-
"@std/encoding": "jsr:@std/encoding@^1.0.5",
28-
"@std/yaml": "jsr:@std/yaml@^1.0.5",
29-
"pako": "npm:pako@^2.1.0"
25+
"@std/yaml": "jsr:@std/yaml@^1.0.5"
3026
}
31-
}
27+
}

deno.lock

Lines changed: 2 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)