diff --git a/staging/src/k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap/default.go b/staging/src/k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap/default.go index c5d03ba1b6c..7e8962b9978 100644 --- a/staging/src/k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap/default.go +++ b/staging/src/k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap/default.go @@ -25,7 +25,6 @@ import ( "k8s.io/apiserver/pkg/authentication/user" ) - // The objects that define an apiserver's initial behavior. The // registered defaulting procedures make no changes to these // particular objects (this is verified in the unit tests of the