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 {
189189
190190 private static final int CF_STAGING_TIME_EXPIRED = 170007 ;
191191
192+ private static final int CF_INSUFFICIENT_RESOURCES = 170008 ;
193+
192194 private static final String [] ENTRY_FIELDS_CRASH = {"index" , "reason" , "exit_description" };
193195
194196 private static final String [] ENTRY_FIELDS_NORMAL = {
@@ -1491,6 +1493,7 @@ private static Mono<ApplicationInstancesResponse> getApplicationInstances(
14911493 CF_INSTANCES_ERROR ,
14921494 CF_STAGING_NOT_FINISHED ,
14931495 CF_STAGING_TIME_EXPIRED ,
1496+ CF_INSUFFICIENT_RESOURCES ,
14941497 CF_STAGING_ERROR ),
14951498 t -> Mono .just (ApplicationInstancesResponse .builder ().build ()));
14961499 }
You can’t perform that action at this time.
0 commit comments