pulumi-alicloud-kotlin
3.31.0.1
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.cs.kotlin.outputs
/
KubernetesTaint
Kubernetes
Taint
data
class
KubernetesTaint
(
val
effect
:
String
?
=
null
,
val
key
:
String
?
=
null
,
val
value
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Kubernetes
Taint
Link copied to clipboard
fun
KubernetesTaint
(
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
key
Link copied to clipboard
val
key
:
String
?
=
null
value
Link copied to clipboard
val
value
:
String
?
=
null