final case class StackSummary(namespace: Namespace, deployment: Deployment, statuses: List[(DeploymentStatus, Option[String], Instant)], expiration: Instant, inboundDependencies: Vector[(RoutePath, RoutingNode)], outboundDependencies: Vector[(RoutePath, RoutingNode)]) extends Product with Serializable
- Source
- Nelson.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StackSummary
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new StackSummary(namespace: Namespace, deployment: Deployment, statuses: List[(DeploymentStatus, Option[String], Instant)], expiration: Instant, inboundDependencies: Vector[(RoutePath, RoutingNode)], outboundDependencies: Vector[(RoutePath, RoutingNode)])
Value Members
- val deployment: Deployment
- val expiration: Instant
- val inboundDependencies: Vector[(RoutePath, RoutingNode)]
- val namespace: Namespace
- val outboundDependencies: Vector[(RoutePath, RoutingNode)]
- val statuses: List[(DeploymentStatus, Option[String], Instant)]