Skip to content

Files

Latest commit

e4d7280 · Oct 29, 2019

History

History
This branch is 659 commits ahead of, 58159 commits behind kubernetes/kubernetes:master.

code-generator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 9, 2018
Nov 10, 2018
Nov 16, 2018
Oct 29, 2019
Sep 26, 2018
Jun 22, 2018
Jun 22, 2018
Feb 1, 2018
Oct 23, 2017
Aug 20, 2018
Nov 28, 2017
May 24, 2018
Dec 20, 2017
Oct 28, 2019
Oct 25, 2018

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.