Skip to content

Interface: KubeObjectStoreLoadAllParams#

Renderer.K8sApi.KubeObjectStoreLoadAllParams

Table of contents#

Properties#

Methods#

Properties#

merge#

Optional merge: boolean


namespaces#

Optional 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