Skip to main content

Interface: ListResponse<K>

Object representing a List of Kube object with information about which cluster and namespace it came from

Type Parameters

Type Parameter
K extends KubeObject

Properties

cluster

cluster: string;

Cluster of the list

Defined in

src/lib/k8s/api/v2/useKubeObjectList.ts:49


list

list: KubeList<K>;

KubeList with items

Defined in

src/lib/k8s/api/v2/useKubeObjectList.ts:47


namespace?

optional namespace: string;

If the list only has items from one namespace

Defined in

src/lib/k8s/api/v2/useKubeObjectList.ts:51