A sample project to demonstrate delay allocation of K8s dynamic resources. It is derived from https://github.com/kubernetes-sigs/dra-example-driver.
To build and test the code:
make build
make test
To generate and update the CRD API Go code:
make codegen
make codegen-verify