Additional plugin/pkg/scheduler golint fixes

This commit is contained in:
Christoph Blecker
2017-03-07 18:32:45 -08:00
parent 6a6ee160e8
commit ca24afe778
4 changed files with 14 additions and 7 deletions

View File

@@ -14,9 +14,9 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// This package is used to register algorithm provider plugins.
package algorithmprovider
import (
// Import defaults of algorithmprovider for initialization.
_ "k8s.io/kubernetes/plugin/pkg/scheduler/algorithmprovider/defaults"
)