Merge pull request #47484 from allencloud/fix-nit-in-kubelet-server

Automatic merge from submit-queue (batch tested with PRs 47484, 47904, 48034)

fix nits in kubelet server

Signed-off-by: allencloud <allen.sun@daocloud.io>

**What this PR does / why we need it**:
fix nits in kubelet server

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
NONE

**Special notes for your reviewer**:
NONE

**Release note**:

```release-note
NONE
```
pull/6/head
Kubernetes Submit Queue 2017-06-26 22:21:57 -07:00 committed by GitHub
commit cf15b17319
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ type AuthInterface interface {
}
// HostInterface contains all the kubelet methods required by the server.
// For testablitiy.
// For testability.
type HostInterface interface {
GetContainerInfo(podFullName string, uid types.UID, containerName string, req *cadvisorapi.ContainerInfoRequest) (*cadvisorapi.ContainerInfo, error)
GetContainerInfoV2(name string, options cadvisorapiv2.RequestOptions) (map[string]cadvisorapiv2.ContainerInfo, error)