https://github.com/kubernetes/apiextensions-apiserver
API server for API extensions like CustomResourceDefinitions
https://github.com/kubernetes/apiextensions-apiserver
k8s-staging
Last synced: about 1 year ago
JSON representation
API server for API extensions like CustomResourceDefinitions
- Host: GitHub
- URL: https://github.com/kubernetes/apiextensions-apiserver
- Owner: kubernetes
- License: apache-2.0
- Created: 2017-06-12T15:39:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-08T04:41:47.000Z (about 1 year ago)
- Last Synced: 2025-05-08T05:28:15.584Z (about 1 year ago)
- Topics: k8s-staging
- Language: Go
- Size: 26.9 MB
- Stars: 249
- Watchers: 42
- Forks: 131
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Security: SECURITY_CONTACTS
Awesome Lists containing this project
README
# apiextensions-apiserver
Implements: https://github.com/kubernetes/design-proposals-archive/blob/main/api-machinery/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/apimachinery, 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.