Skip to content

Commit

Permalink
fix: remove at symbol in prefix of vadasambar
Browse files Browse the repository at this point in the history
- to keep it consistent with previous such mentions in the code
Signed-off-by: vadasambar <[email protected]>
  • Loading branch information
vadasambar committed Mar 8, 2023
1 parent 1acb6b2 commit 6d35b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/utils/drain/drain.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func GetPodsForDeletionOnNodeDrain(
controllerRef := ControllerRef(pod)
refKind := ""

// @vadasambar: The else part of this code hasn't been abstracted into a separate function
// vadasambar: The else part of this code hasn't been abstracted into a separate function
// because it is going to be removed in the near future
if allowScaleDownOnCustomControllerOwnedPods {
if controllerRef != nil {
Expand Down

0 comments on commit 6d35b8d

Please sign in to comment.