Documentation - v0.0.0
Preparing search index...
@crisiscleanup/k8s.construct.component
ComponentScaling
Class ComponentScaling
Index
Constructors
constructor
Properties
hpa
id
node
props
scope
Methods
create
HPA
create
HPA
Props
Constructors
constructor
new
ComponentScaling
(
scope
:
Construct
,
id
:
string
,
props
:
ComponentScalingProps
,
)
:
ComponentScaling
Parameters
scope
:
Construct
id
:
string
props
:
ComponentScalingProps
Returns
ComponentScaling
Properties
Readonly
hpa
hpa
:
HorizontalPodAutoscaler
Readonly
id
id
:
string
Readonly
node
node
:
Node
Readonly
props
props
:
ComponentScalingProps
Readonly
scope
scope
:
Construct
Methods
Protected
create
HPA
createHPA
(
props
:
HorizontalPodAutoscalerProps
)
:
HorizontalPodAutoscaler
Parameters
props
:
HorizontalPodAutoscalerProps
Returns
HorizontalPodAutoscaler
Protected
create
HPA
Props
createHPAProps
(
scalable
:
IScalable
)
:
HorizontalPodAutoscalerProps
Parameters
scalable
:
IScalable
Returns
HorizontalPodAutoscalerProps
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
hpa
id
node
props
scope
Methods
create
HPA
create
HPA
Props
Documentation - v0.0.0
Loading...