!!! DEVELOPMENT STOPPED !!! Switches kube config context
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 29 | Rejected |
| 28 | Rejected |
| 27 | Active |
| 26 | Active |
| 25 | Active |
| 24 | Rejected |
| 23 | Active |
| 22 | Rejected |
| 21 | Active |
| 20 | Active |
| 19 | Active |
| 18 | Rejected |
| 17 | Rejected |
| 16 | Waiting for author |
| 15 | Active |
| 14 | Active |
| 13 | Inactive |
| 12 | Active |
| 11 | Active |
| 10 | Active |
| 9 | Active |
| 8 | Active |
| 7 | Active |
| 6 | Active |
| 5 | Rejected |
| 4 | Active |
| 3 | Active |
| 2 | Active |
| 1 | Waiting for author |
1. Don't use `var`. Use `let` and `const` instead. Use `export class` when you want to export class. 2. `lookupByUUID()` is a bad practice. You can send `this` from the entry point to the class needing it when it's possible (dependency injection). - line 19 kubePopupMenuItem.js - line 21 and 73 kubeIndicator.js 3. Please use `TextDecoder` instead of `byteArray`: - line 5 kubePopupMenuItem.js - line 8 kubeIndicator.js https://gjs.guide/extensions/review-guidelines/review-guidelines.html#do-not-use-deprecated-modules 4. Don't use spawn command for opening prefs (line 62 kubeIndicator.js). You can send `this` from the entry point and use `extension.openPreferences()`: https://gjs.guide/extensions/upgrading/gnome-shell-45.html#extensionutils