MCPcopy
hub / github.com/fluid-cloudnative/fluid / AppContainerPostStartInjectEnabled

Function AppContainerPostStartInjectEnabled

pkg/utils/annotations.go:68–70  ·  view source on GitHub ↗
(infos map[string]string)

Source from the content-addressed store, hash-verified

66}
67
68func AppContainerPostStartInjectEnabled(infos map[string]string) (match bool) {
69 return enabled(infos, common.InjectAppPostStart)
70}
71
72// ---- Utils functions to decide serverless platform ----
73const (

Callers 1

Calls 1

enabledFunction · 0.85

Tested by

no test coverage detected