Skip to content

@k8slens/extensions / Exports / Common / LensExtensionManifest

Interface: LensExtensionManifest#

Common.LensExtensionManifest

Hierarchy#

  • BundledLensExtensionManifest

LensExtensionManifest

Table of contents#

Properties#

Properties#

description#

Optional description: string

Inherited from#

BundledLensExtensionManifest.description


engines#

engines: Object

Supported Lens version engine by extension could be defined in manifest.engines.lens Only MAJOR.MINOR version is taken in consideration.

Index signature#

▪ [x: string]: string | undefined

Type declaration#

Name Type
lens string

main#

Optional main: string


name#

name: string

Inherited from#

BundledLensExtensionManifest.name


publishConfig#

Optional publishConfig: Partial<Record<string, string>>

Inherited from#

BundledLensExtensionManifest.publishConfig


renderer#

Optional renderer: string


storeName#

Optional storeName: string

Specify extension name used for persisting data. Useful if extension is renamed but the data should not be lost.

Inherited from#

BundledLensExtensionManifest.storeName


version#

version: string

Inherited from#

BundledLensExtensionManifest.version