pub struct DeploymentProbe {
pub failureThreshold: i32,
pub httpGet: HttpProbe,
pub initialDelaySeconds: i32,
pub periodSeconds: i32,
pub successThreshold: i8,
pub timeoutSeconds: i32,
}Fields§
§failureThreshold: i32§httpGet: HttpProbe§initialDelaySeconds: i32§periodSeconds: i32§successThreshold: i8§timeoutSeconds: i32Trait Implementations§
Source§impl Debug for DeploymentProbe
impl Debug for DeploymentProbe
Source§impl Default for DeploymentProbe
impl Default for DeploymentProbe
Source§fn default() -> DeploymentProbe
fn default() -> DeploymentProbe
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeploymentProbe
impl<'de> Deserialize<'de> for DeploymentProbe
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 Freeze for DeploymentProbe
impl RefUnwindSafe for DeploymentProbe
impl Send for DeploymentProbe
impl Sync for DeploymentProbe
impl Unpin for DeploymentProbe
impl UnsafeUnpin for DeploymentProbe
impl UnwindSafe for DeploymentProbe
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