zfs-localpv/vendor/k8s.io/code-generator
prateekpandey14 fa76b346a0 feat(modules): migrate to go modules and bump go version 1.14.4
- migrate to go module
- bump go version 1.14.4

Signed-off-by: prateekpandey14 <prateek.pandey@mayadata.io>
2020-06-09 22:27:01 +05:30
..
cmd feat(modules): migrate to go modules and bump go version 1.14.4 2020-06-09 22:27:01 +05:30
pkg feat(zfs-localpv): vendor packages for zfs-localpv 2019-09-18 08:44:08 +05:30
third_party/forked/golang/reflect feat(modules): migrate to go modules and bump go version 1.14.4 2020-06-09 22:27:01 +05:30
code-of-conduct.md feat(modules): migrate to go modules and bump go version 1.14.4 2020-06-09 22:27:01 +05:30
CONTRIBUTING.md feat(modules): migrate to go modules and bump go version 1.14.4 2020-06-09 22:27:01 +05:30
generate-groups.sh feat(modules): migrate to go modules and bump go version 1.14.4 2020-06-09 22:27:01 +05:30
generate-internal-groups.sh feat(modules): migrate to go modules and bump go version 1.14.4 2020-06-09 22:27:01 +05:30
go.mod feat(modules): migrate to go modules and bump go version 1.14.4 2020-06-09 22:27:01 +05:30
go.sum feat(modules): migrate to go modules and bump go version 1.14.4 2020-06-09 22:27:01 +05:30
LICENSE feat(zfs-localpv): vendor packages for zfs-localpv 2019-09-18 08:44:08 +05:30
OWNERS feat(modules): migrate to go modules and bump go version 1.14.4 2020-06-09 22:27:01 +05:30
README.md feat(modules): migrate to go modules and bump go version 1.14.4 2020-06-09 22:27:01 +05:30
SECURITY_CONTACTS feat(modules): migrate to go modules and bump go version 1.14.4 2020-06-09 22:27:01 +05:30
tools.go feat(modules): migrate to go modules and bump go version 1.14.4 2020-06-09 22:27:01 +05:30

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.