MCPcopy
hub / github.com/openfaas/faas / Get

Method Get

gateway/scaling/function_query.go:77–77  ·  view source on GitHub ↗
(name string, namespace string)

Source from the content-addressed store, hash-verified

75
76type FunctionQuery interface {
77 Get(name string, namespace string) (ServiceQueryResponse, error)
78 GetAnnotations(name string, namespace string) (annotations map[string]string, err error)
79}

Implementers 1

CachedFunctionQuerygateway/scaling/function_query.go

Calls

no outgoing calls