Fix shadowing lint error

Kubernetes-commit: 7a41b950cc00ee129b82e4a64d845e8d559d28ff
This commit is contained in:
Jordan Liggitt 2023-01-17 12:09:24 -05:00 committed by Kubernetes Publisher
parent d3c91c0f82
commit 0279964d09
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ func (o *RolloutStatusOptions) Run() error {
return err
}
return r.Visit(func(info *resource.Info, err error) error {
return r.Visit(func(info *resource.Info, _ error) error {
mapping := info.ResourceMapping()
statusViewer, err := o.StatusViewerFn(mapping)
if err != nil {