ports

@JvmName(name = "wbdyxcbhtqjmedrq")
suspend fun ports(value: Output<List<ContainerPortPatchArgs>>)
@JvmName(name = "hdudkappnxgmuiyc")
suspend fun ports(value: List<ContainerPortPatchArgs>?)

Parameters

value

List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.


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


@JvmName(name = "lepoqfideykiophm")
suspend fun ports(values: List<Output<ContainerPortPatchArgs>>)
@JvmName(name = "cciybomuogrbmnky")
suspend fun ports(vararg values: ContainerPortPatchArgs)

Parameters

values

List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.


@JvmName(name = "lqhlhmrduohhqawj")
suspend fun ports(argument: List<suspend ContainerPortPatchArgsBuilder.() -> Unit>)
@JvmName(name = "myktgprbpobgkdno")
suspend fun ports(vararg argument: suspend ContainerPortPatchArgsBuilder.() -> Unit)
@JvmName(name = "snsnpqlsjqiixcgw")
suspend fun ports(argument: suspend ContainerPortPatchArgsBuilder.() -> Unit)

Parameters

argument

List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.