sdk Harness Container Images
Parameters
value
Set of SDK harness containers needed to execute this pipeline. This will only be set in the Fn API path. For non-cross-language pipelines this should have only one entry. Cross-language pipelines will have two or more entries.
Parameters
values
Set of SDK harness containers needed to execute this pipeline. This will only be set in the Fn API path. For non-cross-language pipelines this should have only one entry. Cross-language pipelines will have two or more entries.
suspend fun sdkHarnessContainerImages(argument: List<suspend SdkHarnessContainerImageArgsBuilder.() -> Unit>)
suspend fun sdkHarnessContainerImages(vararg argument: suspend SdkHarnessContainerImageArgsBuilder.() -> Unit)
suspend fun sdkHarnessContainerImages(argument: suspend SdkHarnessContainerImageArgsBuilder.() -> Unit)
Parameters
argument
Set of SDK harness containers needed to execute this pipeline. This will only be set in the Fn API path. For non-cross-language pipelines this should have only one entry. Cross-language pipelines will have two or more entries.