mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
extensions-api -- added todos for example-extension
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
parent
7f646da312
commit
11dce16b6c
@ -1,5 +1,8 @@
|
||||
import { LensExtension } from "@lens/extensions"; // fixme: map to generated types from "extension-api.d.ts"
|
||||
|
||||
// todo: register custom icon in cluster-menu
|
||||
// todo: register custom view by clicking the item
|
||||
|
||||
export default class ExampleExtension extends LensExtension {
|
||||
async activate(): Promise<any> {
|
||||
await super.activate();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user