Versions in this module Expand all Collapse all v1 v1.8.1 Mar 10, 2020 Changes in this version + type Client struct + func MakeClient(logger *zap.Logger, executorUrl string) *Client + func (c *Client) GetServiceForFunction(ctx context.Context, metadata *metav1.ObjectMeta) (string, error) + func (c *Client) TapService(fnMeta metav1.ObjectMeta, executorType fv1.ExecutorType, serviceUrl *url.URL) + type TapServiceRequest struct + FnExecutorType fv1.ExecutorType + FnMetadata metav1.ObjectMeta + ServiceUrl string