MCPcopy Index your code
hub / github.com/OpenFunction/OpenFunction / servingRun

Struct servingRun

pkg/core/serving/knative/servingrun.go:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47)
48
49type servingRun struct {
50 client.Client
51 ctx context.Context
52 log logr.Logger
53 scheme *runtime.Scheme
54}
55
56func Registry(rm meta.RESTMapper) []client.Object {
57 if _, err := rm.ResourcesFor(schema.GroupVersionResource{Group: "serving.knative.dev", Version: "v1", Resource: "services"}); err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected