ports

@JvmName(name = "sqxohbdwhxicdnbw")
suspend fun ports(value: Output<List<ContainerPortArgs>>)
@JvmName(name = "anomvpkixqiirbaq")
suspend fun ports(value: List<ContainerPortArgs>?)

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 = "mwnugqkdoyshnbbv")
suspend fun ports(vararg values: Output<ContainerPortArgs>)


@JvmName(name = "xmremnwdniysfofp")
suspend fun ports(values: List<Output<ContainerPortArgs>>)
@JvmName(name = "krxggsprfupfkjac")
suspend fun ports(vararg values: ContainerPortArgs)

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 = "aibhxtvftqmuucbd")
suspend fun ports(argument: List<suspend ContainerPortArgsBuilder.() -> Unit>)
@JvmName(name = "tfactspdhnpqfetp")
suspend fun ports(vararg argument: suspend ContainerPortArgsBuilder.() -> Unit)
@JvmName(name = "fulfkxfuklhnhglr")
suspend fun ports(argument: suspend ContainerPortArgsBuilder.() -> 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.