Documentation - v0.0.0
Preparing search index...
@crisiscleanup/k8s.construct.component
ComponentScalingProps
Interface ComponentScalingProps
interface
ComponentScalingProps
{
cpuUtilPercent
?:
number
;
hpa
?:
HorizontalPodAutoscalerProps
;
maxReplicas
:
number
;
memUtilPercent
?:
number
;
minReplicas
?:
number
;
target
:
IScalable
;
}
Index
Properties
cpu
Util
Percent?
hpa?
max
Replicas
mem
Util
Percent?
min
Replicas?
target
Properties
Optional
Readonly
cpu
Util
Percent
cpuUtilPercent
?:
number
Optional
Readonly
hpa
hpa
?:
HorizontalPodAutoscalerProps
Escape hatch
Readonly
max
Replicas
maxReplicas
:
number
Optional
Readonly
mem
Util
Percent
memUtilPercent
?:
number
Optional
Readonly
min
Replicas
minReplicas
?:
number
Readonly
target
target
:
IScalable
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cpu
Util
Percent
hpa
max
Replicas
mem
Util
Percent
min
Replicas
target
Documentation - v0.0.0
Loading...
Escape hatch