ports

@JvmName(name = "mmxrdoxkrqtkrhnr")
suspend fun ports(value: Output<List<EndpointPortPatchArgs>>)
@JvmName(name = "vqsbcbsfjwrtiowy")
suspend fun ports(value: List<EndpointPortPatchArgs>?)

Parameters

value

ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name. Each slice may include a maximum of 100 ports. Services always have at least 1 port, so EndpointSlices generated by the EndpointSlice controller will likewise always have at least 1 port. EndpointSlices used for other purposes may have an empty ports list.


@JvmName(name = "hoggbhrastgypxhq")
suspend fun ports(vararg values: Output<EndpointPortPatchArgs>)


@JvmName(name = "gameyktvvfqsgkcd")
suspend fun ports(values: List<Output<EndpointPortPatchArgs>>)
@JvmName(name = "oqujsxvuaxjdduoc")
suspend fun ports(vararg values: EndpointPortPatchArgs)

Parameters

values

ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name. Each slice may include a maximum of 100 ports. Services always have at least 1 port, so EndpointSlices generated by the EndpointSlice controller will likewise always have at least 1 port. EndpointSlices used for other purposes may have an empty ports list.


@JvmName(name = "ctsqfqkcmfkmcnrb")
suspend fun ports(argument: List<suspend EndpointPortPatchArgsBuilder.() -> Unit>)
@JvmName(name = "xsllevulrophurmn")
suspend fun ports(vararg argument: suspend EndpointPortPatchArgsBuilder.() -> Unit)
@JvmName(name = "dmwxdlacrntrbied")
suspend fun ports(argument: suspend EndpointPortPatchArgsBuilder.() -> Unit)

Parameters

argument

ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name. Each slice may include a maximum of 100 ports. Services always have at least 1 port, so EndpointSlices generated by the EndpointSlice controller will likewise always have at least 1 port. EndpointSlices used for other purposes may have an empty ports list.