-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Add db_version to update cluster rpcs * add available and installed version * use image as in database creation * add status to indicate upgrade is running * returned installed and available image to be consistent We use image for upgrading and creating of clusters. * fix typo
- Loading branch information
Jan Prukner
authored
Oct 6, 2021
1 parent
e1e8665
commit 6dee93c
Showing
10 changed files
with
647 additions
and
444 deletions.
There are no files selected for viewing
16 changes: 14 additions & 2 deletions
16
api/managementpb/dbaas/json/client/psmdb_cluster/list_psmdb_clusters_responses.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
api/managementpb/dbaas/json/client/psmdb_cluster/update_psmdb_cluster_responses.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
16 changes: 14 additions & 2 deletions
16
api/managementpb/dbaas/json/client/xtra_db_cluster/list_xtra_db_clusters_responses.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
api/managementpb/dbaas/json/client/xtra_db_cluster/update_xtra_db_cluster_responses.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.