container-device-interface icon indicating copy to clipboard operation
container-device-interface copied to clipboard

Add api/validator submodule

Open elezar opened this issue 10 months ago • 1 comments

This change pulls the validation logic from pkg/cdi into a separate go submodule. This allows clients to implement composable validation without depending on the logic required to modify the OCI runtime specification.

See, for example, #233 where the logic for writing CDI specs is pulled into a separate go submodule with a smaller set of dependencies.

elezar avatar Jan 20 '25 12:01 elezar