toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.cs.kotlin.outputs
/
GetKubernetesNodePoolsNodepoolTaint
Get
Kubernetes
Node
Pools
Nodepool
Taint
data
class
GetKubernetesNodePoolsNodepoolTaint
(
val
effect
:
String
,
val
key
:
String
,
val
value
:
String
)
Members
Constructors
Get
Kubernetes
Node
Pools
Nodepool
Taint
Link copied to clipboard
constructor
(
effect
:
String
,
key
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
effect
Link copied to clipboard
val
effect
:
String
The scheduling policy.
key
Link copied to clipboard
val
key
:
String
The key of a taint.
value
Link copied to clipboard
val
value
:
String
The value of a taint.