Remove unused KubeletStatusPort from ports.go

pull/6/head
gmarek 2015-12-03 16:00:49 +01:00
parent 011fb5c044
commit 38b9132e3f
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@ limitations under the License.
package ports
const (
// KubeletStatusPort is the default port for the kubelet healthz server.
// May be overridden by a flag at startup.
KubeletStatusPort = 10248
// ProxyPort is the default port for the proxy healthz server.
// May be overriden by a flag at startup.
ProxyStatusPort = 10249