MCPcopy Index your code
hub / github.com/fluid-cloudnative/fluid / GetLabelValue

Method GetLabelValue

pkg/common/label.go:152–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150}
151
152func (labelToModify *LabelToModify) GetLabelValue() string {
153 return labelToModify.labelValue
154}
155
156func (labelToModify *LabelToModify) GetOperationType() OperationType {
157 return labelToModify.operationType

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