From d31f20eafeb7a304391fedb87de8a9d5d50ad6bc Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Thu, 15 Sep 2022 16:40:07 +0300 Subject: [PATCH] Runtime_query_fields (#447) * added all fields to runtime query * updated version to 0.49.0 * removed updatedAt field --- VERSION | 2 +- pkg/codefresh/argo_runtime.go | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index fdae41d..fbaaafa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.48.0 \ No newline at end of file +0.49.0 \ No newline at end of file diff --git a/pkg/codefresh/argo_runtime.go b/pkg/codefresh/argo_runtime.go index efb5138..1b6a046 100644 --- a/pkg/codefresh/argo_runtime.go +++ b/pkg/codefresh/argo_runtime.go @@ -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 } } `,