ComputeFunctionDeploymentMethod
Methods for deploying compute function code.
URI: ComputeFunctionDeploymentMethod
Permissible Values
Value | Meaning | Description |
---|---|---|
inlineEditor | None | Use of the integrated code editor |
gitLab | None | Import code from a gitLab repository |
objectStorage | None | Import code from an object storage bucket |
integratedRepo | None | Import code from an integrated code repository service |
other | None | Other/Unspecified method |
Slots
Name | Description |
---|---|
computeFunctionDeploymentMethod | Supported methods for importing/deploying compute function code |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#compute-function-configuration
LinkML Source
name: ComputeFunctionDeploymentMethod
description: Methods for deploying compute function code.
from_schema: https://w3id.org/gaia-x/development#compute-function-configuration
permissible_values:
inlineEditor:
text: inlineEditor
description: Use of the integrated code editor
gitLab:
text: gitLab
description: Import code from a gitLab repository
objectStorage:
text: objectStorage
description: Import code from an object storage bucket
integratedRepo:
text: integratedRepo
description: Import code from an integrated code repository service
other:
text: other
description: Other/Unspecified method