diff --git a/.gazelcfg.json b/.gazelcfg.json new file mode 100644 index 0000000000000..ca557a10b3fc1 --- /dev/null +++ b/.gazelcfg.json @@ -0,0 +1,11 @@ +{ + "GoPrefix": "k8s.io/kubernetes", + "SrcDirs": [ + "./pkg", + "./cmd", + "./third_party", + "./plugin", + "./test", + "./federation" + ] +}