mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 21:12:07 +00:00
Merge pull request #116503 from codetalks-new/br_fix_text
[fix][typing] startResourceClaimController errrorf message has typos
This commit is contained in:
commit
2308086e29
@ -379,7 +379,7 @@ func startResourceClaimController(ctx context.Context, controllerContext Control
|
|||||||
controllerContext.InformerFactory.Resource().V1alpha2().ResourceClaims(),
|
controllerContext.InformerFactory.Resource().V1alpha2().ResourceClaims(),
|
||||||
controllerContext.InformerFactory.Resource().V1alpha2().ResourceClaimTemplates())
|
controllerContext.InformerFactory.Resource().V1alpha2().ResourceClaimTemplates())
|
||||||
if err != nil {
|
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)
|
go ephemeralController.Run(ctx, defaultResourceClaimControllerWorkers)
|
||||||
return nil, true, nil
|
return nil, true, nil
|
||||||
|
Loading…
Reference in New Issue
Block a user