openshift/kubernetes-apiextensions-apiserver

Name: kubernetes-apiextensions-apiserver

Owner: OpenShift

Description: API server for API extensions like CustomResourceDefinitions

Forked from: kubernetes/apiextensions-apiserver

Created: 2017-10-30 19:36:25.0

Updated: 2017-10-30 19:36:43.0

Pushed: 2018-05-12 05:24:41.0

Homepage: null

Size: 11802

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

apiextensions-apiserver

Implements https://github.com/kubernetes/community/blob/master/contributors/design-proposals/thirdpartyresources.md

It provides an API for registering CustomResourceDefinitions.

Purpose

This API server provides the implementation for CustomResourceDefinitions which is included as delegate server inside of kube-apiserver.

Compatibility

HEAD of this repo will match HEAD of k8s.io/apiserver, k8s.io/apimachinvery, and k8s.io/client-go.

Where does it come from?

apiextensions-apiserver is synced from https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiextensions-apiserver. Code changes are made in that location, merged into k8s.io/kubernetes and later synced here.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.