pulumi-azure-native-kotlin
2.14.0.0
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
>
Constructors
Functions
Properties
Constructors
Kubernetes
Label
Args
Link copied to clipboard
fun
KubernetesLabelArgs
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
KubernetesLabelArgs
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.