[−][src]Function k8s_openapi::version
pub fn version<T>(_: &T) -> &'static str where
T: Resource,
Extracts the version of the given resource value.
This just returns the Resource::VERSION
value for the argument's type, but is useful when you already have a value
and don't want to explicitly write its type.