caching/vendor/k8s.io/code-generator
Matt Moore 932173e3e2 Bootstrap knative/caching.
This adds all of the elements needed to bootstrap the knative/caching repo.

I've tried to limit this to largely boilerplate elements so that it can more easily be recycled as we create other repos.
2018-09-01 20:50:01 +00:00
..
.github Bootstrap knative/caching. 2018-09-01 20:50:01 +00:00
Godeps Bootstrap knative/caching. 2018-09-01 20:50:01 +00:00
_examples Bootstrap knative/caching. 2018-09-01 20:50:01 +00:00
cmd Bootstrap knative/caching. 2018-09-01 20:50:01 +00:00
hack Bootstrap knative/caching. 2018-09-01 20:50:01 +00:00
pkg/util Bootstrap knative/caching. 2018-09-01 20:50:01 +00:00
third_party/forked/golang/reflect Bootstrap knative/caching. 2018-09-01 20:50:01 +00:00
CONTRIBUTING.md Bootstrap knative/caching. 2018-09-01 20:50:01 +00:00
LICENSE Bootstrap knative/caching. 2018-09-01 20:50:01 +00:00
README.md Bootstrap knative/caching. 2018-09-01 20:50:01 +00:00
SECURITY_CONTACTS Bootstrap knative/caching. 2018-09-01 20:50:01 +00:00
code-of-conduct.md Bootstrap knative/caching. 2018-09-01 20:50:01 +00:00
generate-groups.sh Bootstrap knative/caching. 2018-09-01 20:50:01 +00:00
generate-internal-groups.sh Bootstrap knative/caching. 2018-09-01 20:50:01 +00: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.