1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00
kube-arangodb/deps/k8s.io/code-generator
2019-05-07 10:10:23 +02:00
..
.github More Go 1.12 2019-05-07 10:10:23 +02:00
_examples More Go 1.12 2019-05-07 10:10:23 +02:00
cmd More Go 1.12 2019-05-07 10:10:23 +02:00
Godeps More Go 1.12 2019-05-07 10:10:23 +02:00
hack More Go 1.12 2019-05-07 10:10:23 +02:00
pkg More Go 1.12 2019-05-07 10:10:23 +02:00
third_party/forked/golang/reflect Fixed PV creation on kubernetes 1.11 2018-08-27 12:09:33 +02:00
vendor More Go 1.12 2019-05-07 10:10:23 +02:00
code-of-conduct.md Extending Spec object, moved vendor to deps for test support 2018-02-13 16:06:36 +01:00
CONTRIBUTING.md More Go 1.12 2019-05-07 10:10:23 +02:00
generate-groups.sh More Go 1.12 2019-05-07 10:10:23 +02:00
generate-internal-groups.sh More Go 1.12 2019-05-07 10:10:23 +02:00
go.mod More Go 1.12 2019-05-07 10:10:23 +02:00
go.sum More Go 1.12 2019-05-07 10:10:23 +02:00
LICENSE Extending Spec object, moved vendor to deps for test support 2018-02-13 16:06:36 +01:00
OWNERS More Go 1.12 2019-05-07 10:10:23 +02:00
README.md More Go 1.12 2019-05-07 10:10:23 +02:00
SECURITY_CONTACTS More Go 1.12 2019-05-07 10:10:23 +02:00

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.