NomadCrd.TemplateCrd.State (nomad_crd v0.1.5)

Link to this section Summary

Link to this section Types

@type t() :: %NomadCrd.TemplateCrd.State{
  backend: NomadCrd.Backend,
  delta: %{optional(any()) => {NomadClient.Model.Job.t(), map()}},
  diff_engine: NomadCrd.DiffEngines.TemplateDiff,
  job_filter_fn: (NomadClient.Model.Job.t() -> true | false) | nil,
  rendering: NomadCrd.TemplateRender,
  template: NomadCrd.Template
}