@k8slens/extensions / Exports / Common
Namespace: Common#
Copyright (c) OpenLens Authors. All rights reserved. Licensed under MIT License. See LICENSE in root directory for more information.
Table of contents#
Namespaces#
Classes#
Interfaces#
Type Aliases#
Variables#
Type Aliases#
InstalledExtension#
Ƭ InstalledExtension: BundledInstalledExtension | ExternalInstalledExtension
Variables#
App#
• Const App: Object
Copyright (c) OpenLens Authors. All rights reserved. Licensed under MIT License. See LICENSE in root directory for more information.
Type declaration#
| Name | Type | Description | 
|---|---|---|
| Preferences | { getKubectlPath: () =>string|undefined} | - | 
| Preferences.getKubectlPath | () => string|undefined | - | 
| appName | string | - | 
| getEnabledExtensions | () => string[] | - | 
| isLinux | boolean | - | 
| isMac | boolean | - | 
| isSnap | boolean | - | 
| isWindows | boolean | - | 
| issuesTrackerUrl | string | - | 
| lensBuildEnvironment | string | - | 
| slackUrl | "" | DeprecatedThis value is now""and is left here for backwards compatibility. | 
| version | string | - | 
logger#
• Const logger: Logger