toggle menu
pulumi-gcp-kotlin
7.38.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.container.kotlin.outputs
/
ClusterNodePoolNodeConfigEffectiveTaint
Cluster
Node
Pool
Node
Config
Effective
Taint
data
class
ClusterNodePoolNodeConfigEffectiveTaint
(
val
effect
:
String
?
=
null
,
val
key
:
String
?
=
null
,
val
value
:
String
?
=
null
)
Members
Constructors
Cluster
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.