Packages

c

nelson.Nelson

StackSummary

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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StackSummary
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StackSummary(namespace: Namespace, deployment: Deployment, statuses: List[(DeploymentStatus, Option[String], Instant)], expiration: Instant, inboundDependencies: Vector[(RoutePath, RoutingNode)], outboundDependencies: Vector[(RoutePath, RoutingNode)])

Value Members

  1. val deployment: Deployment
  2. val expiration: Instant
  3. val inboundDependencies: Vector[(RoutePath, RoutingNode)]
  4. val namespace: Namespace
  5. val outboundDependencies: Vector[(RoutePath, RoutingNode)]
  6. val statuses: List[(DeploymentStatus, Option[String], Instant)]