habitat-sh / habitat-operator

A Kubernetes operator for Habitat services
Apache License 2.0
61 stars 17 forks source link

[vendor] add kubernetes code-generator #337

Closed surajssd closed 6 years ago

surajssd commented 6 years ago

This commits adds code-generator in the vendor, this will help the user to run make codegen without having to setup k8s.io/code-generator in their GOPATH. Also save us from pulling this repo during e2e tests run in CircleCI.

Fixes https://github.com/habitat-sh/habitat-operator/issues/330

krnowak commented 6 years ago

The version of codegen we use is based on the latest supported version of kubernetes. We don't regenerate code for older ones.

surajssd commented 6 years ago

@indradhanush we have pin pointed the version that is compatible with the code we have in Gopkg.toml, so developer need not have to do any checkouts.

indradhanush commented 6 years ago

Thanks for clarifying! :+1:

krnowak commented 6 years ago

LFAD.