Fix golint issue in pkg/apis/abac/latest

This commit is contained in:
Kaleo
2019-05-26 16:22:08 +08:00
parent 16d33c4985
commit e672fb6b6a
2 changed files with 1 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ limitations under the License.
package latest
import (
//Init the abac api package
_ "k8s.io/kubernetes/pkg/apis/abac"
_ "k8s.io/kubernetes/pkg/apis/abac/v0"
_ "k8s.io/kubernetes/pkg/apis/abac/v1beta1"