Skip to content

Commit d31f20e

Browse files
authored
Runtime_query_fields (#447)
* added all fields to runtime query * updated version to 0.49.0 * removed updatedAt field
1 parent 4655b1b commit d31f20e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.48.0
1+
0.49.0

pkg/codefresh/argo_runtime.go

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,21 @@ func (r *argoRuntime) Get(ctx context.Context, name string) (*model.Runtime, err
121121
healthStatus
122122
}
123123
syncStatus
124-
healthMessage
125124
healthStatus
125+
healthMessage
126126
cluster
127-
internalIngressHost
127+
managed
128+
isRemoteClusterConnected
128129
ingressHost
130+
internalIngressHost
131+
ingressClass
132+
ingressController
129133
runtimeVersion
130134
installationStatus
131135
repo
132-
managed
136+
managedClustersNum
137+
gitProvider
138+
accessMode
133139
}
134140
}
135141
`,

0 commit comments

Comments
 (0)