Network 网络函数

Helm提供了一个网络函数: getHostByName.

getHostByName接收一个域名返回IP地址。

getHostByName “www.google.com

会返回对应的www.google.com的地址。