Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ToLibraryList() for ClusterStatusResponse (#906)
## Changes There are a few issues with the response types for libraries APIs today. Recently, a breaking change was made in the return type of the ClusterStatuses() API, changing from ClusterLibraryStatus to ClusterStatusResponse. To unblock the release, I've implemented ToLibraryList() on this new type. As a follow-up, I will unify the ClusterLibraryStatuses and ClusterStatusResponse structs into a single type and clean up any duplication that is introduced by this PR. ## Tests Using `replace` in the Terraform provider's `go.mod`, I made sure that the TF provider's code still compiles after renaming `ClusterLibraryStatus` to `ClusterStatusResponse`. - [ ] `make test` passing - [ ] `make fmt` applied - [ ] relevant integration tests applied
- Loading branch information