Skip to content

Commit

Permalink
golint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sssash18 committed Jul 8, 2024
1 parent 77eddba commit c894006
Show file tree
Hide file tree
Showing 2 changed files with 4,062 additions and 0 deletions.
1 change: 1 addition & 0 deletions cluster-autoscaler/cloudprovider/mcm/mcm_cloud_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ func (machinedeployment *MachineDeployment) TemplateNodeInfo() (*schedulerframew
return nodeInfo, nil
}

// AtomicIncreaseSize is not implemented.
func (machinedeployment *MachineDeployment) AtomicIncreaseSize(delta int) error {
return cloudprovider.ErrNotImplemented
}
Expand Down
Loading

0 comments on commit c894006

Please sign in to comment.