Signed-off-by: Monis Khan <mok@vmware.com>
This commit is contained in:
Monis Khan 2022-07-14 10:40:35 -04:00
parent f9dfd68420
commit 6c199abcde
No known key found for this signature in database
GPG Key ID: 52C90ADA01B269B8

View File

@ -76,6 +76,8 @@ func (r *REST) Create(ctx context.Context, obj runtime.Object, createValidation
})
defer t.Log()
// TODO
_, err := validateRequest(obj, t)
if err != nil {
return nil, err