deployment = Deployment() deployment.spec().template().spec().hostAliases([{'ip':'127.0.0.1','hostname':['www.netkiller.cn','db.netkiller.cn']}]) it not work,hostAliases only support Pod() not Deployment()???