remove duplicate words in files

This commit is contained in:
mooncake
2018-09-27 22:58:47 +08:00
parent c1e37a5f16
commit 9c561d0c68
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ import (
kubeschedulerconfig "k8s.io/kubernetes/pkg/scheduler/apis/config"
)
// CombinedInsecureServingOptions sets up up to two insecure listeners for healthz and metrics. The flags
// CombinedInsecureServingOptions sets up to two insecure listeners for healthz and metrics. The flags
// override the ComponentConfig and DeprecatedInsecureServingOptions values for both.
type CombinedInsecureServingOptions struct {
Healthz *apiserveroptions.DeprecatedInsecureServingOptions