ApplicationLiveViewResourceRequests interface

The resource quantity for required CPU and Memory of Application Live View component

Properties

cpu

Cpu quantity allocated to each Application Live View component instance. 1 core can be represented by 1 or 1000m. NOTE: This property will not be serialized. It can only be populated by the server.

instanceCount

Desired instance count of Application Live View component instance. NOTE: This property will not be serialized. It can only be populated by the server.

memory

Memory quantity allocated to each Application Live View component instance. 1 GB can be represented by 1Gi or 1024Mi. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

cpu

Cpu quantity allocated to each Application Live View component instance. 1 core can be represented by 1 or 1000m. NOTE: This property will not be serialized. It can only be populated by the server.

cpu?: string

Property Value

string

instanceCount

Desired instance count of Application Live View component instance. NOTE: This property will not be serialized. It can only be populated by the server.

instanceCount?: number

Property Value

number

memory

Memory quantity allocated to each Application Live View component instance. 1 GB can be represented by 1Gi or 1024Mi. NOTE: This property will not be serialized. It can only be populated by the server.

memory?: string

Property Value

string