Skip to content

Commit

Permalink
Import all the packages so that constraints apply
Browse files Browse the repository at this point in the history
  • Loading branch information
sttts committed Aug 30, 2017
1 parent 3bf48a4 commit c3136d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
package main

import (
_ "k8s.io/kube-aggregator/pkg/apiserver"
_ "k8s.io/kube-aggregator"
_ "k8s.io/apiserver/pkg/storage"
_ "k8s.io/client-go/kubernetes"
_ "k8s.io/apimachinery/pkg/apis/meta/v1"
)

func main() {
Expand Down

0 comments on commit c3136d0

Please sign in to comment.