[][src]Trait kube::api::Log

pub trait Log: LogOperation {
    fn log(&self, name: &str, lp: &LogParams) -> Result<String> { ... }
}

Provided methods

fn log(&self, name: &str, lp: &LogParams) -> Result<String>

Loading content...

Implementors

Loading content...