mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 22:05:59 +00:00
[fix][typing] startResourceClaimController errrorf message has typos
This commit is contained in:
parent
fcfe5dfc21
commit
c94bcabd7e
@ -374,7 +374,7 @@ func startResourceClaimController(ctx context.Context, controllerContext Control
|
||||
controllerContext.InformerFactory.Resource().V1alpha1().ResourceClaims(),
|
||||
controllerContext.InformerFactory.Resource().V1alpha1().ResourceClaimTemplates())
|
||||
if err != nil {
|
||||
return nil, true, fmt.Errorf("failed to start ephemeral volume controller: %v", err)
|
||||
return nil, true, fmt.Errorf("failed to start resource claim controller: %v", err)
|
||||
}
|
||||
go ephemeralController.Run(ctx, defaultResourceClaimControllerWorkers)
|
||||
return nil, true, nil
|
||||
|
Loading…
Reference in New Issue
Block a user