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.
pub trait ListableResource: Resource {
const LIST_KIND: &'static str;
}
A trait applied to all Kubernetes resources that can be part of a corresponding list.