Struct k8s_test_framework::vector::Config
source · pub struct Config<'a> {
pub custom_helm_values: Vec<&'a str>,
pub custom_resource: &'a str,
}
Expand description
Vector configuration to deploy.
Fields§
§custom_helm_values: Vec<&'a str>
Custom Helm values to set, in the YAML format. Set to empty to opt-out of passing any custom values.
custom_resource: &'a str
Custom Kubernetes resource(s) to deploy together with Vector. Set to empty to opt-out of deploying custom resources.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Config<'a>
impl<'a> RefUnwindSafe for Config<'a>
impl<'a> Send for Config<'a>
impl<'a> Sync for Config<'a>
impl<'a> Unpin for Config<'a>
impl<'a> UnwindSafe for Config<'a>
Blanket Implementations§
source§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