Packages

p

nelson.api

deployable

package deployable

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class Container(image: String = "") extends GeneratedMessage with Message[Container] with Updatable[Container] with Product with Serializable
    Annotations
    @SerialVersionUID()
  2. final case class Deployable(unitName: String = "", version: Deployable.Version = ..., kind: Kind = ...) extends GeneratedMessage with Message[Deployable] with Updatable[Deployable] with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. final case class Deployables(deployables: Seq[Deployable] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[Deployables] with Updatable[Deployables] with Product with Serializable
    Annotations
    @SerialVersionUID()

Value Members

  1. object Container extends GeneratedMessageCompanion[Container] with Serializable
  2. object Deployable extends GeneratedMessageCompanion[Deployable] with Serializable
  3. object DeployableProto extends GeneratedFileObject
  4. object Deployables extends GeneratedMessageCompanion[Deployables] with Serializable

Ungrouped