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

Function GetFuseLabelName

pkg/utils/label.go:178–180  ·  view source on GitHub ↗
(namespace, name, ownerDatasetUID string)

Source from the content-addressed store, hash-verified

176}
177
178func GetFuseLabelName(namespace, name, ownerDatasetUID string) string {
179 return GetNamespacedNameValueWithPrefix(common.LabelAnnotationFusePrefix, namespace, name, ownerDatasetUID)
180}
181
182func GetExclusiveKey() string {
183 return common.FluidExclusiveKey

Callers 14

CleanUpFuseMethod · 0.92
GetFuseNodesMethod · 0.92
buildWorkersAffinityMethod · 0.92
transformFuseMethod · 0.92
transformFuseMethod · 0.92
transformFuseMethod · 0.92
transformFuseMethod · 0.92

Calls 1

Tested by

no test coverage detected