File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,8 @@ public final class DefaultApplications implements Applications {
189
189
190
190
private static final int CF_STAGING_TIME_EXPIRED = 170007;
191
191
192
+ private static final int CF_INSUFFICIENT_RESOURCES = 170008;
193
+
192
194
private static final String[] ENTRY_FIELDS_CRASH = {"index", "reason", "exit_description"};
193
195
194
196
private static final String[] ENTRY_FIELDS_NORMAL = {
@@ -1491,6 +1493,7 @@ private static Mono<ApplicationInstancesResponse> getApplicationInstances(
1491
1493
CF_INSTANCES_ERROR,
1492
1494
CF_STAGING_NOT_FINISHED,
1493
1495
CF_STAGING_TIME_EXPIRED,
1496
+ CF_INSUFFICIENT_RESOURCES,
1494
1497
CF_STAGING_ERROR),
1495
1498
t -> Mono.just(ApplicationInstancesResponse.builder().build()));
1496
1499
}
You can’t perform that action at this time.
0 commit comments