Struct conductor::exec::Target [] [src]

pub struct Target<'a> { /* fields omitted */ }

The pod and service within which to execute a command. The lifetime 'a needs to be longer than the useful lifetime of this Target.

Methods

impl<'a> Target<'a>
[src]

Create a new Target, looking up the underlying pod and service objects.

The active override for the command we want to run.

The pod for this target.

The service name for this target.

The Service object for this target.

Trait Implementations

impl<'a> Debug for Target<'a>
[src]

Formats the value using the given formatter.