Skip to content

Commit

Permalink
Change CRD API
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Sim <[email protected]>
  • Loading branch information
ihcsim committed Jun 11, 2024
1 parent 6541bd8 commit d44f63b
Show file tree
Hide file tree
Showing 32 changed files with 1,190 additions and 1,185 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ codegen:
--output-pkg $(API_GO_PKG) \
--with-applyconfig \
--with-watch \
--plural-exceptions "GPUClassParameters:GPUClassParameters,GPUClaimParameters:GPUClaimParameters,NodeDevices:NodeDevices" \
--plural-exceptions "GPUClassParameters:GPUClassParameters,GPURequirements:GPURequirements,NodeGPUSlices:NodeGPUSlices" \
$(API_ROOT_DIR)

codegen-verify:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
![slsa3](https://github.com/ihcsim/k8s-dra/actions/workflows/slsa3.yaml/badge.svg)

# k8s-dra
A sample project to demonstrate K8s dynamic resource allocation derived from
https://github.com/kubernetes-sigs/dra-example-driver.
A sample project to demonstrate delay allocation of K8s dynamic resources. It is
derived from https://github.com/kubernetes-sigs/dra-example-driver.

## Development

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d44f63b

Please sign in to comment.