@@ -17,6 +17,9 @@ public class PortBinding {
@Schema(description = "端口,如:8080")
private String port;
+ @Schema(description = "协议,默认:tcp")
+ private String protocol;
+
@Schema(description = "HostIp,如:0.0.0.0")
private String hostIp;