mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Fix typo "replicationContollers"
This commit is contained in:
parent
99e1e2fd25
commit
3cd74bb8a8
@ -190,7 +190,7 @@ func resolveResource(target, resource string) (string, error) {
|
||||
}
|
||||
default:
|
||||
// It might be a GUID, but we don't know how to handle those for now.
|
||||
err = fmt.Errorf("Resource %s not recognized; need pods, replicationContollers, services or minions.", resource)
|
||||
err = fmt.Errorf("Resource %s not recognized; need pods, replicationControllers, services or minions.", resource)
|
||||
}
|
||||
return resolved, err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user