fix nits in kubelet server

Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
allencloud
2017-06-14 11:04:16 +08:00
parent c3dd67dc21
commit 25881fe30e

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)