Skip to content

Interface: KubeObjectStoreLoadingParams#

Renderer.K8sApi.KubeObjectStoreLoadingParams

Table of contents#

Properties#

Methods#

Properties#

namespaces#

• namespaces: string[]


reqInit#

• Optional reqInit: RequestInit

Methods#

onLoadFailure#

▸ Optional onLoadFailure(err): void

A function that is called when listing fails. If set then blocks errors being rejected with

Parameters#

Name Type
err any

Returns#

void