Package-level declarations
Types
Link copied to clipboard
A collection of resources that are deployed and managed together using a configuration file
Link copied to clipboard
data class DeploymentArgs(val createPolicy: Output<String>? = null, val deletePolicy: Output<String>? = null, val description: Output<String>? = null, val labels: Output<List<DeploymentLabelArgs>>? = null, val name: Output<String>? = null, val preview: Output<Boolean>? = null, val project: Output<String>? = null, val target: Output<DeploymentTargetArgs>? = null) : ConvertibleToJava<DeploymentArgs>
A collection of resources that are deployed and managed together using a configuration file
Link copied to clipboard
class DeploymentArgsBuilder
Builder for DeploymentArgs.
Link copied to clipboard
Link copied to clipboard
Builder for Deployment.
Functions
Link copied to clipboard
suspend fun deployment(name: String, block: suspend DeploymentResourceBuilder.() -> Unit): Deployment