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

Safe HaskellNone
LanguageHaskell2010

Kubernetes.Model.V1.ComponentCondition

Synopsis

Documentation

data ComponentCondition #

Information about the condition of a component.

Constructors

ComponentCondition 

Fields

Instances

Eq ComponentCondition # 
Show ComponentCondition # 
Generic ComponentCondition # 
Arbitrary ComponentCondition # 
ToJSON ComponentCondition # 
FromJSON ComponentCondition # 
type Rep ComponentCondition # 
type Rep ComponentCondition = D1 (MetaData "ComponentCondition" "Kubernetes.Model.V1.ComponentCondition" "haskell-kubernetes-0.5.0-GxXiAZGRooLGeU0BCXYigL" False) (C1 (MetaCons "ComponentCondition" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_type_") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_status") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_message") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_error") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

mkComponentCondition :: Text -> Text -> ComponentCondition #

Use this method to build a ComponentCondition