hostNetwork

@JvmName(name = "kukyllqeokgtbecd")
suspend fun hostNetwork(value: Output<Boolean>)
@JvmName(name = "ecqashhdwwyhvrwj")
suspend fun hostNetwork(value: Boolean?)

Parameters

value

Indicates if the pod uses the hosts' network IP address. The default value is true . Setting this to false enables the Kubernetes pod networking model. Most AWS Batch workloads are egress-only and don't require the overhead of IP allocation for each pod for incoming connections. For more information, see Host namespaces and Pod networking in the Kubernetes documentation .