Skip to content

Commit

Permalink
Runtime_query_fields (#447)
Browse files Browse the repository at this point in the history
* added all fields to runtime query

* updated version to 0.49.0

* removed updatedAt field
  • Loading branch information
ATGardner authored Sep 15, 2022
1 parent 4655b1b commit d31f20e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.48.0
0.49.0
12 changes: 9 additions & 3 deletions pkg/codefresh/argo_runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,21 @@ func (r *argoRuntime) Get(ctx context.Context, name string) (*model.Runtime, err
healthStatus
}
syncStatus
healthMessage
healthStatus
healthMessage
cluster
internalIngressHost
managed
isRemoteClusterConnected
ingressHost
internalIngressHost
ingressClass
ingressController
runtimeVersion
installationStatus
repo
managed
managedClustersNum
gitProvider
accessMode
}
}
`,
Expand Down

0 comments on commit d31f20e

Please sign in to comment.