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

Interface ServingRun

pkg/core/interface.go:43–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43type ServingRun interface {
44 Run(s *openfunction.Serving, cm map[string]string) error
45 // Result get the serving result.
46 // '' means serving is starting.
47 // `Running` means serving is running.
48 // Other means serving failed.
49 Result(s *openfunction.Serving) (string, string, string, error)
50 // Clean all resources which created by serving.
51 Clean(s *openfunction.Serving) error
52}

Callers 3

ReconcileMethod · 0.65
Test_createSinkComponentFunction · 0.65
Test_ValidateFunction · 0.65

Implementers 3

servingRunpkg/core/serving/kedahttp/servingrun.g
servingRunpkg/core/serving/knative/servingrun.go
servingRunpkg/core/serving/openfuncasync/serving

Calls

no outgoing calls

Tested by

no test coverage detected