From 4010d0cfb49bb8a0ffdb2c3ac26fc0c8417a0bbf Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Wed, 28 Sep 2022 16:21:09 +0200 Subject: feat(exp/faas): Add provisioners for FaaS service This change adds a new module `opendc-experiments-faas` that provides provisioner implementations for experiments to use for setting up the FaaS service of OpenDC. --- .../main/kotlin/org/opendc/faas/service/deployer/FunctionDeployer.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opendc-faas/opendc-faas-service/src') diff --git a/opendc-faas/opendc-faas-service/src/main/kotlin/org/opendc/faas/service/deployer/FunctionDeployer.kt b/opendc-faas/opendc-faas-service/src/main/kotlin/org/opendc/faas/service/deployer/FunctionDeployer.kt index 049f1cc7..18d16d06 100644 --- a/opendc-faas/opendc-faas-service/src/main/kotlin/org/opendc/faas/service/deployer/FunctionDeployer.kt +++ b/opendc-faas/opendc-faas-service/src/main/kotlin/org/opendc/faas/service/deployer/FunctionDeployer.kt @@ -28,7 +28,7 @@ import org.opendc.faas.service.FunctionObject * A [FunctionDeployer] is responsible for ensuring that an instance of an arbitrary function, a [FunctionInstance], * is deployed. * - * The function deployer should combines the configuration stored in the function registry, the parameters supplied by + * The function deployer should combine the configuration stored in the function registry, the parameters supplied by * the requester, and other factors into a decision of how the function should be deployed, including how many and * what kind of resources it should receive. * -- cgit v1.2.3