You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an operation against the deployer API is not sufficient to implement a use-case, having access to the underlying platform client library for a SPI provider simplifies the app's implementation, by not having to create another separate platform client instance.
The model in RabbitOperations can serve as a template, e.g.
<T> T execute(ClientCallback<T> action)
Each SPI implementer can parameterize this method with the type of the platform client.
The text was updated successfully, but these errors were encountered:
Resolves#245Resolves#188Resolves#230
* Replace calls that warn about http connection leaks when querying
non-existent resources
* Finish StatefulSet cleanup / remove KubernetesHttpClient
* Fix warnings
* Some cleanups along the way
When an operation against the deployer API is not sufficient to implement a use-case, having access to the underlying platform client library for a SPI provider simplifies the app's implementation, by not having to create another separate platform client instance.
The model in RabbitOperations can serve as a template, e.g.
Each SPI implementer can parameterize this method with the type of the platform client.
The text was updated successfully, but these errors were encountered: