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

Safe HaskellNone
LanguageHaskell2010

Kubernetes.Model.Unversioned.StatusDetails

Synopsis

Documentation

data StatusDetails #

StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.

Instances

Eq StatusDetails # 
Show StatusDetails # 
Generic StatusDetails # 

Associated Types

type Rep StatusDetails :: * -> * #

Arbitrary StatusDetails # 
ToJSON StatusDetails # 
FromJSON StatusDetails # 
type Rep StatusDetails # 
type Rep StatusDetails = D1 (MetaData "StatusDetails" "Kubernetes.Model.Unversioned.StatusDetails" "haskell-kubernetes-0.5.0-GxXiAZGRooLGeU0BCXYigL" False) (C1 (MetaCons "StatusDetails" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_name") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_group") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_kind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_causes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [StatusCause]))) (S1 (MetaSel (Just Symbol "_retryAfterSeconds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer)))))))

mkStatusDetails :: StatusDetails #

Use this method to build a StatusDetails