mirror of
https://github.com/containous/traefik.git
synced 2025-01-15 23:24:21 +03:00
992d4c1b94
Co-authored-by: kevinpollet <pollet.kevin@gmail.com>
9 lines
122 B
Go
9 lines
122 B
Go
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "k8s.io/code-generator"
|
|
_ "sigs.k8s.io/controller-tools/cmd/controller-gen"
|
|
)
|