pkg/apiserver: remove unused code

This commit is contained in:
Dr. Stefan Schimanski
2016-12-14 10:44:11 +01:00
parent 5e8ca29a76
commit 3be6b3c045
4 changed files with 3 additions and 16 deletions

View File

@@ -17,7 +17,6 @@ limitations under the License.
package client
import (
"net"
"net/http"
"strconv"
"time"
@@ -50,7 +49,7 @@ type KubeletClientConfig struct {
HTTPTimeout time.Duration
// Dial is a custom dialer used for the client
Dial func(net, addr string) (net.Conn, error)
Dial utilnet.DialFunc
}
// ConnectionInfo provides the information needed to connect to a kubelet