-
Notifications
You must be signed in to change notification settings - Fork 4
✨ first version of k8s-get plugin for ks ui #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Andrew Anderson <[email protected]>
|
@MikeSpreitzer - have a look - you pull this PR and then in the UI you go into 'plugin manager' and 'browse' and select the plugin.tar.gz file. |
|
@gaurab-khanal I can't figure out how to change the icon.svg file. I had an image of my headshot at first, then I tried to update it to a different svg for the kubernetes logo and it still used my cached headshot image. |
@clubanderson you need to rebuild the package again with new logo. |
| var memoryBase uint32 = 0x1000 | ||
| var memoryOffset uint32 = 0 | ||
|
|
||
| //export handle_k8s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@clubanderson function name and export name shoule be same
|
@clubanderson |
Signed-off-by: Andrew Anderson <[email protected]>
Signed-off-by: Andrew Anderson <[email protected]>
Signed-off-by: Andrew Anderson <[email protected]>
Signed-off-by: Andrew Anderson <[email protected]>



Description
first draft of a plugin to do any kind of 'get' operation against k8s api in ks clusters (core, wds, and/or wecs
Related Issue
Fixes #<issue_number>
Changes Made
Checklist
Please ensure the following before submitting your PR:
Screenshots or Logs (if applicable)
Additional Notes