haskell-kubernetes-0.5.0: Haskell bindings to the Kubernetes API (via swagger-codegen)

Safe HaskellNone
LanguageHaskell2010

Kubernetes.Model.V1.Probe

Synopsis

Documentation

data Probe #

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

Instances

Eq Probe # 

Methods

(==) :: Probe -> Probe -> Bool #

(/=) :: Probe -> Probe -> Bool #

Show Probe # 

Methods

showsPrec :: Int -> Probe -> ShowS #

show :: Probe -> String #

showList :: [Probe] -> ShowS #

Generic Probe # 

Associated Types

type Rep Probe :: * -> * #

Methods

from :: Probe -> Rep Probe x #

to :: Rep Probe x -> Probe #

Arbitrary Probe # 

Methods

arbitrary :: Gen Probe #

shrink :: Probe -> [Probe] #

ToJSON Probe # 
FromJSON Probe # 
type Rep Probe # 

mkProbe :: Probe #

Use this method to build a Probe