Start using KEPs for new features or breaking changes

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-07-18 18:14:12 -04:00
parent 589c9a20f9
commit cb33c4ed26
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
4 changed files with 245 additions and 0 deletions

View file

@ -21,5 +21,6 @@ limitations under the License.
package tools
import (
_ "github.com/tallclair/mdtoc"
_ "k8s.io/code-generator"
)