https://github.com/kubernetes/dynamic-resource-allocation
https://github.com/kubernetes/dynamic-resource-allocation
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kubernetes/dynamic-resource-allocation
- Owner: kubernetes
- License: apache-2.0
- Created: 2022-11-11T17:05:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-02T12:19:06.000Z (about 1 month ago)
- Last Synced: 2025-05-02T13:30:14.161Z (about 1 month ago)
- Language: Go
- Size: 1.46 MB
- Stars: 36
- Watchers: 6
- Forks: 10
- 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
# dynamic-resource-allocation
## Purpose
This repository contains packages related to the [dynamic resource
allocation](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/3063-dynamic-resource-allocation)
feature.## Compatibility
There are *NO compatibility guarantees* for this repository, yet. It is in direct support of Kubernetes, so branches
will track Kubernetes and be compatible with that repo.## Where does it come from?
This repository is synced from https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/dynamic-resource-allocation.
Code changes are made in that location, merged into `k8s.io/kubernetes` and later synced here.## Things you should *NOT* do
1. Directly modify any files in this repo. Those are driven from `k8s.io/kubernetes/staging/src/k8s.io/dynamic-resource-allocation`.
2. Expect compatibility. This repo is changing quickly in direct support of Kubernetes.### OWNERS
SIG Node owns the code.