ServicePortSpec constructor
ServicePortSpec({
- required PortNum num,
- String? type,
- List<
ServicePortEndpointSpec> ? endpoints, - String? liveness,
Implementation
ServicePortSpec({required this.num, this.type, List<ServicePortEndpointSpec>? endpoints, this.liveness})
: endpoints = endpoints ?? const [];