Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
pull/13604/head
Austin Abro 7 months ago
parent efde830405
commit ea87c49d1b
No known key found for this signature in database
GPG Key ID: 92EB5159E403F9D6

@ -121,7 +121,7 @@ func (p *PrintingKubeClient) DeleteWithPropagationPolicy(resources kube.Resource
return &kube.Result{Deleted: resources}, nil
}
func (f *PrintingKubeClient) SetWaiter(ws kube.WaitStrategy) error {
func (p *PrintingKubeClient) SetWaiter(_ kube.WaitStrategy) error {
return nil
}

Loading…
Cancel
Save