Package-level declarations
Types
Link copied to clipboard
Uses Azure REST API version 2019-04-01. In version 2.x of the Azure Native provider, it used API version 2019-04-01.
Link copied to clipboard
data class ControllerArgs(val location: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null, val targetContainerHostCredentialsBase64: Output<String>? = null, val targetContainerHostResourceId: Output<String>? = null) : ConvertibleToJava<ControllerArgs>
Uses Azure REST API version 2019-04-01. In version 2.x of the Azure Native provider, it used API version 2019-04-01.
Link copied to clipboard
class ControllerArgsBuilder
Builder for ControllerArgs.
Link copied to clipboard
Link copied to clipboard
Builder for Controller.
Link copied to clipboard
object DevspacesFunctions
Functions
Link copied to clipboard
suspend fun controller(name: String, block: suspend ControllerResourceBuilder.() -> Unit): Controller