allErrs=append(allErrs,field.Required(fldPath.Child("webhookClientConfig"),"required when strategy is set to Webhook"))
}else{
allErrs=append(allErrs,field.Required(fldPath.Child("webhookClientConfig"),"required when strategy is set to Webhook, but not allowed because the CustomResourceWebhookConversion feature is disabled"))
}
allErrs=append(allErrs,field.Required(fldPath.Child("webhookClientConfig"),"required when strategy is set to Webhook, but not allowed because the CustomResourceWebhookConversion feature is disabled"))