码头工人 一个服务构建器,可以更轻松地在monorepo中构建和部署多个服务 生成器配置文件 { " servicename " : " servicename " , // The servicename in k8s. String-value " cluster " : " controller " | " services " , // Which cluster should the service be deployed to. " builder " : {}, // How should the service be build and deployed... Optional and defaults to the default manual builder. " deploy " : {}, " deploymentfile "