pulumi-kubernetes-kotlin
4.5.2.0
pulumi-kubernetes-kotlin
/
com.pulumi.kubernetes.core.v1.kotlin.inputs
/
EnvVarPatchArgsBuilder
Env
Var
Patch
Args
Builder
class
EnvVarPatchArgsBuilder
Builder for
EnvVarPatchArgs
.
Functions
Functions
name
Link copied to clipboard
@
JvmName
(
name
=
"mqvegbbdegvnwpcl"
)
suspend
fun
name
(
value
:
Output
<
String
>
)
@
JvmName
(
name
=
"nolfcqwarxhedcxm"
)
suspend
fun
name
(
value
:
String
?
)
value
Link copied to clipboard
@
JvmName
(
name
=
"uimtfnejlpkbskac"
)
suspend
fun
value
(
value
:
Output
<
String
>
)
@
JvmName
(
name
=
"cjreumlbnoaoynvg"
)
suspend
fun
value
(
value
:
String
?
)
value
From
Link copied to clipboard
@
JvmName
(
name
=
"ndbimlhelosuavmu"
)
suspend
fun
valueFrom
(
value
:
Output
<
EnvVarSourcePatchArgs
>
)
@
JvmName
(
name
=
"yooaxucierbcfrbs"
)
suspend
fun
valueFrom
(
value
:
EnvVarSourcePatchArgs
?
)
@
JvmName
(
name
=
"scmvplxhuoyevnui"
)
suspend
fun
valueFrom
(
argument
:
suspend
EnvVarSourcePatchArgsBuilder
.
(
)
->
Unit
)