pulumi-kubernetes-kotlin
4.5.2.0
pulumi-kubernetes-kotlin
/
com.pulumi.kubernetes.extensions.v1beta1.kotlin.inputs
/
DeploymentArgs
/
DeploymentArgs
Deployment
Args
fun
DeploymentArgs
(
apiVersion
:
Output
<
String
>
?
=
null
,
kind
:
Output
<
String
>
?
=
null
,
metadata
:
Output
<
ObjectMetaArgs
>
?
=
null
,
spec
:
Output
<
DeploymentSpecArgs
>
?
=
null
,
status
:
Output
<
DeploymentStatusArgs
>
?
=
null
)