Skip to content

Commit

Permalink
fix: modify mismatched code comments in podbindingcontroller
Browse files Browse the repository at this point in the history
Signed-off-by: Chenzhao Huang <[email protected]>
  • Loading branch information
huangchenzhao committed Jan 17, 2024
1 parent 81d21b7 commit 474b61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/yurt-manager/app/options/podbindingcontroller.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (o *PodBindingControllerOptions) ApplyTo(cfg *config.PodBindingControllerCo
return nil
}

// Validate checks validation of DaemonPodUpdaterControllerOptions.
// Validate checks validation of PodBindingControllerOptions.
func (o *PodBindingControllerOptions) Validate() []error {
if o == nil {
return nil
Expand Down

0 comments on commit 474b61b

Please sign in to comment.