scheduler remove init method

This commit is contained in:
AdoHe
2016-12-05 06:22:50 -05:00
parent 0bea8ca301
commit eef143ba39
2 changed files with 0 additions and 6 deletions

View File

@@ -17,7 +17,6 @@ limitations under the License.
package main
import (
"k8s.io/kubernetes/pkg/healthz"
"k8s.io/kubernetes/pkg/util/flag"
"k8s.io/kubernetes/pkg/util/logs"
"k8s.io/kubernetes/pkg/version/verflag"
@@ -27,10 +26,6 @@ import (
"github.com/spf13/pflag"
)
func init() {
healthz.DefaultHealthz()
}
func main() {
s := options.NewSchedulerServer()
s.AddFlags(pflag.CommandLine)