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

Safe HaskellNone
LanguageHaskell2010

Kubernetes.Model.V1.Event

Synopsis

Documentation

data Event #

Event is a report of an event somewhere in the cluster.

Instances

Eq Event # 

Methods

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

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

Show Event # 

Methods

showsPrec :: Int -> Event -> ShowS #

show :: Event -> String #

showList :: [Event] -> ShowS #

Generic Event # 

Associated Types

type Rep Event :: * -> * #

Methods

from :: Event -> Rep Event x #

to :: Rep Event x -> Event #

Arbitrary Event # 

Methods

arbitrary :: Gen Event #

shrink :: Event -> [Event] #

ToJSON Event # 
FromJSON Event # 
type Rep Event # 

mkEvent :: ObjectMeta -> ObjectReference -> Event #

Use this method to build a Event