Skip to content

Commit aef73ce

Browse files
committed
lint fix
1 parent ef25f0b commit aef73ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloud/linode/loadbalancers.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,8 @@ func (l *loadbalancers) GetLinodeNBType(service *v1.Service) linodego.NodeBalanc
763763
typeStr, ok := service.GetAnnotations()[annotations.AnnLinodeNodeBalancerType]
764764
if ok {
765765
switch linodego.NodeBalancerPlanType(typeStr) {
766+
case linodego.NBTypeCommon: // need to add this because of the golint check
767+
return linodego.NBTypeCommon
766768
case linodego.NBTypePremium:
767769
return linodego.NBTypePremium
768770
case linodego.NBTypePremium40GB:

0 commit comments

Comments
 (0)