[Resolved]Why the paramVerifyingScheme go further only when the verifer does not support the parameters?

Asking for help? Comment out what you need so we can get more information to help you!

It seems the function paramVerifyingSchema.ValidateBytes will do nothing if the param can be supported by the verifier.

It seems the schema checked from server side (NewSchemaValidation) and local schema also involved it.

if the logic cannot run https://github.com/kubernetes/kubectl/blob/master/pkg/validation/schema.go#L143
Then where does kubectl do the server side validation(Kubernetes 1.27: Server Side Field Validation and OpenAPI V3 move to GA | Kubernetes) ?

Anyone can help to comments about the loigc?