blended.mgmt

base

package base

Visibility
  1. Public
  2. All

Type Members

  1. final case class ActivateProfile(profileName: String, profileVersion: String, overlays: Set[OverlayRef], kind: String = ...) extends UpdateAction with Product with Serializable

  2. final case class AddOverlayConfig(overlay: OverlayConfig, kind: String = ...) extends UpdateAction with Product with Serializable

  3. final case class AddRuntimeConfig(runtimeConfig: RuntimeConfig, kind: String = ...) extends UpdateAction with Product with Serializable

  4. case class ContainerInfo(containerId: String, properties: Map[String, String], serviceInfos: Seq[ServiceInfo]) extends Product with Serializable

  5. case class ContainerRegistryResponseOK(id: String, actions: Seq[UpdateAction] = ...) extends Product with Serializable

  6. case class ServiceInfo(name: String, timestampMsec: Long, lifetimeMsec: Long, props: Map[String, String]) extends Product with Serializable

  7. final case class StageProfile(profileName: String, profileVersion: String, overlays: Set[OverlayRef], kind: String = ...) extends UpdateAction with Product with Serializable

  8. sealed trait UpdateAction extends AnyRef

  9. case class UpdateContainerInfo(info: ContainerInfo) extends Product with Serializable

Value Members

  1. package json

    Inherits the specific JSON de-/serialization type-classes from [JsonProtocol].

Ungrouped