toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.container.kotlin.outputs
/
GetClusterNodePoolNodeConfigTaint
Get
Cluster
Node
Pool
Node
Config
Taint
data
class
GetClusterNodePoolNodeConfigTaint
(
val
effect
:
String
,
val
key
:
String
,
val
value
:
String
)
Members
Constructors
Get
Cluster
Node
Pool
Node
Config
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
Effect for taint.
key
Link copied to clipboard
val
key
:
String
Key for taint.
value
Link copied to clipboard
val
value
:
String
Value for taint.