Skip to content

Commit

Permalink
corrected the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SivaanandM committed Jul 26, 2024
1 parent e5a48f1 commit cc3798c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/node_actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func (h *V1Client) GetNodeMaintenanceStatusGke(configUID, machineName, nodeID st
return resp.Payload.Status.MaintenanceStatus, nil
}

// GetNodeMaintenanceStatusGke retrieves maintenance status for a Libvirt node.
// GetNodeMaintenanceStatusLibvirt retrieves maintenance status for a Libvirt node.
// TODO: libevirt deprecation
func (h *V1Client) GetNodeMaintenanceStatusLibvirt(ConfigUID, MachineName, NodeId string) (*models.V1MachineMaintenanceStatus, error) {

Check failure on line 172 in client/node_actions.go

View workflow job for this annotation

GitHub Actions / build-with-coverage

var-naming: method parameter NodeId should be NodeID (revive)

Expand Down

0 comments on commit cc3798c

Please sign in to comment.