Trait k8s_openapi::ListableResource
source · pub trait ListableResource: Resource {
const LIST_KIND: &'static str;
}
Expand description
A trait applied to all Kubernetes resources that can be part of a corresponding list.
Required Associated Constants§
Object Safety§
This trait is not object safe.