kubernetes/pkg/apis/scheduling
Mark Janssen 1a1b7001d6 Fix staticcheck failures for scheduler packages
Errors from staticcheck:
cmd/kube-scheduler/app/server.go:297:27: prometheus.Handler is deprecated: Please note the issues described in the doc comment of InstrumentHandler. You might want to consider using promhttp.Handler instead.  (SA1019)
pkg/apis/scheduling/v1alpha1/defaults.go:27:6: func addDefaultingFuncs is unused (U1000)
pkg/apis/scheduling/v1beta1/defaults.go:27:6: func addDefaultingFuncs is unused (U1000)
test/e2e/scheduling/predicates.go:757:6: func verifyReplicasResult is unused (U1000)
test/e2e/scheduling/predicates.go:765:6: func getPodsByLabels is unused (U1000)
test/e2e/scheduling/predicates.go:772:6: func runAndKeepPodWithLabelAndGetNodeName is unused (U1000)
test/e2e/scheduling/limit_range.go:172:3: this value of pod is never used (SA4006)
test/e2e/scheduling/limit_range.go:177:3: this value of pod is never used (SA4006)
test/e2e/scheduling/limit_range.go:196:3: this value of pod is never used (SA4006)
test/e2e/scheduling/limit_range.go:201:3: this value of pod is never used (SA4006)
test/e2e/scheduling/limit_range.go:240:3: this value of pod is never used (SA4006)
test/e2e/scheduling/taints.go:428:13: this value of err is never used (SA4006)
test/e2e/scheduling/ubernetes_lite.go:219:2: this value of pods is never used (SA4006)
test/integration/scheduler/extender_test.go:78:4: this value of resp is never used (SA4006)
test/integration/volumescheduling/volume_binding_test.go:529:15: this result of append is never used, except maybe in other appends (SA4010)
test/integration/volumescheduling/volume_binding_test.go:538:15: this result of append is never used, except maybe in other appends (SA4010)
2019-09-23 22:52:57 +02:00
..
fuzzer change preempting to PreemptionPolicy 2019-05-31 12:42:05 +08:00
install Use Scheduling V1 API instead of Scheduling v1beta1 2019-04-05 14:21:45 -07:00
util change preempting to PreemptionPolicy 2019-05-31 12:42:05 +08:00
v1 change preempting to PreemptionPolicy 2019-05-31 12:42:05 +08:00
v1alpha1 Fix staticcheck failures for scheduler packages 2019-09-23 22:52:57 +02:00
v1beta1 Fix staticcheck failures for scheduler packages 2019-09-23 22:52:57 +02:00
validation change preempting to PreemptionPolicy 2019-05-31 12:42:05 +08:00
BUILD change preempting to PreemptionPolicy 2019-05-31 12:42:05 +08:00
doc.go *: Remove comment tags in GoDoc 2018-09-13 20:27:32 -07:00
helpers_test.go Allow system critical priority classes in API validation 2018-03-06 10:06:58 -08:00
helpers.go Allow system critical priority classes in API validation 2018-03-06 10:06:58 -08:00
register.go fix golint failures of pkg/apis/scheduling pkg/apis/storage/util pkg/apis/storage/v1/util pkg/apis/storage/v1beta1/util 2019-05-03 15:54:24 +08:00
types.go Fix broken link to api-conventions doc. 2019-08-29 08:35:16 +08:00
zz_generated.deepcopy.go change preempting to PreemptionPolicy 2019-05-31 12:42:05 +08:00