Skip to content

@k8slens/extensions

Globals / "src/extensions/registries/cluster-feature-registry" / ClusterFeatureRegistry

Class: ClusterFeatureRegistry#

Hierarchy#

ClusterFeatureRegistry

Index#

Properties#

Methods#

Properties#

items#

Protected items: IObservableArray\ = observable\([], { deep: false })

Inherited from BaseRegistry.items

Defined in src/extensions/registries/base-registry.ts:5

Methods#

add#

add(...items: ClusterFeatureRegistration[]): (Anonymous function)

Inherited from BaseRegistry.add

Defined in src/extensions/registries/base-registry.ts:12

Parameters:

Name Type
...items ClusterFeatureRegistration[]

Returns: (Anonymous function)


getItems#

getItems(): ClusterFeatureRegistration[]

Inherited from BaseRegistry.getItems

Defined in src/extensions/registries/base-registry.ts:7

Returns: ClusterFeatureRegistration[]


remove#

remove(...items: ClusterFeatureRegistration[]): void

Inherited from BaseRegistry.remove

Defined in src/extensions/registries/base-registry.ts:18

Parameters:

Name Type
...items ClusterFeatureRegistration[]

Returns: void


Last update: November 10, 2020