All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.wisp.deployment.FakeDeploymentLocation.kt Maven / Gradle / Ivy

There is a newer version: 2024.09.17.200749-4708422
Show newest version
package wisp.deployment

class FakeDeploymentLocation @JvmOverloads constructor(private val deploymentLocation: String = "FakeDeploymentLocation") :
    DeploymentLocation {
    /**
     * Deployment identification, e.g. Kubernetes pod name or host name, etc.
     */
    override val id: String
        get() = deploymentLocation
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy