Documentation - v0.0.0
Preparing search index...
@crisiscleanup/k8s.construct.component
PodDisruptionBudget
Class PodDisruptionBudget
Index
Constructors
constructor
Properties
id
node
pdb
props
scope
Methods
parse
Available
Constructors
constructor
new
PodDisruptionBudget
(
scope
:
Construct
,
id
:
string
,
props
:
PodDisruptionBudgetProps
,
)
:
PodDisruptionBudget
Parameters
scope
:
Construct
id
:
string
props
:
PodDisruptionBudgetProps
Returns
PodDisruptionBudget
Properties
Readonly
id
id
:
string
Readonly
node
node
:
Node
Readonly
pdb
pdb
:
KubePodDisruptionBudget
Readonly
props
props
:
PodDisruptionBudgetProps
Readonly
scope
scope
:
Construct
Methods
Protected
parse
Available
parseAvailable
(
value
?:
string
|
number
)
:
undefined
|
IntOrString
Parameters
Optional
value
:
string
|
number
Returns
undefined
|
IntOrString
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
id
node
pdb
props
scope
Methods
parse
Available
Documentation - v0.0.0
Loading...