Type Definition kube::Result[][src]

type Result<T, E = Error> = Result<T, E>;
This is supported on crate features config or client only.
Expand description

Convient alias for Result<T, Error>