ports property

List<ServicePort>? ports
final

The list of ports that are exposed by this service. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies.

Implementation

final List<ServicePort>? ports;