k8s-openapi 0.6.0

Bindings for the Kubernetes client API
Documentation

mod event;
pub use self::event::Event;
#[cfg(feature = "api")] pub use self::event::{CreateNamespacedEventOptional, CreateNamespacedEventResponse};
#[cfg(feature = "api")] pub use self::event::DeleteCollectionNamespacedEventResponse;
#[cfg(feature = "api")] pub use self::event::DeleteNamespacedEventResponse;
#[cfg(feature = "api")] pub use self::event::ListEventForAllNamespacesResponse;
#[cfg(feature = "api")] pub use self::event::ListNamespacedEventResponse;
#[cfg(feature = "api")] pub use self::event::PatchNamespacedEventResponse;
#[cfg(feature = "api")] pub use self::event::{ReadNamespacedEventOptional, ReadNamespacedEventResponse};
#[cfg(feature = "api")] pub use self::event::{ReplaceNamespacedEventOptional, ReplaceNamespacedEventResponse};
#[cfg(feature = "api")] pub use self::event::WatchEventForAllNamespacesResponse;
#[cfg(feature = "api")] pub use self::event::WatchNamespacedEventResponse;

mod event_list;
pub use self::event_list::EventList;

mod event_series;
pub use self::event_series::EventSeries;