Documentation - v0.0.0
Preparing search index...
@crisiscleanup/k8s.construct.component
PodDisruptionBudgetProps
Interface PodDisruptionBudgetProps
interface
PodDisruptionBudgetProps
{
maxUnavailable
?:
string
|
number
;
minAvailable
?:
string
|
number
;
selectors
:
undefined
|
LabelSelector
;
}
Index
Properties
max
Unavailable?
min
Available?
selectors
Properties
Optional
Readonly
max
Unavailable
maxUnavailable
?:
string
|
number
Optional
Readonly
min
Available
minAvailable
?:
string
|
number
Readonly
selectors
selectors
:
undefined
|
LabelSelector
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
max
Unavailable
min
Available
selectors
Documentation - v0.0.0
Loading...