object ManifestValidator
- Source
- ManifestValidator.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ManifestValidator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
final
case class
ManifestValidation(units: List[NelsonUnit], config: String) extends Product with Serializable
A nelson manifest that we want to validate
A nelson manifest that we want to validate
- units
the units that are to be verified
- config
the complete string content of the manifest file
-
final
case class
NelsonUnit(kind: String, name: String) extends Product with Serializable
A (potentially) deployable unit
A (potentially) deployable unit
- kind
ex:
howdy-http
- name
ex:
howdy-http-0.4
- type Valid[A] = Validated[NonEmptyList[NelsonError], A]
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( ... )
-
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
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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 parseManifestAndValidate(str: String, cfg: NelsonConfig): IO[Valid[Manifest]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def validate(str: String, units: List[NelsonUnit]): NelsonK[Valid[Manifest]]
- def validateAlerts(unit: UnitDef, p: Plan): IO[Valid[Unit]]
- def validateHealthCheck(check: HealthCheck, unit: UnitDef): Valid[Unit]
- def validateLoadbalancer(lb: Loadbalancer, units: List[UnitDef], whiteList: Option[ProxyPortWhitelist]): Valid[Unit]
- def validateOnCommit(un: UnitName, ns: NamespaceName, m: Manifest): Valid[Manifest]
- def validatePeriodic(unit: UnitDef, plan: Plan): Valid[Unit]
- def validateResource(r: Resource, plan: Plan): Valid[Unit]
- def validateUnit(unit: UnitDef, plan: Plan): IO[Valid[Unit]]
- def validateUnitKind(unit: NelsonUnit, manifest: Manifest): Valid[Unit]
- def validateUnitNameChars(unit: UnitDef): Valid[Unit]
- def validateUnitNameLength(unit: UnitDef): Valid[Unit]
-
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 Json