genvid.toolbox.ConsulTemplateOutput
- class genvid.toolbox.ConsulTemplateOutput(logs: Iterable[str] = (), configuration: Optional[Any] = None)
Bases:
objectObject returned by successful executions of
consul-template.In most cases, this object will contain very little information as successful runs won’t be logging much information (unless the verbosity is augmented) and the
configurationfield is non-Noneonly if thedryflag is used.New in version 1.22.0.
- class consul_template.ConsulTemplateOutput
Implementation of
genvid.toolbox.ConsulTemplateOutput