[−][src]Trait kube_runtime::reflector::RuntimeResource
A Kubernetes type that is known at runtime
Associated Types
Loading content...Required methods
fn group(state: &Self::State) -> &str
fn version(state: &Self::State) -> &str
fn kind(state: &Self::State) -> &str
Implementors
impl RuntimeResource for ErasedResource
[src]
type State = ErasedResourceState
fn group(state: &Self::State) -> &str
[src]
fn version(state: &Self::State) -> &str
[src]
fn kind(state: &Self::State) -> &str
[src]
impl<K: Resource> RuntimeResource for K
[src]
All Resource
s are also known at runtime