Skip to content

Commit

Permalink
feat: added views for CronJobs, ConfigMaps, Secrets, Ingresses and Vi…
Browse files Browse the repository at this point in the history
…rtualServices
  • Loading branch information
Jeroen Nijhuis committed Dec 22, 2023
1 parent 63ab359 commit 84f1258
Show file tree
Hide file tree
Showing 19 changed files with 1,039 additions and 48 deletions.
391 changes: 391 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"check": "cd src-tauri && cargo check"
},
"dependencies": {
"@kubernetes-models/istio": "^2.3.0",
"@kubernetes/client-node": "^0.20.0",
"@radix-icons/vue": "^1.0.0",
"@tanstack/vue-table": "^8.11.0",
Expand Down
100 changes: 57 additions & 43 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ tauri = { version = "1.4.1", features = [ "macos-private-api", "api-all"] }
tokio = "1.29.1"
kube = { version = "0.84.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.18.0", features = ["v1_26"] }
istio-sdk = { version = "0.1.3", features = ["v1_18"] }
fix-path-env = { git = "https://github.com/tauri-apps/fix-path-env-rs", branch = "dev" }
portable-pty = "0.8.1"
uuid = "1.4.1"
Expand Down
Loading

0 comments on commit 84f1258

Please sign in to comment.