-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(kubernetes): new extension Signed-off-by: Justin Chen <[email protected]> * feat(kubernetes): implement get-pods, get-deployments, get-statefulsets, get nodes, get-daemonsets Signed-off-by: Justin Chen <[email protected]> * chore(kubernetes): write changelogs, add screenshots Signed-off-by: Justin Chen <[email protected]> * feat(kubernetes): implement get-services Signed-off-by: Justin Chen <[email protected]> * feat(kubernetes): toggle managed fields and last-applied-configuration Signed-off-by: Justin Chen <[email protected]> * style(kubernetes): lower case search text before matching resources Signed-off-by: Justin Chen <[email protected]> * Update CHANGELOG.md and optimise images --------- Signed-off-by: Justin Chen <[email protected]> Co-authored-by: raycastbot <[email protected]>
- Loading branch information
1 parent
deb61b7
commit f2beee6
Showing
27 changed files
with
5,070 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"root": true, | ||
"extends": ["@raycast"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
|
||
# Raycast specific files | ||
raycast-env.d.ts | ||
.raycast-swift-build | ||
.swiftpm | ||
compiled_raycast_swift | ||
|
||
# misc | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"printWidth": 120, | ||
"singleQuote": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Kubernetes Changelog | ||
|
||
## [Initial Version] - 2025-01-15 | ||
|
||
Introduced the Kubernetes extension. | ||
|
||
Added the following commands: | ||
|
||
- Get Pods | ||
- Get DaemonSets | ||
- Get Deployments | ||
- Get StatefulSets | ||
- Get Nodes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Kubernetes | ||
|
||
Kubernetes client in Raycast! | ||
|
||
## To Do | ||
|
||
- [ ] Support more resources (include CRDs) | ||
- [ ] Support metrics API | ||
- [ ] Support Pod operations | ||
- [ ] Logs | ||
- [ ] Port forwarding | ||
- [ ] Delete | ||
- [ ] Support other resources operations | ||
- [ ] Support automatic refresh |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.