kops/vendor/k8s.io/code-generator
Rohith 6bd7d53a19 AWS SDK v1.16.11
- updating the vendoring for the aws sdk dependency to v1.16.11
2018-12-28 16:14:20 +00:00
..
.github Update vendor for 1.10 2018-04-18 20:38:46 -04:00
Godeps Getting things ready for when we are ready for 1.12 2018-12-04 18:50:17 -08:00
_examples Getting things ready for when we are ready for 1.12 2018-12-04 18:50:17 -08:00
cmd AWS SDK v1.16.11 2018-12-28 16:14:20 +00:00
hack dep-ensure: update vendor & lock 2018-09-28 20:14:45 -04:00
pkg/util Update dependencies and BUILD.bazel scripts 2018-09-17 09:57:31 -04:00
third_party/forked/golang/reflect Update dependencies and BUILD.bazel scripts 2018-09-17 09:57:31 -04:00
CONTRIBUTING.md Update vendor for 1.10 2018-04-18 20:38:46 -04:00
LICENSE Update vendor 2018-02-03 21:19:32 -05:00
OWNERS Getting things ready for when we are ready for 1.12 2018-12-04 18:50:17 -08:00
README.md Update vendor for 1.10 2018-04-18 20:38:46 -04:00
SECURITY_CONTACTS dep-ensure: update vendor & lock 2018-09-28 20:14:45 -04:00
code-of-conduct.md Update vendor for 1.10 2018-04-18 20:38:46 -04:00
generate-groups.sh Getting things ready for when we are ready for 1.12 2018-12-04 18:50:17 -08:00
generate-internal-groups.sh Getting things ready for when we are ready for 1.12 2018-12-04 18:50:17 -08:00

README.md

code-generator

Golang code-generators used to implement Kubernetes-style API types.

Purpose

These code-generators can be used

  • in the context of CustomResourceDefinition to build native, versioned clients, informers and other helpers
  • in the context of User-provider API Servers to build conversions between internal and versioned types, defaulters, protobuf codecs, internal and versioned clients and informers.

Resources

Compatibility

HEAD of this repo will match HEAD of k8s.io/apiserver, k8s.io/apimachinery, and k8s.io/client-go.

Where does it come from?

code-generator is synced from https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/code-generator. Code changes are made in that location, merged into k8s.io/kubernetes and later synced here.