pulumi-kubernetes-kotlin
3.30.2.1
pulumi-kubernetes-kotlin
/
com.pulumi.kubernetes.apps.v1.kotlin
/
DeploymentPatchArgs
/
DeploymentPatchArgs
Deployment
Patch
Args
fun
DeploymentPatchArgs
(
apiVersion
:
Output
<
String
>
?
=
null
,
kind
:
Output
<
String
>
?
=
null
,
metadata
:
Output
<
ObjectMetaPatchArgs
>
?
=
null
,
spec
:
Output
<
DeploymentSpecPatchArgs
>
?
=
null
)