Unverified Commit e29d9f59 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #61922 from hanxiaoshuai/fixtodo0330

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. fixtodo:Move ServeHostnameService constants and default settings to service_util.go **What this PR does / why we need it**: fixtodo:Move ServeHostnameService constants and default settings to service_util.go **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
parents 7931930f 875ea971
...@@ -43,7 +43,6 @@ import ( ...@@ -43,7 +43,6 @@ import (
. "github.com/onsi/gomega" . "github.com/onsi/gomega"
) )
// TODO(yankaiz): Move constants and default settings to service_util.go.
const ( const (
defaultServeHostnameServicePort = 80 defaultServeHostnameServicePort = 80
defaultServeHostnameServiceName = "svc-hostname" defaultServeHostnameServiceName = "svc-hostname"
......
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