Trait k8s_openapi_ext::LabelSelectorExt
source · pub trait LabelSelectorExt {
// Required methods
fn all_objects() -> Self;
fn no_objects() -> Self;
fn new() -> Self;
fn match_labels(
self,
match_labels: impl IntoIterator<Item = (impl ToString, impl ToString)>
) -> Self;
}
Required Methods§
fn all_objects() -> Self
fn no_objects() -> Self
fn new() -> Self
fn match_labels( self, match_labels: impl IntoIterator<Item = (impl ToString, impl ToString)> ) -> Self
Object Safety§
This trait is not object safe.