Fix typos

Kubernetes-commit: 4260bf2a2bbc7301072860567537d30ea413c395
This commit is contained in:
bin liu
2018-02-01 19:53:51 +08:00
committed by Kubernetes Publisher
parent 2f62824dde
commit 526671fd79
3 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ type Interface interface {
GetRateLimiter() flowcontrol.RateLimiter
// Resource returns an API interface to the specified resource for this client's
// group and version. If resource is not a namespaced resource, then namespace
// is ignored. The ResourceInterface inherits the paramater codec of this client.
// is ignored. The ResourceInterface inherits the parameter codec of this client.
Resource(resource *metav1.APIResource, namespace string) ResourceInterface
// ParameterCodec returns a client with the provided parameter codec.
ParameterCodec(parameterCodec runtime.ParameterCodec) Interface