toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.container.kotlin.outputs
/
NodePoolNodeConfigEffectiveTaint
Node
Pool
Node
Config
Effective
Taint
data
class
NodePoolNodeConfigEffectiveTaint
(
val
effect
:
String
?
=
null
,
val
key
:
String
?
=
null
,
val
value
:
String
?
=
null
)
Members
Constructors
Node
Pool
Node
Config
Effective
Taint
Link copied to clipboard
constructor
(
effect
:
String
?
=
null
,
key
:
String
?
=
null
,
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
effect
Link copied to clipboard
val
effect
:
String
?
=
null
Effect for taint.
key
Link copied to clipboard
val
key
:
String
?
=
null
Key for taint.
value
Link copied to clipboard
val
value
:
String
?
=
null
Value for taint.