Skip to content

showgodcode/code-generator

This branch is 512 commits behind kubernetes/code-generator:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 22, 2019
Jan 14, 2023
Feb 9, 2023
Oct 9, 2022
Sep 18, 2022
Aug 10, 2021
Feb 22, 2019
Oct 23, 2017
Jan 5, 2023
May 7, 2022
Jul 2, 2020
Dec 20, 2017
Sep 28, 2021
Sep 18, 2022
Jan 20, 2023
Jan 30, 2023
Jan 23, 2023
Sep 28, 2021

Repository files navigation

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.

About

Generators for kube-like API types

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.1%
  • Shell 2.9%