Host Alias Args
data class HostAliasArgs(val hostnames: Output<List<String>>? = null, val ip: Output<String>) : ConvertibleToJava<HostAliasArgs>
HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.