From 342cd0cdde63914cc54033813fa4691c93f00f36 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 20 Dec 2022 16:16:54 +0000 Subject: [PATCH] Deployed 4dac9a8b2b to master with MkDocs 1.4.2 and mike 1.1.2 --- .../api/classes/Main.Ipc/index.html | 2 +- .../Main.K8sApi.KubeObjectStore/index.html | 2479 +++++++++++++++++ .../api/classes/Main.LensExtension/index.html | 4 +- .../Renderer.Component.SearchInput/index.html | 1630 ----------- .../api/classes/Renderer.Ipc/index.html | 2 +- .../index.html | 371 ++- .../Renderer.K8sApi.CRDStore/index.html | 364 +-- .../index.html | 366 ++- .../Renderer.K8sApi.CronJobStore/index.html | 358 +-- .../Renderer.K8sApi.DaemonSetStore/index.html | 358 +-- .../Renderer.K8sApi.DeploymentApi/index.html | 29 +- .../index.html | 364 +-- .../Renderer.K8sApi.EndpointStore/index.html | 366 ++- .../Renderer.K8sApi.EventStore/index.html | 366 +-- .../Renderer.K8sApi.HPAStore/index.html | 366 ++- .../Renderer.K8sApi.IngressApi/index.html | 29 +- .../Renderer.K8sApi.IngressStore/index.html | 366 ++- .../Renderer.K8sApi.JobStore/index.html | 360 +-- .../Renderer.K8sApi.KubeApi/index.html | 29 +- .../index.html | 367 +-- .../index.html | 366 ++- .../Renderer.K8sApi.NamespaceStore/index.html | 374 ++- .../index.html | 366 ++- .../Renderer.K8sApi.NodesApi/index.html | 29 +- .../Renderer.K8sApi.NodesStore/index.html | 377 ++- .../index.html | 29 +- .../index.html | 368 ++- .../index.html | 366 ++- .../Renderer.K8sApi.PodsApi/index.html | 29 +- .../Renderer.K8sApi.PodsStore/index.html | 366 ++- .../index.html | 366 ++- .../index.html | 364 +-- .../index.html | 366 ++- .../index.html | 374 ++- .../Renderer.K8sApi.RolesStore/index.html | 370 ++- .../Renderer.K8sApi.SecretsStore/index.html | 366 ++- .../index.html | 364 ++- .../Renderer.K8sApi.ServiceStore/index.html | 366 ++- .../index.html | 358 +-- .../index.html | 356 +-- .../index.html | 366 ++- .../classes/Renderer.LensExtension/index.html | 4 +- .../Renderer.Component.BadgeProps/index.html | 2 +- .../Renderer.Component.ButtonProps/index.html | 2 +- .../index.html | 2 +- .../index.html | 2 +- .../Renderer.Component.IconProps/index.html | 2 +- .../index.html | 2 +- .../index.html | 2 +- .../index.html | 2 +- .../index.html | 2 +- .../Renderer.Component.SliderProps/index.html | 2 +- .../index.html | 2 +- .../index.html | 2 +- .../index.html | 2 +- .../Renderer.Component.SwitchProps/index.html | 2 +- .../extensions/api/modules/Common/index.html | 2 +- .../api/modules/Main.K8sApi/index.html | 12 +- .../api/modules/Renderer.Component/index.html | 101 +- .../api/modules/Renderer.K8sApi/index.html | 4 +- master/search/search_index.json | 2 +- master/sitemap.xml | 10 +- master/sitemap.xml.gz | Bin 2303 -> 2305 bytes 63 files changed, 7426 insertions(+), 7999 deletions(-) create mode 100644 master/extensions/api/classes/Main.K8sApi.KubeObjectStore/index.html delete mode 100644 master/extensions/api/classes/Renderer.Component.SearchInput/index.html diff --git a/master/extensions/api/classes/Main.Ipc/index.html b/master/extensions/api/classes/Main.Ipc/index.html index 1c061c85bd..5e45fed7e0 100644 --- a/master/extensions/api/classes/Main.Ipc/index.html +++ b/master/extensions/api/classes/Main.Ipc/index.html @@ -918,7 +918,7 @@

[IpcPrefix]#

Readonly [IpcPrefix]: string

Inherited from#

-

IpcRegistrar.__@IpcPrefix@73138

+

IpcRegistrar.__@IpcPrefix@73258


extension#

Protected extension: LensExtension<LensExtensionDependencies>

diff --git a/master/extensions/api/classes/Main.K8sApi.KubeObjectStore/index.html b/master/extensions/api/classes/Main.K8sApi.KubeObjectStore/index.html new file mode 100644 index 0000000000..913390b2bb --- /dev/null +++ b/master/extensions/api/classes/Main.K8sApi.KubeObjectStore/index.html @@ -0,0 +1,2479 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Class: KubeObjectStore - Lens Extension Development + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Skip to content + + +
+
+ +
+ + + + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + +
+
+
+ + + +
+
+
+ + +
+
+
+ + +
+
+ + + + +

Class: KubeObjectStore<K, A, D>#

+

Main.K8sApi.KubeObjectStore

+

Type parameters#

+ + + + + + + + + + + + + + + + + + + + + +
NameType
Kextends KubeObject = KubeObject
Aextends KubeApi<K, D> = KubeApi<K, KubeJsonApiDataFor<K>>
Dextends KubeJsonApiDataFor<K> = KubeApiDataFrom<K, A>
+

Hierarchy#

+
    +
  • KubeObjectStore<K, A, D>
  • +
+

KubeObjectStore

+

Table of contents#

+

Constructors#

+ +

Properties#

+ +

Accessors#

+ +

Methods#

+ +

Constructors#

+

constructor#

+

new KubeObjectStore<K, A, D>(api, opts?)

+

Type parameters#

+ + + + + + + + + + + + + + + + + + + + + +
NameType
Kextends KubeObject<KubeObjectMetadata<KubeObjectScope>, unknown, unknown, K> = KubeObject<KubeObjectMetadata<KubeObjectScope>, unknown, unknown>
Aextends KubeApi<K, D, A> = KubeApi<K, KubeJsonApiDataFor<K>>
Dextends KubeJsonApiData<KubeObjectMetadata<KubeObjectScope>, unknown, unknown, D> = KubeApiDataFrom<K, A>
+

Parameters#

+ + + + + + + + + + + + + + + + + +
NameType
apiA
opts?KubeObjectStoreOptions
+

Overrides#

+

InternalKubeObjectStore<K, A, D\>.constructor

+

new KubeObjectStore<K, A, D>()

+

Deprecated

+

Supply API instance through constructor

+

Type parameters#

+ + + + + + + + + + + + + + + + + + + + + +
NameType
Kextends KubeObject<KubeObjectMetadata<KubeObjectScope>, unknown, unknown, K> = KubeObject<KubeObjectMetadata<KubeObjectScope>, unknown, unknown>
Aextends KubeApi<K, D, A> = KubeApi<K, KubeJsonApiDataFor<K>>
Dextends KubeJsonApiData<KubeObjectMetadata<KubeObjectScope>, unknown, unknown, D> = KubeApiDataFrom<K, A>
+

Overrides#

+

InternalKubeObjectStore<K, A, D\>.constructor

+

Properties#

+

api#

+

Readonly api: A

+

Inherited from#

+

InternalKubeObjectStore.api

+
+

bufferSize#

+

Readonly bufferSize: number

+

Inherited from#

+

InternalKubeObjectStore.bufferSize

+
+

dependencies#

+

Protected Readonly dependencies: KubeObjectStoreDependencies

+

Inherited from#

+

InternalKubeObjectStore.dependencies

+
+

eventsBuffer#

+

Protected Readonly eventsBuffer: IObservableArray<IKubeWatchEvent<D>>

+

Inherited from#

+

InternalKubeObjectStore.eventsBuffer

+
+

failedLoading#

+

failedLoading: boolean = false

+

Inherited from#

+

InternalKubeObjectStore.failedLoading

+
+

isLoaded#

+

isLoaded: boolean = false

+

Inherited from#

+

InternalKubeObjectStore.isLoaded

+
+

isLoading#

+

isLoading: boolean = false

+

Inherited from#

+

InternalKubeObjectStore.isLoading

+
+

items#

+

items: IObservableArray<K>

+

Inherited from#

+

InternalKubeObjectStore.items

+
+

limit#

+

Readonly limit: undefined | number

+

Inherited from#

+

InternalKubeObjectStore.limit

+
+

selectedItemsIds#

+

selectedItemsIds: ObservableSet<string>

+

Inherited from#

+

InternalKubeObjectStore.selectedItemsIds

+
+

context#

+

Static Readonly context: Object

+

Deprecated

+

This is no longer used and shouldn't have been every really used

+

Type declaration#

+ + + + + + + + + + + + + + + + + +
NameType
get() => ClusterContext
set(ctx: ClusterContext) => void
+

Accessors#

+

context#

+

get context(): ClusterContext

+

Returns#

+

ClusterContext

+
+

contextItems#

+

get contextItems(): K[]

+

Returns#

+

K[]

+

Inherited from#

+

InternalKubeObjectStore.contextItems

+
+

query#

+

get query(): KubeApiQueryParams

+

Returns#

+

KubeApiQueryParams

+

Inherited from#

+

InternalKubeObjectStore.query

+
+

selectedItems#

+

get selectedItems(): Item[]

+

Returns#

+

Item[]

+

Inherited from#

+

InternalKubeObjectStore.selectedItems

+

Methods#

+

[iterator]#

+

[iterator](): Generator<K, void, undefined>

+

Returns#

+

Generator<K, void, undefined>

+

Inherited from#

+

InternalKubeObjectStore.__@iterator@212

+
+

bindWatchEventsUpdater#

+

Protected bindWatchEventsUpdater(delay?): void

+

Parameters#

+ + + + + + + + + + + + + + + +
NameTypeDefault value
delaynumber1000
+

Returns#

+

void

+

Inherited from#

+

InternalKubeObjectStore.bindWatchEventsUpdater

+
+

create#

+

create(params, data?): Promise<K>

+

Parameters#

+ + + + + + + + + + + + + + + + + + + + + + + + + +
NameType
paramsObject
params.namestring
params.namespace?string
data?PartialDeep<K>
+

Returns#

+

Promise<K>

+

Inherited from#

+

InternalKubeObjectStore.create

+
+

createItem#

+

Protected createItem(params, data?): Promise<null | K>

+

Parameters#

+ + + + + + + + + + + + + + + + + + + + + + + + + +
NameType
paramsObject
params.namestring
params.namespace?string
data?PartialDeep<K>
+

Returns#

+

Promise<null | K>

+

Inherited from#

+

InternalKubeObjectStore.createItem

+
+

defaultSorting#

+

Protected defaultSorting(item): string

+

Parameters#

+ + + + + + + + + + + + + +
NameType
itemItem
+

Returns#

+

string

+

Inherited from#

+

InternalKubeObjectStore.defaultSorting

+
+

filterItemsOnLoad#

+

Protected filterItemsOnLoad(items): K[]

+

Parameters#

+ + + + + + + + + + + + + +
NameType
itemsK[]
+

Returns#

+

K[]

+

Inherited from#

+

InternalKubeObjectStore.filterItemsOnLoad

+
+

getAllByNs#

+

getAllByNs(namespace, strict?): K[]

+

Parameters#

+ + + + + + + + + + + + + + + + + + + + +
NameTypeDefault value
namespacestring | string[]undefined
strictbooleanfalse
+

Returns#

+

K[]

+

Inherited from#

+

InternalKubeObjectStore.getAllByNs

+
+

getById#

+

getById(id): undefined | K

+

Parameters#

+ + + + + + + + + + + + + +
NameType
idstring
+

Returns#

+

undefined | K

+

Inherited from#

+

InternalKubeObjectStore.getById

+
+

getByLabel#

+

getByLabel(labels): K[]

+

Parameters#

+ + + + + + + + + + + + + +
NameType
labelsstring[] | Partial<Record<string, string>>
+

Returns#

+

K[]

+

Inherited from#

+

InternalKubeObjectStore.getByLabel

+
+

getByName#

+

getByName(name, namespace?): undefined | K

+

Parameters#

+ + + + + + + + + + + + + + + + + +
NameType
namestring
namespace?string
+

Returns#

+

undefined | K

+

Inherited from#

+

InternalKubeObjectStore.getByName

+
+

getByPath#

+

getByPath(path): undefined | K

+

Parameters#

+ + + + + + + + + + + + + +
NameType
pathstring
+

Returns#

+

undefined | K

+

Inherited from#

+

InternalKubeObjectStore.getByPath

+
+

getIndexById#

+

getIndexById(id): number

+

Parameters#

+ + + + + + + + + + + + + +
NameType
idstring
+

Returns#

+

number

+

Inherited from#

+

InternalKubeObjectStore.getIndexById

+
+

getItems#

+

getItems(): K[]

+

Returns#

+

K[]

+

Inherited from#

+

InternalKubeObjectStore.getItems

+
+

getTotalCount#

+

getTotalCount(): number

+

Returns#

+

number

+

Inherited from#

+

InternalKubeObjectStore.getTotalCount

+
+

isSelected#

+

isSelected(item): boolean

+

Parameters#

+ + + + + + + + + + + + + +
NameType
itemK
+

Returns#

+

boolean

+

Inherited from#

+

InternalKubeObjectStore.isSelected

+
+

isSelectedAll#

+

isSelectedAll(visibleItems?): boolean

+

Parameters#

+ + + + + + + + + + + + + +
NameType
visibleItemsK[]
+

Returns#

+

boolean

+

Inherited from#

+

InternalKubeObjectStore.isSelectedAll

+
+

load#

+

load(params): Promise<K>

+

Parameters#

+ + + + + + + + + + + + + + + + + + + + + +
NameType
paramsObject
params.namestring
params.namespace?string
+

Returns#

+

Promise<K>

+

Inherited from#

+

InternalKubeObjectStore.load

+
+

loadAll#

+

loadAll(__namedParameters?): Promise<undefined | K[]>

+

Parameters#

+ + + + + + + + + + + + + +
NameType
__namedParametersKubeObjectStoreLoadAllParams
+

Returns#

+

Promise<undefined | K[]>

+

Inherited from#

+

InternalKubeObjectStore.loadAll

+
+

loadFromPath#

+

loadFromPath(resourcePath): Promise<K>

+

Parameters#

+ + + + + + + + + + + + + +
NameType
resourcePathstring
+

Returns#

+

Promise<K>

+

Inherited from#

+

InternalKubeObjectStore.loadFromPath

+
+

loadItem#

+

Protected loadItem(params): Promise<null | K>

+

Parameters#

+ + + + + + + + + + + + + + + + + + + + + +
NameType
paramsObject
params.namestring
params.namespace?string
+

Returns#

+

Promise<null | K>

+

Inherited from#

+

InternalKubeObjectStore.loadItem

+
+

loadItems#

+

Protected loadItems(__namedParameters): Promise<K[]>

+

Parameters#

+ + + + + + + + + + + + + +
NameType
__namedParametersKubeObjectStoreLoadingParams
+

Returns#

+

Promise<K[]>

+

Inherited from#

+

InternalKubeObjectStore.loadItems

+
+

mergeItems#

+

Protected mergeItems(partialItems, __namedParameters): K[]

+

Parameters#

+ + + + + + + + + + + + + + + + + +
NameType
partialItemsK[]
__namedParametersMergeItemsOptions
+

Returns#

+

K[]

+

Inherited from#

+

InternalKubeObjectStore.mergeItems

+
+

patch#

+

patch(item, patch): Promise<K>

+

Parameters#

+ + + + + + + + + + + + + + + + + +
NameType
itemK
patchPatch
+

Returns#

+

Promise<K>

+

Inherited from#

+

InternalKubeObjectStore.patch

+
+

pickOnlySelected#

+

pickOnlySelected(items): K[]

+

Parameters#

+ + + + + + + + + + + + + +
NameType
itemsK[]
+

Returns#

+

K[]

+

Inherited from#

+

InternalKubeObjectStore.pickOnlySelected

+
+

reloadAll#

+

reloadAll(opts?): Promise<undefined | K[]>

+

Parameters#

+ + + + + + + + + + + + + + + + + + + + + + + + + +
NameType
optsObject
opts.force?boolean
opts.merge?boolean
opts.namespaces?string[]
+

Returns#

+

Promise<undefined | K[]>

+

Inherited from#

+

InternalKubeObjectStore.reloadAll

+
+

remove#

+

remove(item): Promise<void>

+

Parameters#

+ + + + + + + + + + + + + +
NameType
itemK
+

Returns#

+

Promise<void>

+

Inherited from#

+

InternalKubeObjectStore.remove

+
+

removeItem#

+

Protected removeItem(item, request): Promise<void>

+

Parameters#

+ + + + + + + + + + + + + + + + + +
NameType
itemK
request() => Promise<any>
+

Returns#

+

Promise<void>

+

Inherited from#

+

InternalKubeObjectStore.removeItem

+
+

removeItems#

+

removeItems(items): Promise<void>

+

Parameters#

+ + + + + + + + + + + + + +
NameType
itemsK[]
+

Returns#

+

Promise<void>

+

Inherited from#

+

InternalKubeObjectStore.removeItems

+
+

removeSelectedItems#

+

removeSelectedItems(): Promise<void>

+

Returns#

+

Promise<void>

+

Inherited from#

+

InternalKubeObjectStore.removeSelectedItems

+
+

reset#

+

reset(): void

+

Returns#

+

void

+

Inherited from#

+

InternalKubeObjectStore.reset

+
+

resetOnError#

+

Protected resetOnError(error): void

+

Parameters#

+ + + + + + + + + + + + + +
NameType
errorany
+

Returns#

+

void

+

Inherited from#

+

InternalKubeObjectStore.resetOnError

+
+

resetSelection#

+

resetSelection(): void

+

Returns#

+

void

+

Inherited from#

+

InternalKubeObjectStore.resetSelection

+
+

select#

+

select(item): void

+

Parameters#

+ + + + + + + + + + + + + +
NameType
itemK
+

Returns#

+

void

+

Inherited from#

+

InternalKubeObjectStore.select

+
+

sortItems#

+

Protected sortItems(items?, sorting?, order?): K[]

+

Return items sorted by the given ordering functions. If two elements of +items are sorted to the same "index" then the next sorting function is used +to determine where to place them relative to each other. Once the sorting +functions have been all exhausted then the order is unchanged (ie a stable sort).

+

Parameters#

+ + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
itemsK[]the items to be sorted (default: the current items in this store)
sorting(item: K) => any[]list of functions to determine sort order (default: sorting by name)
order?"asc" | "desc"whether to sort from least to greatest ("asc" (default)) or vice-versa ("desc")
+

Returns#

+

K[]

+

Inherited from#

+

InternalKubeObjectStore.sortItems

+
+

subscribe#

+

subscribe(__namedParameters?): Disposer

+

Parameters#

+ + + + + + + + + + + + + +
NameType
__namedParametersKubeObjectStoreSubscribeParams
+

Returns#

+

Disposer

+

Inherited from#

+

InternalKubeObjectStore.subscribe

+
+

toggleSelection#

+

toggleSelection(item): void

+

Parameters#

+ + + + + + + + + + + + + +
NameType
itemK
+

Returns#

+

void

+

Inherited from#

+

InternalKubeObjectStore.toggleSelection

+
+

toggleSelectionAll#

+

toggleSelectionAll(visibleItems?): void

+

Parameters#

+ + + + + + + + + + + + + +
NameType
visibleItemsK[]
+

Returns#

+

void

+

Inherited from#

+

InternalKubeObjectStore.toggleSelectionAll

+
+

unselect#

+

unselect(item): void

+

Parameters#

+ + + + + + + + + + + + + +
NameType
itemK
+

Returns#

+

void

+

Inherited from#

+

InternalKubeObjectStore.unselect

+
+

update#

+

update(item, data): Promise<K>

+

Parameters#

+ + + + + + + + + + + + + + + + + +
NameType
itemK
dataPartialDeep<K>
+

Returns#

+

Promise<K>

+

Inherited from#

+

InternalKubeObjectStore.update

+
+

updateFromEventsBuffer#

+

Protected updateFromEventsBuffer(): void

+

Returns#

+

void

+

Inherited from#

+

InternalKubeObjectStore.updateFromEventsBuffer

+
+

updateItem#

+

Protected updateItem(item, request): Promise<K>

+

Parameters#

+ + + + + + + + + + + + + + + + + +
NameType
itemK
request() => Promise<K>
+

Returns#

+

Promise<K>

+

Inherited from#

+

InternalKubeObjectStore.updateItem

+ + + + + + + +
+ +
+
+ +
+ + + + +
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/master/extensions/api/classes/Main.LensExtension/index.html b/master/extensions/api/classes/Main.LensExtension/index.html index 7a37b51520..4025c30390 100644 --- a/master/extensions/api/classes/Main.LensExtension/index.html +++ b/master/extensions/api/classes/Main.LensExtension/index.html @@ -1069,12 +1069,12 @@

[Disposers]#

[Disposers]: ExtendableDisposer

Inherited from#

-

LensExtension.__@Disposers@32608

+

LensExtension.__@Disposers@32541


[lensExtensionDependencies]#

Readonly [lensExtensionDependencies]: LensMainExtensionDependencies

Inherited from#

-

LensExtension.__@lensExtensionDependencies@32611

+

LensExtension.__@lensExtensionDependencies@32544


appMenus#

appMenus: MenuRegistration[] = []

diff --git a/master/extensions/api/classes/Renderer.Component.SearchInput/index.html b/master/extensions/api/classes/Renderer.Component.SearchInput/index.html deleted file mode 100644 index c57d16f12d..0000000000 --- a/master/extensions/api/classes/Renderer.Component.SearchInput/index.html +++ /dev/null @@ -1,1630 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - Class: SearchInput - Lens Extension Development - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - Skip to content - - -
-
- -
- - - - - - -
- - -
- -
- - - - - - -
-
- - - -
-
-
- - - - -
-
-
- - - - - - -
-
- - - - -

Class: SearchInput#

-

Renderer.Component.SearchInput

-

Hierarchy#

- -

SearchInput

-

Table of contents#

-

Constructors#

- -

Properties#

- -

Methods#

- -

Constructors#

-

constructor#

-

new SearchInput(props)

-

Parameters#

- - - - - - - - - - - - - -
NameType
propsSearchInputProps
-

Overrides#

-

React.Component<SearchInputProps\>.constructor

-

Properties#

-

context#

-

context: any

-

If using the new style context, re-declare this in your class to be the -React.ContextType of your static contextType. -Should be used with type annotation or static contextType.

-
static contextType = MyContext
-// For TS pre-3.7:
-context!: React.ContextType<typeof MyContext>
-// For TS 3.7 and above:
-declare context: React.ContextType<typeof MyContext>
-
-

See

-

https://reactjs.org/docs/context.html

-

Inherited from#

-

React.Component.context

-
-

props#

-

Readonly props: Readonly<SearchInputProps> & Readonly<{ children?: ReactNode }>

-

Inherited from#

-

React.Component.props

-
-

refs#

-

refs: Object

-

Deprecated

-

https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs

-

Index signature#

-

▪ [key: string]: ReactInstance

-

Inherited from#

-

React.Component.refs

-
-

state#

-

state: Readonly<{}>

-

Inherited from#

-

React.Component.state

-
-

contextType#

-

Static Optional contextType: Context<any>

-

If set, this.context will be set at runtime to the current value of the given Context.

-

Usage:

-
type MyContext = number
-const Ctx = React.createContext<MyContext>(0)
-
-class Foo extends React.Component {
-  static contextType = Ctx
-  context!: React.ContextType<typeof Ctx>
-  render () {
-    return <>My context's value: {this.context}</>;
-  }
-}
-
-

See

-

https://reactjs.org/docs/context.html#classcontexttype

-

Inherited from#

-

React.Component.contextType

-
-

defaultProps#

-

Static defaultProps: object

-

Methods#

-

UNSAFE_componentWillMount#

-

Optional UNSAFE_componentWillMount(): void

-

Called immediately before mounting occurs, and before Component#render. -Avoid introducing any side-effects or subscriptions in this method.

-

This method will not stop working in React 17.

-

Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps -prevents this from being invoked.

-

Deprecated

-

16.3, use componentDidMount or the constructor instead

-

See

-
    -
  • https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
  • -
  • https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
  • -
-

Returns#

-

void

-

Inherited from#

-

React.Component.UNSAFE_componentWillMount

-
-

UNSAFE_componentWillReceiveProps#

-

Optional UNSAFE_componentWillReceiveProps(nextProps, nextContext): void

-

Called when the component may be receiving new props. -React may call this even if props have not changed, so be sure to compare new and existing -props if you only want to handle changes.

-

Calling Component#setState generally does not trigger this method.

-

This method will not stop working in React 17.

-

Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps -prevents this from being invoked.

-

Deprecated

-

16.3, use static getDerivedStateFromProps instead

-

See

-
    -
  • https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props
  • -
  • https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
  • -
-

Parameters#

- - - - - - - - - - - - - - - - - -
NameType
nextPropsReadonly<SearchInputProps>
nextContextany
-

Returns#

-

void

-

Inherited from#

-

React.Component.UNSAFE_componentWillReceiveProps

-
-

UNSAFE_componentWillUpdate#

-

Optional UNSAFE_componentWillUpdate(nextProps, nextState, nextContext): void

-

Called immediately before rendering when new props or state is received. Not called for the initial render.

-

Note: You cannot call Component#setState here.

-

This method will not stop working in React 17.

-

Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps -prevents this from being invoked.

-

Deprecated

-

16.3, use getSnapshotBeforeUpdate instead

-

See

-
    -
  • https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update
  • -
  • https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
  • -
-

Parameters#

- - - - - - - - - - - - - - - - - - - - - -
NameType
nextPropsReadonly<SearchInputProps>
nextStateReadonly<{}>
nextContextany
-

Returns#

-

void

-

Inherited from#

-

React.Component.UNSAFE_componentWillUpdate

-
-

clear#

-

clear(): void

-

Returns#

-

void

-
-

componentDidCatch#

-

Optional componentDidCatch(error, errorInfo): void

-

Catches exceptions generated in descendant components. Unhandled exceptions will cause -the entire component tree to unmount.

-

Parameters#

- - - - - - - - - - - - - - - - - -
NameType
errorError
errorInfoErrorInfo
-

Returns#

-

void

-

Inherited from#

-

React.Component.componentDidCatch

-
-

componentDidMount#

-

componentDidMount(): void

-

Returns#

-

void

-

Overrides#

-

React.Component.componentDidMount

-
-

componentDidUpdate#

-

Optional componentDidUpdate(prevProps, prevState, snapshot?): void

-

Called immediately after updating occurs. Not called for the initial render.

-

The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

-

Parameters#

- - - - - - - - - - - - - - - - - - - - - -
NameType
prevPropsReadonly<SearchInputProps>
prevStateReadonly<{}>
snapshot?any
-

Returns#

-

void

-

Inherited from#

-

React.Component.componentDidUpdate

-
-

componentWillMount#

-

Optional componentWillMount(): void

-

Called immediately before mounting occurs, and before Component#render. -Avoid introducing any side-effects or subscriptions in this method.

-

Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps -prevents this from being invoked.

-

Deprecated

-

16.3, use componentDidMount or the constructor instead; will stop working in React 17

-

See

-
    -
  • https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state
  • -
  • https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
  • -
-

Returns#

-

void

-

Inherited from#

-

React.Component.componentWillMount

-
-

componentWillReceiveProps#

-

Optional componentWillReceiveProps(nextProps, nextContext): void

-

Called when the component may be receiving new props. -React may call this even if props have not changed, so be sure to compare new and existing -props if you only want to handle changes.

-

Calling Component#setState generally does not trigger this method.

-

Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps -prevents this from being invoked.

-

Deprecated

-

16.3, use static getDerivedStateFromProps instead; will stop working in React 17

-

See

-
    -
  • https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props
  • -
  • https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
  • -
-

Parameters#

- - - - - - - - - - - - - - - - - -
NameType
nextPropsReadonly<SearchInputProps>
nextContextany
-

Returns#

-

void

-

Inherited from#

-

React.Component.componentWillReceiveProps

-
-

componentWillUnmount#

-

componentWillUnmount(): void

-

Returns#

-

void

-

Overrides#

-

React.Component.componentWillUnmount

-
-

componentWillUpdate#

-

Optional componentWillUpdate(nextProps, nextState, nextContext): void

-

Called immediately before rendering when new props or state is received. Not called for the initial render.

-

Note: You cannot call Component#setState here.

-

Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps -prevents this from being invoked.

-

Deprecated

-

16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17

-

See

-
    -
  • https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update
  • -
  • https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path
  • -
-

Parameters#

- - - - - - - - - - - - - - - - - - - - - -
NameType
nextPropsReadonly<SearchInputProps>
nextStateReadonly<{}>
nextContextany
-

Returns#

-

void

-

Inherited from#

-

React.Component.componentWillUpdate

-
-

forceUpdate#

-

forceUpdate(callback?): void

-

Parameters#

- - - - - - - - - - - - - -
NameType
callback?() => void
-

Returns#

-

void

-

Inherited from#

-

React.Component.forceUpdate

-
-

getSnapshotBeforeUpdate#

-

Optional getSnapshotBeforeUpdate(prevProps, prevState): any

-

Runs before React applies the result of render to the document, and -returns an object to be given to componentDidUpdate. Useful for saving -things such as scroll position before render causes changes to it.

-

Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated -lifecycle events from running.

-

Parameters#

- - - - - - - - - - - - - - - - - -
NameType
prevPropsReadonly<SearchInputProps>
prevStateReadonly<{}>
-

Returns#

-

any

-

Inherited from#

-

React.Component.getSnapshotBeforeUpdate

-
-

onGlobalKey#

-

onGlobalKey(evt): void

-

Parameters#

- - - - - - - - - - - - - -
NameType
evtKeyboardEvent
-

Returns#

-

void

-
-

onKeyDown#

-

onKeyDown(evt): void

-

Parameters#

- - - - - - - - - - - - - -
NameType
evtKeyboardEvent<any>
-

Returns#

-

void

-
-

render#

-

render(): Element

-

Returns#

-

Element

-

Overrides#

-

React.Component.render

-
-

setState#

-

setState<K>(state, callback?): void

-

Type parameters#

- - - - - - - - - - - - - -
NameType
Kextends never
-

Parameters#

- - - - - - - - - - - - - - - - - -
NameType
statenull | {} | (prevState: Readonly<{}>, props: Readonly<SearchInputProps>) => null | {} | Pick<{}, K> | Pick<{}, K>
callback?() => void
-

Returns#

-

void

-

Inherited from#

-

React.Component.setState

-
-

shouldComponentUpdate#

-

Optional shouldComponentUpdate(nextProps, nextState, nextContext): boolean

-

Called to determine whether the change in props and state should trigger a re-render.

-

Component always returns true. -PureComponent implements a shallow comparison on props and state and returns true if any -props or states have changed.

-

If false is returned, Component#render, componentWillUpdate -and componentDidUpdate will not be called.

-

Parameters#

- - - - - - - - - - - - - - - - - - - - - -
NameType
nextPropsReadonly<SearchInputProps>
nextStateReadonly<{}>
nextContextany
-

Returns#

-

boolean

-

Inherited from#

-

React.Component.shouldComponentUpdate

- - - - - - - -
- -
-
- -
- - - - -
-
-
-
- - - - - - - - \ No newline at end of file diff --git a/master/extensions/api/classes/Renderer.Ipc/index.html b/master/extensions/api/classes/Renderer.Ipc/index.html index bdf4c7e755..501faf8c55 100644 --- a/master/extensions/api/classes/Renderer.Ipc/index.html +++ b/master/extensions/api/classes/Renderer.Ipc/index.html @@ -918,7 +918,7 @@

[IpcPrefix]#

Readonly [IpcPrefix]: string

Inherited from#

-

IpcRegistrar.__@IpcPrefix@73138

+

IpcRegistrar.__@IpcPrefix@73258


extension#

Protected extension: LensExtension<LensExtensionDependencies>

diff --git a/master/extensions/api/classes/Renderer.K8sApi.CRDResourceStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.CRDResourceStore/index.html index a6f9a48e21..1eb3c85b85 100644 --- a/master/extensions/api/classes/Renderer.K8sApi.CRDResourceStore/index.html +++ b/master/extensions/api/classes/Renderer.K8sApi.CRDResourceStore/index.html @@ -806,6 +806,13 @@ bufferSize + + +
  • + + dependencies + +
  • @@ -855,13 +862,6 @@ selectedItemsIds -
  • - -
  • - - defaultContext - -
  • @@ -877,32 +877,11 @@