Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fixed engine SDK reference #1463

Merged
merged 2 commits into from
Oct 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docs/engine-apic-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,8 @@ This is a configuration object for Starlark Runs:
* `DryRun`: When set to true, the Kurtosis instructions are not executed. Configurable using `WithDryRun`; defaults to false.
* `Parallelism`: The level of parallelism for instructions that support parallelism. Configurable using `WithParallelism`; defaults to 4
* `ExperimentalFeatureFlags`: List of experimental features to turn on for this run. Leave empty to leave any experimental feature disabled. Configurable using `WithExperimentalFeatureFlags`; defaults to empty
* `CloudInstanceId`: The `CloudInstanceId` if running on Cloud Kurtosis. Configurable using `WithCloudInstanceID'; defaults to "".
* `CloudUserId`: The `CloudUserId` if running on Cloud Kurtosis. Configurable using `WithCloudUserId'; defaults to "".
* `CloudInstanceId`: The `CloudInstanceId` if running on Cloud Kurtosis. Configurable using `WithCloudInstanceID`; defaults to "".
* `CloudUserId`: The `CloudUserId` if running on Cloud Kurtosis. Configurable using `WithCloudUserId`; defaults to "".

ServiceContext
--------------
Expand Down