toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.networkcloud.kotlin.outputs
/
KubernetesLabelResponse
Kubernetes
Label
Response
data
class
KubernetesLabelResponse
(
val
key
:
String
,
val
value
:
String
)
Members
Constructors
Kubernetes
Label
Response
Link copied to clipboard
constructor
(
key
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
The name of the label or taint.
value
Link copied to clipboard
val
value
:
String
The value of the label or taint.