service property

ServiceReference? service
final

service is a reference to the service for this webhook. Either service or url must be specified.

If the webhook is running within the cluster, then you should use service.

Implementation

final ServiceReference? service;