toggle menu
pulumi-kubernetes-kotlin
4.23.0.0
jvm
switch theme
search in API
pulumi-kubernetes-kotlin
/
com.pulumi.kubernetes.core.v1.kotlin.outputs
/
ServicePortPatch
/
ServicePortPatch
Service
Port
Patch
constructor
(
appProtocol
:
String
?
=
null
,
name
:
String
?
=
null
,
nodePort
:
Int
?
=
null
,
port
:
Int
?
=
null
,
protocol
:
String
?
=
null
,
targetPort
:
Either
<
Int
,
String
>
?
=
null
)