Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 494 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 494 Bytes

build slsa3

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