pulumi-kubernetes-kotlin
4.5.2.0
pulumi-kubernetes-kotlin
/
com.pulumi.kubernetes.core.v1.kotlin
/
ServicePatchArgs
/
ServicePatchArgs
Service
Patch
Args
fun
ServicePatchArgs
(
apiVersion
:
Output
<
String
>
?
=
null
,
kind
:
Output
<
String
>
?
=
null
,
metadata
:
Output
<
ObjectMetaPatchArgs
>
?
=
null
,
spec
:
Output
<
ServiceSpecPatchArgs
>
?
=
null
)