Prashanth Josyula
Prashanth Josyula
We have a requirement where we want to walk through the JSON Schema and corresponding JSON data node properties at the same time the way we do with validator's today....
Is there any plan to include the new error handling with the networknt library as outlined in the draft spec below. https://json-schema.org/draft/2019-09/json-schema-core.html#rfc.section.10 I am planing to use this feature ....
Current implementation of read only validator requires us to pass a JSON Array of properties that are supposed to be read only. Two observations as per standard spec. 1) I...
We were using a pretty old version of Kubernetes client 11.0.2 and trying to upgrade to the latest version , when we were using the `patchNamespacedSecretCall` in `CoreV1Api` we observed...
# Add per-host connection limits to DestinationRule ## Description This PR adds support for per-host connection limits in the API by introducing a new `perHostLimits` field to ConnectionPoolSettings. This feature...