@@ -247,7 +247,6 @@ profiles:
247
247
}
248
248
249
249
defaultSource := "DefaultProvider"
250
- defaultBindTimeoutSeconds := int64 (600 )
251
250
defaultPodInitialBackoffSeconds := int64 (1 )
252
251
defaultPodMaxBackoffSeconds := int64 (10 )
253
252
defaultPercentageOfNodesToScore := int32 (0 )
@@ -320,7 +319,6 @@ profiles:
320
319
ContentType : "application/vnd.kubernetes.protobuf" ,
321
320
},
322
321
PercentageOfNodesToScore : defaultPercentageOfNodesToScore ,
323
- BindTimeoutSeconds : defaultBindTimeoutSeconds ,
324
322
PodInitialBackoffSeconds : defaultPodInitialBackoffSeconds ,
325
323
PodMaxBackoffSeconds : defaultPodMaxBackoffSeconds ,
326
324
Profiles : []kubeschedulerconfig.KubeSchedulerProfile {
@@ -410,7 +408,6 @@ profiles:
410
408
ContentType : "application/vnd.kubernetes.protobuf" ,
411
409
},
412
410
PercentageOfNodesToScore : defaultPercentageOfNodesToScore ,
413
- BindTimeoutSeconds : defaultBindTimeoutSeconds ,
414
411
PodInitialBackoffSeconds : defaultPodInitialBackoffSeconds ,
415
412
PodMaxBackoffSeconds : defaultPodMaxBackoffSeconds ,
416
413
Profiles : []kubeschedulerconfig.KubeSchedulerProfile {
@@ -474,7 +471,6 @@ profiles:
474
471
ContentType : "application/vnd.kubernetes.protobuf" ,
475
472
},
476
473
PercentageOfNodesToScore : defaultPercentageOfNodesToScore ,
477
- BindTimeoutSeconds : defaultBindTimeoutSeconds ,
478
474
PodInitialBackoffSeconds : defaultPodInitialBackoffSeconds ,
479
475
PodMaxBackoffSeconds : defaultPodMaxBackoffSeconds ,
480
476
Profiles : []kubeschedulerconfig.KubeSchedulerProfile {
@@ -513,7 +509,6 @@ profiles:
513
509
ContentType : "application/vnd.kubernetes.protobuf" ,
514
510
},
515
511
PercentageOfNodesToScore : defaultPercentageOfNodesToScore ,
516
- BindTimeoutSeconds : defaultBindTimeoutSeconds ,
517
512
PodInitialBackoffSeconds : defaultPodInitialBackoffSeconds ,
518
513
PodMaxBackoffSeconds : defaultPodMaxBackoffSeconds ,
519
514
Profiles : []kubeschedulerconfig.KubeSchedulerProfile {
@@ -587,7 +582,6 @@ profiles:
587
582
ContentType : "application/vnd.kubernetes.protobuf" ,
588
583
},
589
584
PercentageOfNodesToScore : defaultPercentageOfNodesToScore ,
590
- BindTimeoutSeconds : defaultBindTimeoutSeconds ,
591
585
PodInitialBackoffSeconds : defaultPodInitialBackoffSeconds ,
592
586
PodMaxBackoffSeconds : defaultPodMaxBackoffSeconds ,
593
587
Profiles : []kubeschedulerconfig.KubeSchedulerProfile {
@@ -659,7 +653,6 @@ profiles:
659
653
ContentType : "application/vnd.kubernetes.protobuf" ,
660
654
},
661
655
PercentageOfNodesToScore : defaultPercentageOfNodesToScore ,
662
- BindTimeoutSeconds : defaultBindTimeoutSeconds ,
663
656
PodInitialBackoffSeconds : defaultPodInitialBackoffSeconds ,
664
657
PodMaxBackoffSeconds : defaultPodMaxBackoffSeconds ,
665
658
Profiles : []kubeschedulerconfig.KubeSchedulerProfile {
@@ -711,7 +704,6 @@ profiles:
711
704
ContentType : "application/vnd.kubernetes.protobuf" ,
712
705
},
713
706
PercentageOfNodesToScore : defaultPercentageOfNodesToScore ,
714
- BindTimeoutSeconds : defaultBindTimeoutSeconds ,
715
707
PodInitialBackoffSeconds : defaultPodInitialBackoffSeconds ,
716
708
PodMaxBackoffSeconds : defaultPodMaxBackoffSeconds ,
717
709
Profiles : []kubeschedulerconfig.KubeSchedulerProfile {
0 commit comments