Enum cage::PodOrService [] [src]

pub enum PodOrService<'a> {
    Pod(&'a Pod),
    Service(&'a Pod, &'a str),
}

Represents either a Pod object or a Service object.

Variants

A Pod.

A Pod and the name of one of its Service objects.

Trait Implementations

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

Formats the value using the given formatter.