(poolID string)
| 1204 | } |
| 1205 | |
| 1206 | func (r *basePoolManager) poolLabel(poolID string) string { |
| 1207 | return fmt.Sprintf("%s=%s", poolIDLabelprefix, poolID) |
| 1208 | } |
| 1209 | |
| 1210 | func (r *basePoolManager) controllerLabel() string { |
| 1211 | return fmt.Sprintf("%s=%s", controllerLabelPrefix, r.controllerInfo.ControllerID.String()) |
no outgoing calls
no test coverage detected