kubernetes / code-generator

Generators for kube-like API types
Apache License 2.0
1.7k stars 410 forks source link
k8s-staging

code-generator

Golang code-generators used to implement Kubernetes-style API types.

Purpose

These code-generators can be used

Resources

Usage

The examples above are dated. The current recommended script to use is kube_codegen.sh.

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.