Class CloudFoundryOperationsUtils
java.lang.Object
org.springframework.cloud.appbroker.deployer.cloudfoundry.CloudFoundryOperationsUtils
-
Constructor Summary
ConstructorDescriptionCloudFoundryOperationsUtils
(org.cloudfoundry.operations.CloudFoundryOperations operations) -
Method Summary
Modifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<org.cloudfoundry.operations.CloudFoundryOperations>
getOperations
(Map<String, String> properties) protected reactor.core.publisher.Mono<org.cloudfoundry.operations.CloudFoundryOperations>
getOperationsForOrgAndSpace
(String organization, String space) protected reactor.core.publisher.Mono<org.cloudfoundry.operations.CloudFoundryOperations>
getOperationsForSpace
(String space)
-
Constructor Details
-
CloudFoundryOperationsUtils
public CloudFoundryOperationsUtils(org.cloudfoundry.operations.CloudFoundryOperations operations)
-
-
Method Details
-
getOperations
-
getOperationsForSpace
protected reactor.core.publisher.Mono<org.cloudfoundry.operations.CloudFoundryOperations> getOperationsForSpace(String space) -
getOperationsForOrgAndSpace
-