main.wisp.deployment.DeploymentLocation.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wisp-deployment Show documentation
Show all versions of wisp-deployment Show documentation
a module containing deployment helpers
package wisp.deployment
/**
* For information about the deployment location.
*/
interface DeploymentLocation {
/**
* Deployment identification, e.g. Kubernetes pod name or host name, etc.
*/
val id: String
}