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.inputs
/
KubernetesLabelArgs
Kubernetes
Label
Args
data
class
KubernetesLabelArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
KubernetesLabelArgs
>
Members
Constructors
Kubernetes
Label
Args
Link copied to clipboard
constructor
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
The name of the label or taint.
value
Link copied to clipboard
val
value
:
Output
<
String
>
The value of the label or taint.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
KubernetesLabelArgs