pulumi-kubernetes-kotlin
3.30.2.1
pulumi-kubernetes-kotlin
/
com.pulumi.kubernetes.apiregistration.v1beta1.kotlin
/
APIServicePatchArgs
/
APIServicePatchArgs
APIService
Patch
Args
fun
APIServicePatchArgs
(
apiVersion
:
Output
<
String
>
?
=
null
,
kind
:
Output
<
String
>
?
=
null
,
metadata
:
Output
<
ObjectMetaPatchArgs
>
?
=
null
,
spec
:
Output
<
APIServiceSpecPatchArgs
>
?
=
null
)