object NomadJson
- Source
- NomadHttp.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NomadJson
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed abstract class NetworkMode extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def deploymentSummaryDecoder(id: String): DecodeJson[DeploymentSummary]
- def dockerConfigJson(nomad: Nomad, container: Image, ports: Option[Ports], nm: NetworkMode): argonaut.Json
- def envJson(bindings: List[EnvironmentVariable]): argonaut.Json
- def ephemeralDiskJson(sticky: Boolean, migrate: Boolean, size: Int): argonaut.Json
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getPolicyName(ns: NamespaceName, name: String): String
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def healthCheckJson(check: HealthCheck): argonaut.Json
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def job(name: String, plan: Plan, i: Image, dc: Datacenter, schedule: Option[Schedule], ports: Option[Ports], ns: NamespaceName, nomad: Nomad, tags: Set[String]): argonaut.Json
- def leaderTaskJson(name: String, i: Image, env: Environment, nm: NetworkMode, ports: Option[Ports], nomad: Nomad, ns: NamespaceName, plan: PlanRef, tags: Set[String]): argonaut.Json
- def logJson(maxFiles: Int, maxFileSize: Int): argonaut.Json
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def periodicJson(expression: String): argonaut.Json
- def resourcesJson(cpu: Int, mem: Int, ports: Option[Ports]): argonaut.Json
- def restartJson(retries: Int): argonaut.Json
- implicit def runningUnitDecoder: DecodeJson[RunningUnit]
- def servicesJson(name: String, port: Port, tags: Set[String], checks: List[HealthCheck]): argonaut.Json
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def vaultJson(ns: NamespaceName, name: String): argonaut.Json
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object BridgeMode extends NetworkMode with Product with Serializable
- object HostMode extends NetworkMode with Product with Serializable