pub struct KubernetesTimeoutConfig {
pub command_start: Option<i64>,
pub http: Option<i64>,
pub pod_start: Option<i64>,
pub pod_stop: Option<i64>,
pub signal: Option<i64>,
pub window: Option<i64>,
}Fields§
§command_start: Option<i64>A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
http: Option<i64>A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
pod_start: Option<i64>A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
pod_stop: Option<i64>A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
signal: Option<i64>A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
window: Option<i64>A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
Implementations§
Source§impl KubernetesTimeoutConfig
impl KubernetesTimeoutConfig
pub fn new() -> KubernetesTimeoutConfig
Trait Implementations§
Source§impl Clone for KubernetesTimeoutConfig
impl Clone for KubernetesTimeoutConfig
Source§fn clone(&self) -> KubernetesTimeoutConfig
fn clone(&self) -> KubernetesTimeoutConfig
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for KubernetesTimeoutConfig
impl Debug for KubernetesTimeoutConfig
Source§impl<'de> Deserialize<'de> for KubernetesTimeoutConfig
impl<'de> Deserialize<'de> for KubernetesTimeoutConfig
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>,
Source§impl FromStr for KubernetesTimeoutConfig
Converts Query Parameters representation (style=form, explode=false) to a KubernetesTimeoutConfig value
as specified in https://swagger.io/docs/specification/serialization/
Should be implemented in a serde deserializer
impl FromStr for KubernetesTimeoutConfig
Converts Query Parameters representation (style=form, explode=false) to a KubernetesTimeoutConfig value as specified in https://swagger.io/docs/specification/serialization/ Should be implemented in a serde deserializer
Source§impl PartialEq for KubernetesTimeoutConfig
impl PartialEq for KubernetesTimeoutConfig
Source§impl Serialize for KubernetesTimeoutConfig
impl Serialize for KubernetesTimeoutConfig
Source§impl ToString for KubernetesTimeoutConfig
Converts the KubernetesTimeoutConfig value to the Query Parameters representation (style=form, explode=false)
specified in https://swagger.io/docs/specification/serialization/
Should be implemented in a serde serializer
impl ToString for KubernetesTimeoutConfig
Converts the KubernetesTimeoutConfig value to the Query Parameters representation (style=form, explode=false) specified in https://swagger.io/docs/specification/serialization/ Should be implemented in a serde serializer