module
0.0.0-20240611155222-d44f63b8d1cc
Repository: https://github.com/ihcsim/k8s-dra.git
Documentation: pkg.go.dev
# README
k8s-dra
A sample project to demonstrate delay allocation of K8s dynamic resources. It is derived from https://github.com/kubernetes-sigs/dra-example-driver.
Development
To build and test the code:
make build
make test
To generate and update the CRD API Go code:
make codegen
make codegen-verify