# README
dynamic-resource-allocation
Purpose
This repository contains packages related to the 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
- Directly modify any files in this repo. Those are driven from
k8s.io/kubernetes/staging/src/k8s.io/dynamic-resource-allocation
. - Expect compatibility. This repo is changing quickly in direct support of Kubernetes.
OWNERS
SIG Node owns the code.
# Packages
No description provided by the author
No description provided by the author
Package kubeletplugin provides helper functions for running a dynamic resource allocation kubelet plugin.
Package leaderelection wraps k8s.io/client-go/tools/leaderelection with a simpler API.
Package resourceclaim provides code that supports the usual pattern for accessing the ResourceClaim that is referenced by a PodResourceClaim:
- determine the ResourceClaim name that corresponds to the PodResourceClaim - retrieve the ResourceClaim - verify that the ResourceClaim is owned by the pod if generated from a template - use the ResourceClaim.
No description provided by the author
Package structured contains code for working with structured parameters.