EnvironmentVariableDeploymentLocation

class EnvironmentVariableDeploymentLocation @JvmOverloads constructor(environmentVariableName: String, environmentVariableLoader: EnvironmentVariableLoader = EnvironmentVariableLoader.real) : DeploymentLocation

Provides a deployment location id from the environment variable value.

Constructors

Link copied to clipboard
constructor(environmentVariableName: String, environmentVariableLoader: EnvironmentVariableLoader = EnvironmentVariableLoader.real)

Properties

Link copied to clipboard
open override val id: String

Deployment identification, e.g. Kubernetes pod name or host name, etc.