dk.sdu.cloud.app.store.api.ApplicationWithExtension

UCloud Developer Guide / Orchestration of Resources / Compute / Application Store / Applications

ApplicationWithExtension

Applications specify the input parameters and invocation of a software package.

data class ApplicationWithExtension(
    val metadata: ApplicationMetadata,
    val extensions: List<String>,
)

For more information see the full documentation.

Properties

Last updated