File tree 1 file changed +18
-0
lines changed 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ const (
35
35
// DBSyncReadyCondition Status=True condition when dbsync job completed ok
36
36
DBSyncReadyCondition Type = "DBSyncReady"
37
37
38
+ // CreateServiceReadyCondition Status=True condition when k8s service for the service created ok
39
+ CreateServiceReadyCondition Type = "CreateServiceReady"
40
+
38
41
// ExposeServiceReadyCondition Status=True condition when service/routes to expose the service created ok
39
42
ExposeServiceReadyCondition Type = "ExposeServiceReady"
40
43
@@ -186,6 +189,21 @@ const (
186
189
// DBSyncReadyErrorMessage
187
190
DBSyncReadyErrorMessage = "DBsync job error occurred %s"
188
191
192
+ //
193
+ // CreateService condition messages
194
+ //
195
+ // CreateServiceReadyInitMessage
196
+ CreateServiceReadyInitMessage = "Create service not started"
197
+
198
+ // CreateServiceReadyMessage
199
+ CreateServiceReadyMessage = "Create service completed"
200
+
201
+ // CreateServiceReadyRunningMessage
202
+ CreateServiceReadyRunningMessage = "Create service in progress"
203
+
204
+ // CreateServiceReadyErrorMessage
205
+ CreateServiceReadyErrorMessage = "Create service error occurred %s"
206
+
189
207
//
190
208
// ExposeService condition messages
191
209
//
You can’t perform that action at this time.
0 commit comments