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
| Parameter | Type | Description |
|---|---|---|
list | KubeList<KubeObject<ObjectInterface>> | List of kubernetes resources |
update | KubeListUpdateEvent<ObjectInterface> | Update event to apply to the list |
itemClass | ObjectClass | Class of an item in the list. Used to instantiate each item |
cluster | string | - |
Returns
KubeList<KubeObject<ObjectInterface>>
New list with the updated values