[][src]Struct fluvio_sc::dispatcher::dispatcher::K8ClusterStateDispatcher

pub struct K8ClusterStateDispatcher<S, C> where
    S: K8ExtendedSpec,
    <S as Spec>::Owner: K8ExtendedSpec,
    <S as Spec>::Status: PartialEq<<S as Spec>::Status>,
    <S as Spec>::IndexKey: Debug
{ /* fields omitted */ }

For each spec, process updates from Kubernetes metadata

Implementations

impl<S, C> K8ClusterStateDispatcher<S, C> where
    C: MetadataClient + 'static,
    S: K8ExtendedSpec + Sync + Send + 'static + Into<<S as K8ExtendedSpec>::K8Spec>,
    <S as Spec>::Owner: K8ExtendedSpec,
    <S as Spec>::Status: Display,
    <S as Spec>::Status: Sync,
    <S as Spec>::Status: Send,
    <S as Spec>::Status: 'static,
    <S as Spec>::Status: Into<<<S as K8ExtendedSpec>::K8Spec as Spec>::Status>,
    <S as Spec>::IndexKey: Display,
    <S as Spec>::IndexKey: Sync,
    <S as Spec>::IndexKey: Send,
    <S as Spec>::IndexKey: 'static,
    K8Watch<<S as K8ExtendedSpec>::K8Spec>: DeserializeOwned,
    K8List<<S as K8ExtendedSpec>::K8Spec>: DeserializeOwned,
    <S as K8ExtendedSpec>::K8Spec: Sync,
    <S as K8ExtendedSpec>::K8Spec: Send,
    <S as K8ExtendedSpec>::K8Spec: 'static,
    <S as K8ExtendedSpec>::K8Spec: DeserializeOwned,
    <S as K8ExtendedSpec>::K8Spec: Serialize,
    <S as K8ExtendedSpec>::K8Spec: Send,
    <S as K8ExtendedSpec>::K8Spec: Sync,
    <S as Spec>::IndexKey: Display
[src]

pub fn start(
    namespace: impl Into<NameSpace>,
    client: Arc<C>,
    ctx: StoreContext<S>
)
[src]

start dispatcher

Trait Implementations

impl<S, C> Debug for K8ClusterStateDispatcher<S, C> where
    S: K8ExtendedSpec,
    <S as Spec>::Owner: K8ExtendedSpec,
    <S as Spec>::Status: PartialEq<<S as Spec>::Status>,
    <S as Spec>::IndexKey: Debug
[src]

Auto Trait Implementations

impl<S, C> !RefUnwindSafe for K8ClusterStateDispatcher<S, C>[src]

impl<S, C> Send for K8ClusterStateDispatcher<S, C> where
    C: Send + Sync,
    S: Send + Sync,
    <S as Spec>::IndexKey: Send + Sync,
    <S as Spec>::Status: Send + Sync
[src]

impl<S, C> Sync for K8ClusterStateDispatcher<S, C> where
    C: Send + Sync,
    S: Send + Sync,
    <S as Spec>::IndexKey: Send + Sync,
    <S as Spec>::Status: Send + Sync
[src]

impl<S, C> Unpin for K8ClusterStateDispatcher<S, C> where
    S: Unpin
[src]

impl<S, C> !UnwindSafe for K8ClusterStateDispatcher<S, C>[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Erased for T

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]