object DeploymentStatus extends Serializable
- Source
- DeploymentStatus.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeploymentStatus
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val all: Set[DeploymentStatus]
- implicit val deploymentStatusDecoder: DecodeJson[DeploymentStatus]
- def fromString(str: String): DeploymentStatus
- val nel: NonEmptyList[DeploymentStatus]
- val routable: NonEmptyList[DeploymentStatus]
- object Deploying extends DeploymentStatus with Product with Serializable
- object Deprecated extends DeploymentStatus with Product with Serializable
- object Failed extends DeploymentStatus with Product with Serializable
- object Garbage extends DeploymentStatus with Product with Serializable
- object Pending extends DeploymentStatus with Product with Serializable
- object Ready extends DeploymentStatus with Product with Serializable
- object Terminated extends DeploymentStatus with Product with Serializable
- object Unknown extends DeploymentStatus with Product with Serializable
- object Warming extends DeploymentStatus with Product with Serializable