Skip to content

Commit

Permalink
Merge pull request #310 from kloudlite/improve/cluster-status
Browse files Browse the repository at this point in the history
⚡ Improved cluster-status
  • Loading branch information
abdheshnayak authored Oct 3, 2024
2 parents c405fc9 + 83e7419 commit 6138282
Show file tree
Hide file tree
Showing 10 changed files with 7,870 additions and 6,321 deletions.
6 changes: 6 additions & 0 deletions gql-queries-generator/doc/queries.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,12 @@ query consoleGetCluster($name: String!) {
}
}

query consoleGetClusterStatus($name: String!) {
infra_getBYOKCluster(name: $name) {
lastOnlineAt
}
}

query consoleListClusterStatus($search: SearchCluster, $pagination: CursorPaginationIn) {
infra_listBYOKClusters(search: $search, pagination: $pagination) {
edges {
Expand Down
Loading

0 comments on commit 6138282

Please sign in to comment.