pub struct AirflowClusterCeleryExecutorsConfigLogging {
pub containers: Option<BTreeMap<String, AirflowClusterCeleryExecutorsConfigLoggingContainers>>,
pub enable_vector_agent: Option<bool>,
}Expand description
Logging configuration, learn more in the [logging concept documentation](https://docs.stackable.tech/home/nightly/concepts/logging).
Fields§
§containers: Option<BTreeMap<String, AirflowClusterCeleryExecutorsConfigLoggingContainers>>Log configuration per container.
enable_vector_agent: Option<bool>Wether or not to deploy a container with the Vector log agent.
Trait Implementations§
Source§impl Clone for AirflowClusterCeleryExecutorsConfigLogging
impl Clone for AirflowClusterCeleryExecutorsConfigLogging
Source§fn clone(&self) -> AirflowClusterCeleryExecutorsConfigLogging
fn clone(&self) -> AirflowClusterCeleryExecutorsConfigLogging
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 Default for AirflowClusterCeleryExecutorsConfigLogging
impl Default for AirflowClusterCeleryExecutorsConfigLogging
Source§fn default() -> AirflowClusterCeleryExecutorsConfigLogging
fn default() -> AirflowClusterCeleryExecutorsConfigLogging
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AirflowClusterCeleryExecutorsConfigLogging
impl<'de> Deserialize<'de> for AirflowClusterCeleryExecutorsConfigLogging
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
impl StructuralPartialEq for AirflowClusterCeleryExecutorsConfigLogging
Auto Trait Implementations§
impl Freeze for AirflowClusterCeleryExecutorsConfigLogging
impl RefUnwindSafe for AirflowClusterCeleryExecutorsConfigLogging
impl Send for AirflowClusterCeleryExecutorsConfigLogging
impl Sync for AirflowClusterCeleryExecutorsConfigLogging
impl Unpin for AirflowClusterCeleryExecutorsConfigLogging
impl UnsafeUnpin for AirflowClusterCeleryExecutorsConfigLogging
impl UnwindSafe for AirflowClusterCeleryExecutorsConfigLogging
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