PortSpec constructor
PortSpec({})
Implementation
PortSpec({
required this.num,
this.hostPort,
this.type,
this.published,
this.public,
List<EndpointSpec>? endpoints,
this.liveness,
this.annotations,
}) : endpoints = endpoints ?? [];