MCPcopy Create free account
hub / github.com/OpenFunction/OpenFunction / servingRun

Struct servingRun

pkg/core/serving/kedahttp/servingrun.go:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48)
49
50type servingRun struct {
51 client.Client
52 ctx context.Context
53 log logr.Logger
54 scheme *runtime.Scheme
55}
56
57func Registry(rm meta.RESTMapper) []client.Object {
58 var objs = []client.Object{&appsv1.Deployment{}}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected