Skip to main content

Interface: ScaleResourceEvent

Defined in: redux/headlampEventSlice.ts:145

Event fired when scaling a resource.

Properties

data

data: object;

Defined in: redux/headlampEventSlice.ts:147

resource

resource: KubeObject;

The resource for which the deletion was called.

status

status: CONFIRMED;

What exactly this event represents. 'CONFIRMED' when the scaling is selected by the user. For now only 'CONFIRMED' is sent.


type

type: SCALE_RESOURCE;

Defined in: redux/headlampEventSlice.ts:146