Skip to main content

Variable: KubeList

KubeList: object;

Type declaration

applyUpdate()

Apply an update event to the existing list

Type Parameters

Type Parameter
ObjectInterface extends KubeObjectInterface
ObjectClass extends typeof KubeObject

Parameters

ParameterTypeDescription
listKubeList<KubeObject<ObjectInterface>>List of kubernetes resources
updateKubeListUpdateEvent<ObjectInterface>Update event to apply to the list
itemClassObjectClassClass of an item in the list. Used to instantiate each item
clusterstring-

Returns

KubeList<KubeObject<ObjectInterface>>

New list with the updated values

Defined in

src/lib/k8s/api/v2/KubeList.ts:20