mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Merge pull request #116279 from bart0sh/PR105-fix-CDI-spec-version
DRA: fix CDI spec version
This commit is contained in:
commit
fafa45d13c
@ -145,7 +145,7 @@ func (ex *ExamplePlugin) NodePrepareResource(ctx context.Context, req *drapbv1.N
|
||||
vendor := ex.driverName
|
||||
class := "test"
|
||||
spec := &spec{
|
||||
Version: "0.2.0", // This has to be a version accepted by the runtimes.
|
||||
Version: "0.3.0", // This has to be a version accepted by the runtimes.
|
||||
Kind: vendor + "/" + class,
|
||||
// At least one device is required and its entry must have more
|
||||
// than just the name.
|
||||
|
Loading…
Reference in New Issue
Block a user