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