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

Function serverlessPlatformMatched

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

Source from the content-addressed store, hash-verified

149}
150
151func serverlessPlatformMatched(infos map[string]string) (match bool) {
152 if len(DeprecatedServerlessPlatformKey) == 0 {
153 return
154 }
155
156 return KeyMatched(infos, DeprecatedServerlessPlatformKey)
157}
158
159func SkipPrecheckEnable(infos map[string]string) (match bool) {
160 return enabled(infos, common.SkipPrecheckAnnotationKey)

Callers 2

ServerlessEnabledFunction · 0.85

Calls 1

KeyMatchedFunction · 0.85

Tested by 1