Class CloudFoundryOperationsUtils

java.lang.Object
org.springframework.cloud.appbroker.deployer.cloudfoundry.CloudFoundryOperationsUtils

public class CloudFoundryOperationsUtils extends Object
  • Constructor Details

    • CloudFoundryOperationsUtils

      public CloudFoundryOperationsUtils(org.cloudfoundry.operations.CloudFoundryOperations operations)
  • Method Details

    • getOperations

      protected reactor.core.publisher.Mono<org.cloudfoundry.operations.CloudFoundryOperations> getOperations(Map<String,String> properties)
    • getOperationsForSpace

      protected reactor.core.publisher.Mono<org.cloudfoundry.operations.CloudFoundryOperations> getOperationsForSpace(String space)
    • getOperationsForOrgAndSpace

      protected reactor.core.publisher.Mono<org.cloudfoundry.operations.CloudFoundryOperations> getOperationsForOrgAndSpace(String organization, String space)