Package

nelson.api

deployable

Permalink

package deployable

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

    Permalink
    Annotations
    @SerialVersionUID()
  2. final case class Deployable(unitName: String = "", version: Version = ..., kind: Kind = ...) extends GeneratedMessage with Message[Deployable] with Updatable[Deployable] with Product with Serializable

    Permalink
    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

    Permalink
    Annotations
    @SerialVersionUID()

Value Members

  1. object Container extends GeneratedMessageCompanion[Container] with Serializable

    Permalink
  2. object Deployable extends GeneratedMessageCompanion[Deployable] with Serializable

    Permalink
  3. object DeployableProto extends GeneratedFileObject

    Permalink
  4. object Deployables extends GeneratedMessageCompanion[Deployables] with Serializable

    Permalink

Ungrouped