DeploymentStyle

Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether to route deployment traffic behind a load balancer.

Link copied to clipboard

Indicates whether to run an in-place deployment or a blue/green deployment.

Functions

Link copied to clipboard
inline fun copy(block: DeploymentStyle.Builder.() -> Unit = {}): DeploymentStyle
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String