caching/vendor/k8s.io/code-generator
Dave Protasowski 787aec80f7
bump k8s packages to 1.17.6 (#280)
* add script to bump k8s deps

* bump k8s to v1.17.6
2020-06-06 14:03:18 -07:00
..
cmd bump k8s packages to 1.17.6 (#280) 2020-06-06 14:03:18 -07:00
pkg Update our dependency on K8s libs to 1.15.3 (#101) 2019-09-18 13:49:54 -07:00
third_party/forked/golang/reflect Bootstrap knative/caching. 2018-09-01 20:50:01 +00:00
CONTRIBUTING.md Update our dependency on K8s libs to 1.15.3 (#101) 2019-09-18 13:49:54 -07:00
LICENSE Bootstrap knative/caching. 2018-09-01 20:50:01 +00:00
README.md Update our dependency on K8s libs to 1.15.3 (#101) 2019-09-18 13:49:54 -07:00
SECURITY_CONTACTS Bump k8s version to 1.16 (#176) 2020-01-07 17:15:52 -08:00
code-of-conduct.md Bootstrap knative/caching. 2018-09-01 20:50:01 +00:00
generate-groups.sh Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
generate-internal-groups.sh Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
go.mod bump k8s packages to 1.17.6 (#280) 2020-06-06 14:03:18 -07:00
go.sum bump k8s packages to 1.17.6 (#280) 2020-06-06 14:03:18 -07:00
tools.go Bump k8s version to 1.16 (#176) 2020-01-07 17:15:52 -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.