Trait k8s_openapi_ext::LabelSelectorExt 
source · [−]pub trait LabelSelectorExt {
    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
source
fn all_objects() -> Self
source
fn no_objects() -> Self
sourcefn match_labels(