MCPcopy Create free account
hub / github.com/PaddlePaddle/PaddleCloud / GetSampleJobFinalizer

Function GetSampleJobFinalizer

pkg/sampleset/ctrls/base_controller.go:892–894  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

890}
891
892func GetSampleJobFinalizer(name string) string {
893 return common.PaddleLabel + "/" + "samplejob-" + name
894}
895
896func EventIndexerFunc(obj client.Object) []string {
897 event := obj.(*v1.Event)

Callers 3

ReconcileMethod · 0.85
AddFinalizerMethod · 0.85
deleteSampleJobMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected