class UnitYaml extends AnyRef
Ok this is a bit janky: 'required' fields should have their value initially set to '_' whilst fields that are "optional" should have their value set to a sane default, such as an empty list in the case of lists.
- Source
- ManifestV1Parser.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnitYaml
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new UnitYaml()
Value Members
- var alerting: AlertingYaml
- var dependencies: ArrayList[DependencyYaml]
- var description: String
- def getAlerting(): AlertingYaml
- def getDependencies(): ArrayList[DependencyYaml]
- def getDescription(): String
- def getMeta(): ArrayList[String]
- def getName(): String
- def getPorts(): ArrayList[String]
- def getResources(): ArrayList[ResourceYaml]
- var meta: ArrayList[String]
- var name: String
- var ports: ArrayList[String]
- var resources: ArrayList[ResourceYaml]
- def setAlerting(arg0: AlertingYaml): Unit
- def setDependencies(arg0: ArrayList[DependencyYaml]): Unit
- def setDescription(arg0: String): Unit
- def setMeta(arg0: ArrayList[String]): Unit
- def setName(arg0: String): Unit
- def setPorts(arg0: ArrayList[String]): Unit
- def setResources(arg0: ArrayList[ResourceYaml]): Unit