Module roperator::prelude[][src]

Re-exports

pub use crate::config::ChildConfig;
pub use crate::config::ClientConfig;
pub use crate::config::OperatorConfig;
pub use crate::config::UpdateStrategy;
pub use crate::handler::FinalizeResponse;
pub use crate::handler::Handler;
pub use crate::handler::SyncResponse;
pub use crate::k8s_types;
pub use crate::k8s_types::K8sType;
pub use crate::resource::K8sResource;
pub use crate::runner::run_operator;

Structs

Error

The Error type, a wrapper around a dynamic error type.

SyncRequest

The type passed to the Handler that provides a snapshot view of the parent Custom Resource and all of the children as they exist in the Kubernetes cluster. The handler will be passed an immutable reference to this struct.

Traits

Deserialize

A data structure that can be deserialized from any data format supported by Serde.

Serialize

A data structure that can be serialized into any data format supported by Serde.