kanisterio / kanister

An extensible framework for application-level data management on Kubernetes
https://kanister.io
Apache License 2.0
764 stars 155 forks source link

Add kanx.Get() to kando. Bug fixes for kanx.* in kando #3231

Closed aaron-kasten closed 6 days ago

aaron-kasten commented 6 days ago

Change Overview

This PR introduces a new request to kanx: Get(). Much like kanx's List() get returns a single process instead of multiple.

Some "bugs" have been fixed in kanx by improving concurrency (thread safety).

Pull request type

Please check the type of change your PR introduces:

Issues

Test Plan