Commit 9345da0b authored by Daniel Smith's avatar Daniel Smith

Fix build

parent 753b80c9
......@@ -27,6 +27,7 @@ import (
"strings"
"github.com/GoogleCloudPlatform/kubernetes/pkg/httplog"
"github.com/GoogleCloudPlatform/kubernetes/pkg/runtime"
"github.com/GoogleCloudPlatform/kubernetes/pkg/util"
"code.google.com/p/go.net/html"
......@@ -71,7 +72,7 @@ var tagsToAttrs = map[string]util.StringSet{
type ProxyHandler struct {
prefix string
storage map[string]RESTStorage
codec Codec
codec runtime.Codec
}
func (r *ProxyHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment