MCPcopy 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
148func (labelToModify *LabelToModify) GetLabelKey() string {
149 return labelToModify.labelKey
150}
151
152func (labelToModify *LabelToModify) GetLabelValue() string {
153 return labelToModify.labelValue

Callers 5

PatchLabelsFunction · 0.80
node_test.goFile · 0.80
TestLabelToModifyFunction · 0.80
patchNodeWithLabelMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestLabelToModifyFunction · 0.64