[]Trait fluvio_sc::dispatcher::k8::app::core::metadata::LabelProvider

pub trait LabelProvider {
    pub fn set_label_map(
        self,
        labels: HashMap<String, String, RandomState>
    ) -> Self; pub fn set_labels<T>(self, labels: Vec<(T, T), Global>) -> Self
    where
        T: ToString
, { ... } }

Required methods

pub fn set_label_map(self, labels: HashMap<String, String, RandomState>) -> Self

Loading content...

Provided methods

pub fn set_labels<T>(self, labels: Vec<(T, T), Global>) -> Self where
    T: ToString

helper for setting list of labels

Loading content...

Implementors

impl LabelProvider for InputObjectMeta

impl LabelProvider for ObjectMeta

impl LabelProvider for TemplateMeta

Loading content...