ServiceDeploymentControllerArgs

data class ServiceDeploymentControllerArgs(val type: Output<ServiceDeploymentControllerType>? = null) : ConvertibleToJava<ServiceDeploymentControllerArgs>

The deployment controller to use for the service.

Constructors

Link copied to clipboard
constructor(type: Output<ServiceDeploymentControllerType>? = null)

Properties

Link copied to clipboard

The deployment controller type to use. There are three deployment controller types available:

Functions

Link copied to clipboard
open override fun toJava(): ServiceDeploymentControllerArgs