mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-26 11:25:11 +00:00
Fixed typo in create_priorityclass
This commit is contained in:
@@ -181,7 +181,7 @@ func (o *PriorityClassOptions) Run() error {
|
||||
var err error
|
||||
priorityClass, err = o.Client.PriorityClasses().Create(context.TODO(), priorityClass, createOptions)
|
||||
if err != nil {
|
||||
return fmt.Errorf("failed to create clusterrolebinding: %v", err)
|
||||
return fmt.Errorf("failed to create priorityclass: %v", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user