pub struct MoverDefaults {
pub security_context: Option<SecurityContext>,
pub pod_security_context: Option<PodSecurityContext>,
pub resources: Option<ResourceRequirements>,
pub cache: Option<CacheDefaults>,
pub scratch: Option<ScratchDefaults>,
pub node_selector: Option<BTreeMap<String, String>>,
pub tolerations: Option<Vec<Toleration>>,
pub affinity: Option<Affinity>,
pub source_colocation: Option<SourceColocation>,
pub ttl_seconds_after_finished: Option<i64>,
pub throttle: Option<Throttle>,
}Expand description
Repository-wide mover defaults inherited by every mover, overridable per-recipe via mover.
Fields§
§security_context: Option<SecurityContext>Container security-context base for every mover.
pod_security_context: Option<PodSecurityContext>Pod security-context base (notably fsGroup) for every mover.
resources: Option<ResourceRequirements>Resource requests/limits base for the mover container.
cache: Option<CacheDefaults>kopia cache defaults for every mover.
scratch: Option<ScratchDefaults>Defaults for the deep-verification scratch (restore-test) volume.
node_selector: Option<BTreeMap<String, String>>Pod nodeSelector for every mover.
tolerations: Option<Vec<Toleration>>Pod tolerations for every mover.
affinity: Option<Affinity>Pod affinity for every mover.
source_colocation: Option<SourceColocation>How a mover co-locates with its RWO PVC’s node; defaults to SourceColocationMode::Auto.
ttl_seconds_after_finished: Option<i64>Job.spec.ttlSecondsAfterFinished for every mover Job so finished Jobs self-GC.
throttle: Option<Throttle>Repository throttle limits applied by every mover after it connects.
Trait Implementations§
Source§impl Clone for MoverDefaults
impl Clone for MoverDefaults
Source§fn clone(&self) -> MoverDefaults
fn clone(&self) -> MoverDefaults
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MoverDefaults
impl Debug for MoverDefaults
Source§impl Default for MoverDefaults
impl Default for MoverDefaults
Source§fn default() -> MoverDefaults
fn default() -> MoverDefaults
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MoverDefaults
impl<'de> Deserialize<'de> for MoverDefaults
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl JsonSchema for MoverDefaults
impl JsonSchema for MoverDefaults
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. Read more
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn inline_schema() -> bool
fn inline_schema() -> bool
Whether JSON Schemas generated for this type should be included directly in parent schemas,
rather than being re-used where possible using the
$ref keyword. Read moreSource§impl PartialEq for MoverDefaults
impl PartialEq for MoverDefaults
Source§fn eq(&self, other: &MoverDefaults) -> bool
fn eq(&self, other: &MoverDefaults) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MoverDefaults
impl Serialize for MoverDefaults
impl StructuralPartialEq for MoverDefaults
Auto Trait Implementations§
impl Freeze for MoverDefaults
impl RefUnwindSafe for MoverDefaults
impl Send for MoverDefaults
impl Sync for MoverDefaults
impl Unpin for MoverDefaults
impl UnsafeUnpin for MoverDefaults
impl UnwindSafe for MoverDefaults
Blanket Implementations§
§impl<T> AnyExt for T
impl<T> AnyExt for T
§fn downcast_ref<T>(this: &Self) -> Option<&T>where
T: Any,
fn downcast_ref<T>(this: &Self) -> Option<&T>where
T: Any,
Attempts to downcast this to
T behind reference§fn downcast_mut<T>(this: &mut Self) -> Option<&mut T>where
T: Any,
fn downcast_mut<T>(this: &mut Self) -> Option<&mut T>where
T: Any,
Attempts to downcast this to
T behind mutable reference§fn downcast_rc<T>(this: Rc<Self>) -> Result<Rc<T>, Rc<Self>>where
T: Any,
fn downcast_rc<T>(this: Rc<Self>) -> Result<Rc<T>, Rc<Self>>where
T: Any,
Attempts to downcast this to
T behind Rc pointer§fn downcast_arc<T>(this: Arc<Self>) -> Result<Arc<T>, Arc<Self>>where
T: Any,
fn downcast_arc<T>(this: Arc<Self>) -> Result<Arc<T>, Arc<Self>>where
T: Any,
Attempts to downcast this to
T behind Arc pointer§fn downcast_box<T>(this: Box<Self>) -> Result<Box<T>, Box<Self>>where
T: Any,
fn downcast_box<T>(this: Box<Self>) -> Result<Box<T>, Box<Self>>where
T: Any,
Attempts to downcast this to
T behind Box pointer§fn downcast_move<T>(this: Self) -> Option<T>
fn downcast_move<T>(this: Self) -> Option<T>
Attempts to downcast owned
Self to T,
useful only in generic context as a workaround for specializationSource§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T, X> CoerceTo<T> for Xwhere
T: CoerceFrom<X> + ?Sized,
impl<T, X> CoerceTo<T> for Xwhere
T: CoerceFrom<X> + ?Sized,
fn coerce_rc_to(self: Rc<X>) -> Rc<T>
fn coerce_box_to(self: Box<X>) -> Box<T>
fn coerce_ref_to(&self) -> &T
fn coerce_mut_to(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
§impl<T> ServiceExt for T
impl<T> ServiceExt for T
§fn map_response_body<F>(self, f: F) -> MapResponseBody<Self, F>where
Self: Sized,
fn map_response_body<F>(self, f: F) -> MapResponseBody<Self, F>where
Self: Sized,
Apply a transformation to the response body. Read more
§fn trace_for_http(self) -> Trace<Self, SharedClassifier<ServerErrorsAsFailures>>where
Self: Sized,
fn trace_for_http(self) -> Trace<Self, SharedClassifier<ServerErrorsAsFailures>>where
Self: Sized,
High level tracing that classifies responses using HTTP status codes. Read more
§fn trace_for_grpc(self) -> Trace<Self, SharedClassifier<GrpcErrorsAsFailures>>where
Self: Sized,
fn trace_for_grpc(self) -> Trace<Self, SharedClassifier<GrpcErrorsAsFailures>>where
Self: Sized,
High level tracing that classifies responses using gRPC headers. Read more