Skip to content

Commit

Permalink
Updated to work with Lens 5 Extension API (lensapp#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Richards <srichards@mirantis.com>
  • Loading branch information
stevejr authored Aug 2, 2021
1 parent 1261d44 commit f4f3bee
Show file tree
Hide file tree
Showing 6 changed files with 885 additions and 233 deletions.
4 changes: 2 additions & 2 deletions helloworld-sample/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { LensMainExtension } from "@k8slens/extensions";
import { Renderer } from "@k8slens/extensions";

export default class ExampleExtensionMain extends LensMainExtension {
export default class ExampleExtensionMain extends Renderer.LensExtension {
onActivate() {
console.log('helloworld-sample activated');
}
Expand Down
Loading

0 comments on commit f4f3bee

Please sign in to comment.