Object

nelson

Templates

Related Doc: package nelson

Permalink

object Templates

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Templates
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class InvalidTemplate(msg: String) extends LintTemplateResult with Product with Serializable

    Permalink

    The lint-template had an error

  2. final case class LintTemplateError(exitCode: Int, msg: String) extends RuntimeException with Product with Serializable

    Permalink

    We couldn't call lint-template

  3. sealed abstract class LintTemplateResult extends Product with Serializable

    Permalink

    The result of a lint-template validation

  4. final case class TemplateTimeout(msg: String) extends LintTemplateResult with Product with Serializable

    Permalink

    The lint-template job timed out.

    The lint-template job timed out. It might be okay, but we gave up trying.

  5. final case class TemplateValidation(unitRef: UnitRef, resources: Set[String], template: String) extends Product with Serializable

    Permalink

    A template that we want to render in Nelson

    A template that we want to render in Nelson

    unitRef

    the name of the unit that owns the template

    resources

    a set of resources the unit depends on

    template

    the content of the template

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Rendered extends LintTemplateResult with Product with Serializable

    Permalink

    The lint-template rendered correctly.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. def renderTemplate(ec: ExecutionContext, scheduler: ScheduledExecutorService, templateConfig: TemplateConfig, dockerConfig: DockerConfig, path: Path, vaultToken: String, env: Map[String, String] = Map.empty): IO[LintTemplateResult]

    Permalink
    Annotations
    @SuppressWarnings()
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  18. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  19. def validateTemplate(tv: TemplateValidation): NelsonK[LintTemplateResult]

    Permalink

    Validate a template according to a template validation request

  20. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped