• Nikhita Raghunath's avatar
    code-generator: add boilerplate header · 8f898a37
    Nikhita Raghunath authored
    Currently, the boilerplate header from k8s.io/kubernetes
    is used. If k8s.io/kubernetes is not in the GOPATH, a
    panic will occur.
    
    To fix this, we first calculate the relative path to
    k8s.io/code-generator and then use the boilerplate from
    code-generator. This avoids hard coding the path and
    works well for all repos.
    8f898a37
Name
Last commit
Last update
..
api Loading commit data...
apiextensions-apiserver Loading commit data...
apimachinery Loading commit data...
apiserver Loading commit data...
client-go Loading commit data...
code-generator Loading commit data...
kube-aggregator Loading commit data...
metrics Loading commit data...
sample-apiserver Loading commit data...
sample-controller Loading commit data...