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