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

Method GetLabels

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

Source from the content-addressed store, hash-verified

162}
163
164func (labels *LabelsToModify) GetLabels() []LabelToModify {
165 return labels.labels
166}
167
168func (labels *LabelsToModify) operator(labelKey string, labelValue string, operationType OperationType) {
169 newLabelToModify := LabelToModify{

Callers 11

TestAddFunction · 0.95
TestDeleteFunction · 0.95
TestUpdateFunction · 0.95
PatchLabelsFunction · 0.80
PatchLabelToObjectsFunction · 0.80
node_test.goFile · 0.80
injectMethod · 0.80
TestGetLabelsFunction · 0.80
patchNodeWithLabelMethod · 0.80
MutatePodMethod · 0.80

Calls

no outgoing calls

Tested by 4

TestAddFunction · 0.76
TestDeleteFunction · 0.76
TestUpdateFunction · 0.76
TestGetLabelsFunction · 0.64