From 72db7f8827c20074ab86b6a0d443b4b8dbad1dde Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 6 Dec 2021 18:12:47 +0000 Subject: [PATCH] Deployed 7ed50f83fc to master with MkDocs 1.2.3 and mike 1.1.2 --- .../api/classes/Main.Ipc/index.html | 2 +- .../api/classes/Main.LensExtension/index.html | 2 +- .../index.html | 1703 ----------------- .../api/classes/Renderer.Ipc/index.html | 2 +- .../index.html | 2 +- .../classes/Renderer.LensExtension/index.html | 2 +- .../index.html | 27 +- .../Renderer.Component.DialogProps/index.html | 11 + .../index.html | 25 +- .../api/modules/Renderer.Component/index.html | 12 +- master/search/search_index.json | 2 +- master/sitemap.xml | 557 +++--- master/sitemap.xml.gz | Bin 2108 -> 2107 bytes 13 files changed, 344 insertions(+), 2003 deletions(-) delete mode 100644 master/extensions/api/classes/Renderer.Component.KubeObjectMenu/index.html diff --git a/master/extensions/api/classes/Main.Ipc/index.html b/master/extensions/api/classes/Main.Ipc/index.html index 19f1c8ba45..39132b0b2c 100644 --- a/master/extensions/api/classes/Main.Ipc/index.html +++ b/master/extensions/api/classes/Main.Ipc/index.html @@ -904,7 +904,7 @@

[IpcPrefix]#

Readonly [IpcPrefix]: string

Inherited from#

-

IpcRegistrar.__@IpcPrefix@44713

+

IpcRegistrar.__@IpcPrefix@45049


extension#

Protected extension: LensExtension

diff --git a/master/extensions/api/classes/Main.LensExtension/index.html b/master/extensions/api/classes/Main.LensExtension/index.html index 262f125ff6..d21a528294 100644 --- a/master/extensions/api/classes/Main.LensExtension/index.html +++ b/master/extensions/api/classes/Main.LensExtension/index.html @@ -1007,7 +1007,7 @@

[Disposers]#

[Disposers]: ExtendableDisposer

Inherited from#

-

LensExtension.__@Disposers@30652

+

LensExtension.__@Disposers@30688


appMenus#

appMenus: MenuRegistration[] = []

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

Class: KubeObjectMenu<T>#

-

Renderer.Component.KubeObjectMenu

-

Type parameters#

- - - - - - - - - - - - - -
NameType
Textends KubeObject
-

Hierarchy#

- -

KubeObjectMenu

-

Table of contents#

-

Constructors#

- -

Properties#

- -

Accessors#

- -

Methods#

- -

Constructors#

-

constructor#

-

new KubeObjectMenu<T>(props)

-

Type parameters#

- - - - - - - - - - - - - -
NameType
Textends KubeObject<KubeObjectMetadata, any, any, T>
-

Parameters#

- - - - - - - - - - - - - -
NameType
propsKubeObjectMenuProps<T> | Readonly<KubeObjectMenuProps<T>>
-

Inherited from#

-

React.Component<KubeObjectMenuProps<T>>.constructor

-

new KubeObjectMenu<T>(props, context)

-

deprecated

-

see https://reactjs.org/docs/legacy-context.html

-

Type parameters#

- - - - - - - - - - - - - -
NameType
Textends KubeObject<KubeObjectMetadata, any, any, T>
-

Parameters#

- - - - - - - - - - - - - - - - - -
NameType
propsKubeObjectMenuProps<T>
contextany
-

Inherited from#

-

React.Component<KubeObjectMenuProps<T>>.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<KubeObjectMenuProps<T>> & Readonly<Object>

-

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<Object>

-

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

-

Accessors#

-

isEditable#

-

get isEditable(): boolean

-

Returns#

-

boolean

-
-

isRemovable#

-

get isRemovable(): boolean

-

Returns#

-

boolean

-
-

store#

-

get store(): KubeObjectStore<KubeObject<KubeObjectMetadata, any, any>>

-

Returns#

-

KubeObjectStore<KubeObject<KubeObjectMetadata, any, any>>

-

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

-

see 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

-

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

-

Parameters#

- - - - - - - - - - - - - - - - - -
NameType
nextPropsReadonly<KubeObjectMenuProps<T>>
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

-

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

-

Parameters#

- - - - - - - - - - - - - - - - - - - - - -
NameType
nextPropsReadonly<KubeObjectMenuProps<T>>
nextStateReadonly<Object>
nextContextany
-

Returns#

-

void

-

Inherited from#

-

React.Component.UNSAFE_componentWillUpdate

-
-

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#

-

Optional componentDidMount(): void

-

Called immediately after a component is mounted. Setting state here will trigger re-rendering.

-

Returns#

-

void

-

Inherited from#

-

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<KubeObjectMenuProps<T>>
prevStateReadonly<Object>
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

-

see 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

-

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

-

Parameters#

- - - - - - - - - - - - - - - - - -
NameType
nextPropsReadonly<KubeObjectMenuProps<T>>
nextContextany
-

Returns#

-

void

-

Inherited from#

-

React.Component.componentWillReceiveProps

-
-

componentWillUnmount#

-

Optional componentWillUnmount(): void

-

Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as -cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

-

Returns#

-

void

-

Inherited from#

-

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

-

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

-

Parameters#

- - - - - - - - - - - - - - - - - - - - - -
NameType
nextPropsReadonly<KubeObjectMenuProps<T>>
nextStateReadonly<Object>
nextContextany
-

Returns#

-

void

-

Inherited from#

-

React.Component.componentWillUpdate

-
-

forceUpdate#

-

forceUpdate(callback?): void

-

Parameters#

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

Returns#

-

void

-

Inherited from#

-

React.Component.forceUpdate

-
-

getMenuItems#

-

getMenuItems(): ReactChild[]

-

Returns#

-

ReactChild[]

-
-

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<KubeObjectMenuProps<T>>
prevStateReadonly<Object>
-

Returns#

-

any

-

Inherited from#

-

React.Component.getSnapshotBeforeUpdate

-
-

remove#

-

remove(): Promise<void>

-

Returns#

-

Promise<void>

-
-

render#

-

render(): Element

-

Returns#

-

Element

-

Overrides#

-

React.Component.render

-
-

renderRemoveMessage#

-

renderRemoveMessage(): Element

-

Returns#

-

Element

-
-

setState#

-

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

-

Type parameters#

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

Parameters#

- - - - - - - - - - - - - - - - - -
NameType
state{} | (prevState: Readonly<Object>, props: Readonly<KubeObjectMenuProps<T>>) => {} | Pick<Object, K> | Pick<Object, 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<KubeObjectMenuProps<T>>
nextStateReadonly<Object>
nextContextany
-

Returns#

-

boolean

-

Inherited from#

-

React.Component.shouldComponentUpdate

-
-

update#

-

update(): Promise<void>

-

Returns#

-

Promise<void>

- - - - - - - -
- -
-
- -
- - - - -
-
-
-
- - - - - - - - \ 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 cb16b8f707..4d5bae8d89 100644 --- a/master/extensions/api/classes/Renderer.Ipc/index.html +++ b/master/extensions/api/classes/Renderer.Ipc/index.html @@ -904,7 +904,7 @@

[IpcPrefix]#

Readonly [IpcPrefix]: string

Inherited from#

-

IpcRegistrar.__@IpcPrefix@44713

+

IpcRegistrar.__@IpcPrefix@45049


extension#

Protected extension: LensExtension

diff --git a/master/extensions/api/classes/Renderer.K8sApi.KubeObjectStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.KubeObjectStore/index.html index 5507bd8bfb..a6c1cb6f8b 100644 --- a/master/extensions/api/classes/Renderer.K8sApi.KubeObjectStore/index.html +++ b/master/extensions/api/classes/Renderer.K8sApi.KubeObjectStore/index.html @@ -1450,7 +1450,7 @@

Returns#

Generator<T, void, undefined>

Inherited from#

-

ItemStore.__@iterator@2319

+

ItemStore.__@iterator@2320


bindWatchEventsUpdater#

Protected bindWatchEventsUpdater(delay?): void

diff --git a/master/extensions/api/classes/Renderer.LensExtension/index.html b/master/extensions/api/classes/Renderer.LensExtension/index.html index 09136973d0..b1d02920ee 100644 --- a/master/extensions/api/classes/Renderer.LensExtension/index.html +++ b/master/extensions/api/classes/Renderer.LensExtension/index.html @@ -1127,7 +1127,7 @@

[Disposers]#

[Disposers]: ExtendableDisposer

Inherited from#

-

LensExtension.__@Disposers@30652

+

LensExtension.__@Disposers@30688


appPreferences#

appPreferences: AppPreferenceRegistration[] = []

diff --git a/master/extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/index.html b/master/extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/index.html index ec3e6a4261..0c1cd597ba 100644 --- a/master/extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/index.html +++ b/master/extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/index.html @@ -751,6 +751,13 @@ className + + +
  • + + data-testid + +
  • @@ -846,6 +853,7 @@