@aws-quickstart/eks-blueprints
Preparing search index...
Taint
Type Alias Taint
Utility type for Kubernetes taints passed to Helm or GitOps applications.
type
Taint
=
{
effect
:
"NoSchedule"
|
"PreferNoSchedule"
|
"NoExecute"
;
key
:
string
;
value
?:
string
;
}
Index
Properties
effect
key
value?
Properties
effect
effect
:
"NoSchedule"
|
"PreferNoSchedule"
|
"NoExecute"
key
key
:
string
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
effect
key
value
@aws-quickstart/eks-blueprints
Loading...
Utility type for Kubernetes taints passed to Helm or GitOps applications.