Package-level declarations
Types
Link copied to clipboard
Deployment can be imported using any of these accepted formats
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>
Deployment can be imported using any of these accepted formats
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 deploymentResource(name: String, block: suspend DeploymentResourceBuilder.() -> Unit): Deployment