genvid.toolbox.ConsulTemplateOutput
- class genvid.toolbox.ConsulTemplateOutput(logs: Iterable[str] = (), configuration: Optional[Any] = None)
Bases:
object
Object 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
configuration
field is non-None
only if thedry
flag is used.New in version 1.22.0.
- class consul_template.ConsulTemplateOutput
Implementation of
genvid.toolbox.ConsulTemplateOutput