Skip to content

Missing maintenance_info in ServiceInstance and ServiceInstanceSummary #1050

@gberche-orange

Description

@gberche-orange

expected behavior

As a cf-java client user

  • in order to implement the equivalent of cf CLI workflow cf services which displays the maintenance_info as a new upgrade available column and cf service s which displays the maintenance_info details.
  • I need a MaintenanceInfo to be returned from
CloudFoundryOperations.Services:
Mono<ServiceInstance> getInstance(GetServiceInstanceRequest request);
Flux<ServiceInstanceSummary> listInstances();

current behavior

MaintenanceInfo to be returned from these calls

abstract class _ServiceInstance extends AbstractServiceInstanceSummary {

Workaround

Use low level client org.cloudfoundry.client.v2.serviceinstances instead of cf-operations

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions