Open msupic opened 1 day ago
Failed conditions
67.1% Coverage on New Code (required ≥ 70%)
2 New Bugs (required ≤ 0)
See analysis details on SonarQube Cloud
Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE
Modifications:
kubernetes-client-openapi-common
module and copied all files fromkubernetes-client-openapi
module to the new module (didn't modify package names so there are no breaking changes)kubernetes-client-openapi
module to depends onkubernetes-client-openapi-common
modulekubernetes-client-openapi-reactor
module for reactive client implementation (also depends onkubernetes-client-openapi-common
module)KubernetesHttpClientFilter
to not be executed on netty event loop threadImplementation details:
kubernetes-client-openapi-common
module creates onlymodel
classes from kubernetes openapi spec so those can be shared between differentapi
implementationskubernetes-client-openapi
module creates only blockingapi
classes from kubernetes openapi spec and usesmodel
classes fromkubernetes-client-openapi-common
modulekubernetes-client-openapi
module creates only reactiveapi
classes from kubernetes openapi spec and usesmodel
classes fromkubernetes-client-openapi-common
module