Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fluid-cloudnative/fluid
/ GetLabelKey
Method
GetLabelKey
pkg/common/label.go:148–150 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
146
}
147
148
func
(labelToModify *LabelToModify) GetLabelKey() string {
149
return
labelToModify.labelKey
150
}
151
152
func
(labelToModify *LabelToModify) GetLabelValue() string {
153
return
labelToModify.labelValue
Callers
5
ChangeNodeLabelWithUpdateMode
Function · 0.80
PatchLabels
Function · 0.80
node_test.go
File · 0.80
TestLabelToModify
Function · 0.80
patchNodeWithLabel
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestLabelToModify
Function · 0.64