Struct controller::cloudnativepg::clusters::ClusterMonitoring
source · pub struct ClusterMonitoring {
pub custom_queries_config_map: Option<Vec<ClusterMonitoringCustomQueriesConfigMap>>,
pub custom_queries_secret: Option<Vec<ClusterMonitoringCustomQueriesSecret>>,
pub disable_default_queries: Option<bool>,
pub enable_pod_monitor: Option<bool>,
}Fields§
§custom_queries_config_map: Option<Vec<ClusterMonitoringCustomQueriesConfigMap>>§custom_queries_secret: Option<Vec<ClusterMonitoringCustomQueriesSecret>>§disable_default_queries: Option<bool>§enable_pod_monitor: Option<bool>Trait Implementations§
source§impl Clone for ClusterMonitoring
impl Clone for ClusterMonitoring
source§fn clone(&self) -> ClusterMonitoring
fn clone(&self) -> ClusterMonitoring
Returns a copy of the value. Read more
1.0.0 · 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 ClusterMonitoring
impl Debug for ClusterMonitoring
source§impl Default for ClusterMonitoring
impl Default for ClusterMonitoring
source§fn default() -> ClusterMonitoring
fn default() -> ClusterMonitoring
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ClusterMonitoring
impl<'de> Deserialize<'de> for ClusterMonitoring
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
Auto Trait Implementations§
impl RefUnwindSafe for ClusterMonitoring
impl Send for ClusterMonitoring
impl Sync for ClusterMonitoring
impl Unpin for ClusterMonitoring
impl UnwindSafe for ClusterMonitoring
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